Skip to content

Commit 97e37f7

Browse files
committed
1 parent ec86561 commit 97e37f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/openapi-to-graphql-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-graphql-cli",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"description": "CLI for turning APIs described by OpenAPI Specifications (OAS) into GraphQL interfaces",
55
"copyright.owner": "IBM Corp.",
66
"contributors": [
@@ -53,7 +53,7 @@
5353
"express-graphql": "^0.9.0",
5454
"graphql": "^14.6.0",
5555
"js-yaml": "^3.12.0",
56-
"openapi-to-graphql": "^1.7.0",
56+
"openapi-to-graphql": "^2.0.0",
5757
"request": "^2.88.0"
5858
},
5959
"devDependencies": {

packages/openapi-to-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-graphql",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"description": "Generates a GraphQL schema for a given OpenAPI Specification (OAS)",
55
"copyright.owner": "IBM Corp.",
66
"contributors": [

0 commit comments

Comments
 (0)