@graphql-mesh/transport-http-callback 0.5.20 → 0.5.21-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @graphql-mesh/transport-http-callback
|
2
2
|
|
3
|
+
## 0.5.21-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#696](https://github.com/graphql-hive/gateway/pull/696) [`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
8
|
+
|
9
|
+
- Updated dependency [`@graphql-mesh/cross-helpers@^0.4.10` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.10) (from `^0.4.9`, in `dependencies`)
|
10
|
+
- Updated dependency [`@graphql-mesh/types@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.18) (from `^0.103.6`, in `dependencies`)
|
11
|
+
- Updated dependency [`@graphql-mesh/utils@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.18) (from `^0.103.6`, in `dependencies`)
|
12
|
+
- Updated dependency [`@whatwg-node/fetch@^0.10.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.4) (from `^0.10.1`, in `dependencies`)
|
13
|
+
|
14
|
+
- Updated dependencies [[`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9), [`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9)]:
|
15
|
+
- @graphql-mesh/transport-common@0.7.30-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd
|
16
|
+
- @graphql-tools/executor-common@0.0.3-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd
|
17
|
+
|
3
18
|
## 0.5.20
|
4
19
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.21-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -42,15 +42,15 @@
|
|
42
42
|
"graphql": "^15.9.0 || ^16.9.0"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@graphql-mesh/cross-helpers": "^0.4.
|
45
|
+
"@graphql-mesh/cross-helpers": "^0.4.10",
|
46
46
|
"@graphql-mesh/string-interpolation": "^0.5.6",
|
47
|
-
"@graphql-mesh/transport-common": "
|
48
|
-
"@graphql-mesh/types": "^0.103.
|
49
|
-
"@graphql-mesh/utils": "^0.103.
|
50
|
-
"@graphql-tools/executor-common": "
|
47
|
+
"@graphql-mesh/transport-common": "0.7.30-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd",
|
48
|
+
"@graphql-mesh/types": "^0.103.18",
|
49
|
+
"@graphql-mesh/utils": "^0.103.18",
|
50
|
+
"@graphql-tools/executor-common": "0.0.3-alpha-6a9dba3cdee89ecce2c5ab302ce1dfa31a1f1bcd",
|
51
51
|
"@graphql-tools/utils": "^10.8.1",
|
52
52
|
"@repeaterjs/repeater": "^3.0.6",
|
53
|
-
"@whatwg-node/fetch": "^0.10.
|
53
|
+
"@whatwg-node/fetch": "^0.10.4",
|
54
54
|
"tslib": "^2.8.1"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|