Skip to content

Commit fef7438

Browse files
committed
1 parent f013155 commit fef7438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/oasgraph-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oasgraph-cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "CLI for turning APIs described by OpenAPI Specifications (OAS) into GraphQL interfaces",
55
"copyright.owner": "IBM Corp.",
66
"contributors": [
@@ -48,7 +48,7 @@
4848
"express-graphql": "^0.7.1",
4949
"graphql": "^14.0.2",
5050
"js-yaml": "^3.12.0",
51-
"oasgraph": "^0.14.0",
51+
"oasgraph": "^0.14.1",
5252
"request": "^2.88.0"
5353
},
5454
"devDependencies": {

packages/oasgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oasgraph",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Generates a GraphQL schema for a given OpenAPI Specification (OAS)",
55
"copyright.owner": "IBM Corp.",
66
"contributors": [

0 commit comments

Comments
 (0)