@graphql-tools/url-loader 7.17.14 → 7.17.15-alpha-20230406062259-3c0a93c4
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 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -12,7 +12,7 @@ const defaultSyncFetch_js_1 = require("./defaultSyncFetch.js");
|
|
|
12
12
|
const executor_graphql_ws_1 = require("@graphql-tools/executor-graphql-ws");
|
|
13
13
|
const executor_http_1 = require("@graphql-tools/executor-http");
|
|
14
14
|
const executor_legacy_ws_1 = require("@graphql-tools/executor-legacy-ws");
|
|
15
|
-
const asyncImport = (moduleName) =>
|
|
15
|
+
const asyncImport = (moduleName) => Promise.resolve(`${moduleName}`).then(s => tslib_1.__importStar(require(s)));
|
|
16
16
|
const syncImport = (moduleName) => require(moduleName);
|
|
17
17
|
var SubscriptionProtocol;
|
|
18
18
|
(function (SubscriptionProtocol) {
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/url-loader",
|
|
3
|
-
"version": "7.17.
|
|
3
|
+
"version": "7.17.15-alpha-20230406062259-3c0a93c4",
|
|
4
4
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@graphql-tools/delegate": "
|
|
10
|
+
"@graphql-tools/delegate": "9.0.30-alpha-20230406062259-3c0a93c4",
|
|
11
11
|
"@graphql-tools/executor-http": "^0.1.7",
|
|
12
|
-
"@graphql-tools/executor-graphql-ws": "
|
|
13
|
-
"@graphql-tools/executor-legacy-ws": "
|
|
12
|
+
"@graphql-tools/executor-graphql-ws": "0.0.13-alpha-20230406062259-3c0a93c4",
|
|
13
|
+
"@graphql-tools/executor-legacy-ws": "0.0.10-alpha-20230406062259-3c0a93c4",
|
|
14
14
|
"@graphql-tools/utils": "^9.2.1",
|
|
15
|
-
"@graphql-tools/wrap": "
|
|
15
|
+
"@graphql-tools/wrap": "9.4.1-alpha-20230406062259-3c0a93c4",
|
|
16
16
|
"@ardatan/sync-fetch": "^0.0.1",
|
|
17
17
|
"@whatwg-node/fetch": "^0.8.0",
|
|
18
18
|
"@types/ws": "^8.0.0",
|