@graphql-mesh/transport-http-callback 0.1.0-alpha-20240807161646-b4fa626971a8b6033fa5cfd66eb8cc07257dec8a → 0.1.0-alpha-20240807165306-081deeef45b6225d912d603b1f05900dad0bae61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
3
|
-
"version": "0.1.0-alpha-
|
3
|
+
"version": "0.1.0-alpha-20240807165306-081deeef45b6225d912d603b1f05900dad0bae61",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"graphql": "*",
|
7
7
|
"tslib": "^2.4.0"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"@graphql-mesh/cross-helpers": "
|
10
|
+
"@graphql-mesh/cross-helpers": "0.4.5-alpha-20240807165306-081deeef45b6225d912d603b1f05900dad0bae61",
|
11
11
|
"@graphql-mesh/string-interpolation": "^0.5.5",
|
12
|
-
"@graphql-mesh/transport-common": "0.5.0-alpha-
|
13
|
-
"@graphql-mesh/utils": "0.100.0-alpha-
|
14
|
-
"@graphql-tools/utils": "^10.
|
12
|
+
"@graphql-mesh/transport-common": "0.5.0-alpha-20240807165306-081deeef45b6225d912d603b1f05900dad0bae61",
|
13
|
+
"@graphql-mesh/utils": "0.100.0-alpha-20240807165306-081deeef45b6225d912d603b1f05900dad0bae61",
|
14
|
+
"@graphql-tools/utils": "^10.3.4",
|
15
15
|
"@repeaterjs/repeater": "^3.0.6",
|
16
16
|
"@whatwg-node/fetch": "^0.9.18"
|
17
17
|
},
|