@graphql-tools/executor-yoga 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 +3 -3
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 executor_envelop_1 = require("@graphql-tools/executor-envelop");
|
|
5
5
|
function useExecutor(executor, opts) {
|
|
6
6
|
const envelopPlugin = (0, executor_envelop_1.useExecutor)(executor, opts);
|
|
@@ -18,4 +18,3 @@ function useExecutor(executor, opts) {
|
|
|
18
18
|
},
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
|
-
exports.useExecutor = useExecutor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-yoga",
|
|
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": {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@graphql-tools/executor-envelop": "^3.0.
|
|
12
|
-
"@graphql-tools/utils": "^10.6.
|
|
11
|
+
"@graphql-tools/executor-envelop": "^3.0.15",
|
|
12
|
+
"@graphql-tools/utils": "^10.6.3",
|
|
13
13
|
"tslib": "^2.3.1"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|