Skip to content

Commit 8647eb2

Browse files
author
Max
committed
graphql-mesh/openapi 0.16.10
1 parent bfa7eb8 commit 8647eb2

File tree

12 files changed

+25
-11
lines changed

12 files changed

+25
-11
lines changed

.changeset/dry-rocks-tell.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@graphql-portal/crunchbase': patch
3+
'@graphql-portal/fusion-creator-account-information-psd2-stet': patch
4+
'@graphql-portal/fusion-creator-account-information-us': patch
5+
'@graphql-portal/ip-api': patch
6+
'@graphql-portal/salesforce': patch
7+
'@graphql-portal/slack': patch
8+
'@graphql-portal/stripe': patch
9+
'@graphql-portal/twitter': patch
10+
'@graphql-portal/weatherbit': patch
11+
'@graphql-portal/gateway': patch
12+
---
13+
14+
graphql-mesh/openapi 0.16.10

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"

0 commit comments

Comments
 (0)