@graphql-mesh/transport-http-callback 0.3.0-alpha-20240816001031-5025985ac565bf081b9fa023bca0b75dcb6b75b9 → 0.3.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
3
|
-
"version": "0.3.0-alpha-
|
3
|
+
"version": "0.3.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"graphql": "*"
|
7
7
|
},
|
8
8
|
"dependencies": {
|
9
|
-
"@graphql-mesh/cross-helpers": "0.5.0-alpha-
|
10
|
-
"@graphql-mesh/string-interpolation": "0.5.6-alpha-
|
11
|
-
"@graphql-mesh/transport-common": "0.7.0-alpha-
|
12
|
-
"@graphql-mesh/utils": "0.102.0-alpha-
|
9
|
+
"@graphql-mesh/cross-helpers": "0.5.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
10
|
+
"@graphql-mesh/string-interpolation": "0.5.6-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
11
|
+
"@graphql-mesh/transport-common": "0.7.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
12
|
+
"@graphql-mesh/utils": "0.102.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292",
|
13
13
|
"@graphql-tools/utils": "^10.5.3",
|
14
14
|
"@repeaterjs/repeater": "^3.0.6",
|
15
15
|
"@whatwg-node/fetch": "^0.9.18",
|