@graphql-mesh/transport-http-callback 0.5.21-alpha-2a246847a01952e15427eac6bffcb63b80665115 → 0.5.21-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/transport-http-callback
2
2
 
3
- ## 0.5.21-alpha-2a246847a01952e15427eac6bffcb63b80665115
3
+ ## 0.5.21-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,8 +12,8 @@
12
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
13
 
14
14
  - Updated dependencies [[`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f), [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f)]:
15
- - @graphql-mesh/transport-common@0.7.30-alpha-2a246847a01952e15427eac6bffcb63b80665115
16
- - @graphql-tools/executor-common@0.0.3-alpha-2a246847a01952e15427eac6bffcb63b80665115
15
+ - @graphql-mesh/transport-common@0.7.30-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0
16
+ - @graphql-tools/executor-common@0.0.3-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0
17
17
 
18
18
  ## 0.5.20
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-http-callback",
3
- "version": "0.5.21-alpha-2a246847a01952e15427eac6bffcb63b80665115",
3
+ "version": "0.5.21-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@graphql-mesh/cross-helpers": "^0.4.10",
46
46
  "@graphql-mesh/string-interpolation": "^0.5.6",
47
- "@graphql-mesh/transport-common": "0.7.30-alpha-2a246847a01952e15427eac6bffcb63b80665115",
47
+ "@graphql-mesh/transport-common": "0.7.30-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0",
48
48
  "@graphql-mesh/types": "^0.103.18",
49
49
  "@graphql-mesh/utils": "^0.103.18",
50
- "@graphql-tools/executor-common": "0.0.3-alpha-2a246847a01952e15427eac6bffcb63b80665115",
50
+ "@graphql-tools/executor-common": "0.0.3-alpha-69c655d82449eb3f8f40cd736188b39ee8c67cf0",
51
51
  "@graphql-tools/utils": "^10.8.1",
52
52
  "@repeaterjs/repeater": "^3.0.6",
53
53
  "@whatwg-node/fetch": "^0.10.4",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "graphql": "^16.9.0",
58
- "pkgroll": "2.10.0"
58
+ "pkgroll": "2.11.0"
59
59
  },
60
60
  "sideEffects": false
61
61
  }