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