@graphql-tools/executor-envelop 3.0.14 → 3.0.15
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/cjs/index.js +1 -2
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useExecutor =
|
|
3
|
+
exports.useExecutor = useExecutor;
|
|
4
4
|
const core_1 = require("@envelop/core");
|
|
5
5
|
const utils_1 = require("@graphql-tools/utils");
|
|
6
6
|
const wrap_1 = require("@graphql-tools/wrap");
|
|
@@ -106,4 +106,3 @@ function useExecutor(executor, opts) {
|
|
|
106
106
|
},
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
|
-
exports.useExecutor = useExecutor;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-envelop",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.15",
|
|
4
4
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@graphql-tools/utils": "^10.6.
|
|
10
|
+
"@graphql-tools/utils": "^10.6.3",
|
|
11
11
|
"@graphql-tools/wrap": "^10.0.16",
|
|
12
12
|
"tslib": "^2.3.1"
|
|
13
13
|
},
|