Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Cha committed Mar 17, 2021
1 parent 116c531 commit 784b89a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/openapi-to-graphql-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 packages/openapi-to-graphql-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-to-graphql-cli",
"version": "2.2.6",
"version": "2.3.0",
"description": "CLI for turning APIs described by OpenAPI Specifications (OAS) into GraphQL interfaces",
"copyright.owner": "IBM Corp.",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"express-graphql": "^0.11.0",
"graphql": "^15.3.0",
"js-yaml": "^3.14.0",
"openapi-to-graphql": "^2.2.6",
"openapi-to-graphql": "^2.3.0",
"request": "^2.88.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-to-graphql/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/openapi-to-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-to-graphql",
"version": "2.2.6",
"version": "2.3.0",
"description": "Generates a GraphQL schema for a given OpenAPI Specification (OAS)",
"copyright.owner": "IBM Corp.",
"contributors": [
Expand Down

0 comments on commit 784b89a

Please sign in to comment.