@graphql-tools/url-loader 8.0.33 → 9.0.0-alpha-20250905111834-1ffcba3f886dc3219b2edfdaae378e298c0e6e2e

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@graphql-tools/url-loader",
3
- "version": "8.0.33",
3
+ "version": "9.0.0-alpha-20250905111834-1ffcba3f886dc3219b2edfdaae378e298c0e6e2e",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/executor-graphql-ws": "^2.0.1",
11
- "@graphql-tools/executor-http": "^1.1.9",
10
+ "@graphql-tools/executor-graphql-ws": "^3.0.0",
11
+ "@graphql-tools/executor-http": "^3.0.0",
12
12
  "@graphql-tools/executor-legacy-ws": "^1.1.19",
13
13
  "@graphql-tools/utils": "^10.9.1",
14
- "@graphql-tools/wrap": "^10.0.16",
14
+ "@graphql-tools/wrap": "^11.0.0",
15
15
  "@types/ws": "^8.0.0",
16
16
  "@whatwg-node/fetch": "^0.10.0",
17
17
  "@whatwg-node/promise-helpers": "^1.0.0",
@@ -28,7 +28,7 @@
28
28
  "author": "Dotan Simha <dotansimha@gmail.com>",
29
29
  "license": "MIT",
30
30
  "engines": {
31
- "node": ">=16.0.0"
31
+ "node": ">=20.0.0"
32
32
  },
33
33
  "main": "cjs/index.js",
34
34
  "module": "esm/index.js",