Skip to content

Commit

Permalink
Fixed bugs with spec generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyayers committed Mar 4, 2024
1 parent e422cea commit ba14e33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigee-templater",
"version": "2.6.4",
"version": "2.6.5",
"description": "A CLI to easily template and deploy Apigee proxies.",
"homepage": "https://github.com/tyayers/apigee-templater",
"bugs": "https://github.com/tyayers/apigee-templater/issues",
Expand Down Expand Up @@ -28,7 +28,7 @@
"author": "tayers",
"license": "ISC",
"dependencies": {
"apigee-templater-module": "^2.6.4",
"apigee-templater-module": "^2.6.5",
"apigee-x-module": "^1.0.1",
"arg": "^5.0.1",
"axios": "^1.6.2",
Expand Down
5 changes: 2 additions & 3 deletions module/lib/converters/openAPI.data.converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ paths:
schema:
type: string
description: A filter for the data query.
example: Symbol='ESMO'
example: Symbol='ESM0'
- in: query
name: orderBy
schema:
Expand All @@ -50,8 +50,7 @@ paths:
name: pageToken
schema:
type: integer
description: The next page token to return (returned in previous page result).
example: 2
description: The next page token to return (returned in property 'next_page_token' of previous page result).
responses:
'200':
description: 'Success'
Expand Down
2 changes: 1 addition & 1 deletion module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apigee-templater-module",
"version": "2.6.4",
"version": "2.6.5",
"description": "This library provides templating services for Apigee X proxies.",
"homepage": "https://github.com/tyayers/apigee-templater",
"bugs": "https://github.com/tyayers/apigee-templater/issues",
Expand Down

0 comments on commit ba14e33

Please sign in to comment.