@graphql-tools/executor-legacy-ws 1.1.5 → 1.1.6
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 +2 -2
- package/package.json +2 -2
- package/typings/index.d.cts +0 -1
- package/typings/index.d.ts +0 -1
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.LEGACY_WS = void 0;
|
|
4
|
+
exports.buildWSLegacyExecutor = buildWSLegacyExecutor;
|
|
4
5
|
const tslib_1 = require("tslib");
|
|
5
6
|
const graphql_1 = require("graphql");
|
|
6
7
|
const isomorphic_ws_1 = tslib_1.__importDefault(require("isomorphic-ws"));
|
|
@@ -149,4 +150,3 @@ function buildWSLegacyExecutor(subscriptionsEndpoint, WebSocketImpl, options) {
|
|
|
149
150
|
executor[Symbol.dispose] = cleanupWebsocket;
|
|
150
151
|
return executor;
|
|
151
152
|
}
|
|
152
|
-
exports.buildWSLegacyExecutor = buildWSLegacyExecutor;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-legacy-ws",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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/utils": "^10.6.
|
|
10
|
+
"@graphql-tools/utils": "^10.6.3",
|
|
11
11
|
"@types/ws": "^8.0.0",
|
|
12
12
|
"isomorphic-ws": "^5.0.0",
|
|
13
13
|
"tslib": "^2.4.0",
|
package/typings/index.d.cts
CHANGED
package/typings/index.d.ts
CHANGED