Skip to content

Commit 15c56fd

Browse files
author
Max
committed
graphql-mesh/openapi 0.16.10
1 parent a45a854 commit 15c56fd

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/datasources/crunchbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0"
10+
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
1313
"@graphql-mesh/types": "0.42.0"

packages/datasources/fusion-creator-account-information-psd2-stet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0",
10+
"@graphql-mesh/openapi": "0.16.10",
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {

packages/datasources/fusion-creator-account-information-us/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0",
10+
"@graphql-mesh/openapi": "0.16.10",
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {

packages/datasources/ip-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0",
10+
"@graphql-mesh/openapi": "0.16.10",
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {

packages/datasources/salesforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0"
10+
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
1313
"@graphql-mesh/types": "0.42.0"

packages/datasources/slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0",
10+
"@graphql-mesh/openapi": "0.16.10",
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {

packages/datasources/stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0"
10+
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
1313
"@graphql-mesh/types": "0.42.0"

packages/datasources/twitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0",
10+
"@graphql-mesh/openapi": "0.16.10",
1111
"@graphql-mesh/types": "0.42.0"
1212
},
1313
"publishConfig": {

packages/datasources/weatherbit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -b"
88
},
99
"dependencies": {
10-
"@graphql-mesh/openapi": "^0.16.0"
10+
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
1313
"@graphql-mesh/types": "0.42.0"

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@graphql-mesh/mongoose": "^0.8.0",
3131
"@graphql-mesh/neo4j": "^0.11.0",
3232
"@graphql-mesh/odata": "^0.11.0",
33-
"@graphql-mesh/openapi": "^0.16.0",
33+
"@graphql-mesh/openapi": "0.16.10",
3434
"@graphql-mesh/grpc": "^0.12.0",
3535
"@graphql-mesh/mysql": "^0.10.0",
3636
"@graphql-mesh/postgraphile": "^0.11.0",

0 commit comments

Comments
 (0)