Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Cha committed Jul 2, 2019
1 parent b65daf1 commit 088ebdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "1.0.1",
"version": "1.1.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.7.1",
"graphql": "^14.0.2",
"js-yaml": "^3.12.0",
"openapi-to-graphql": "^1.0.1",
"openapi-to-graphql": "^1.1.0",
"request": "^2.88.0"
},
"devDependencies": {
Expand Down
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": "1.0.1",
"version": "1.1.0",
"description": "Generates a GraphQL schema for a given OpenAPI Specification (OAS)",
"copyright.owner": "IBM Corp.",
"contributors": [
Expand Down

0 comments on commit 088ebdd

Please sign in to comment.