@graphql-tools/executor 1.5.0-alpha-20251028210455-f7268724d808fd204b51c166e72bd7d7b18da872 → 1.5.0-alpha-20251031174355-9dc0b8233b21ad1f5ac75ac63719c23f4810aa42

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 +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor",
3
- "version": "1.5.0-alpha-20251028210455-f7268724d808fd204b51c166e72bd7d7b18da872",
3
+ "version": "1.5.0-alpha-20251031174355-9dc0b8233b21ad1f5ac75ac63719c23f4810aa42",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-tools/utils": "10.10.0-alpha-20251028210455-f7268724d808fd204b51c166e72bd7d7b18da872",
9
+ "@graphql-tools/utils": "^10.10.0",
10
10
  "@graphql-typed-document-node/core": "^3.2.0",
11
11
  "@repeaterjs/repeater": "^3.0.4",
12
12
  "@whatwg-node/disposablestack": "^0.0.6",