Skip to content

Commit f6f08a2

Browse files
committed
1 parent 54b2f1e commit f6f08a2

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.1.0",
3+
"version": "1.2.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.7.1",
5454
"graphql": "^14.0.2",
5555
"js-yaml": "^3.12.0",
56-
"openapi-to-graphql": "^1.1.0",
56+
"openapi-to-graphql": "^1.2.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.1.0",
3+
"version": "1.2.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)