We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb6691 commit 168772aCopy full SHA for 168772a
packages/oasgraph-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oasgraph-cli",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "CLI for turning APIs described by OpenAPI Specifications (OAS) into GraphQL interfaces",
5
"copyright.owner": "IBM Corp.",
6
"contributors": [
@@ -48,7 +48,7 @@
48
"express-graphql": "^0.7.1",
49
"graphql": "^14.0.2",
50
"js-yaml": "^3.12.0",
51
- "oasgraph": "^0.13.0",
+ "oasgraph": "^0.14.0",
52
"request": "^2.88.0"
53
},
54
"devDependencies": {
packages/oasgraph/package.json
"name": "oasgraph",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Generates a GraphQL schema for a given OpenAPI Specification (OAS)",
0 commit comments