@graphql-yoga/apollo-link 3.13.5-alpha-20250523132007-cae16c7e8c984c602714b656d511c27ccd87149e → 4.0.0-alpha-20250523133407-bb2347397928c50c22d9d247d8e67ee08311b3b1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-yoga/apollo-link",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha-20250523133407-bb2347397928c50c22d9d247d8e67ee08311b3b1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@apollo/client": "^3.5.9",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@graphql-tools/executor-apollo-link": "^1.0.5",
|
|
11
|
-
"@graphql-tools/executor-http": "^
|
|
11
|
+
"@graphql-tools/executor-http": "^2.0.0",
|
|
12
12
|
"tslib": "^2.8.1"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|