@graphql-tools/executor 1.5.6 → 1.5.7-alpha-20260717213109-cbffb5737225a0d98e718d4baf475d9a494e96ac

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.6",
3
+ "version": "1.5.7-alpha-20260717213109-cbffb5737225a0d98e718d4baf475d9a494e96ac",
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": "^11.2.1",
9
+ "@graphql-tools/utils": "11.2.2-alpha-20260717213109-cbffb5737225a0d98e718d4baf475d9a494e96ac",
10
10
  "@graphql-typed-document-node/core": "^3.2.0",
11
11
  "@repeaterjs/repeater": "^3.1.0",
12
12
  "@whatwg-node/disposablestack": "^0.0.6",