@graphql-mesh/transport-http-callback 0.3.3-alpha-20240826084340-0a7833c5ad80f56b8c178341ee67281d53eab4de → 0.3.4-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.4-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"graphql": "*",
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"dependencies": {
|
10
10
|
"@graphql-mesh/cross-helpers": "^0.4.6",
|
11
11
|
"@graphql-mesh/string-interpolation": "^0.5.6",
|
12
|
-
"@graphql-mesh/transport-common": "0.7.
|
13
|
-
"@graphql-mesh/utils": "0.102.
|
12
|
+
"@graphql-mesh/transport-common": "0.7.4-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb",
|
13
|
+
"@graphql-mesh/utils": "0.102.4-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb",
|
14
14
|
"@graphql-tools/utils": "^10.5.3",
|
15
15
|
"@repeaterjs/repeater": "^3.0.6",
|
16
16
|
"@whatwg-node/fetch": "^0.9.18"
|