@graphql-tools/executor-envelop 3.0.2 → 3.0.3-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-envelop",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-tools/utils": "^10.5.5",
11
- "@graphql-tools/wrap": "^10.0.7",
11
+ "@graphql-tools/wrap": "10.0.8-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9",
12
12
  "tslib": "^2.3.1"
13
13
  },
14
14
  "repository": {