@graphql-tools/executor-legacy-ws
Advanced tools
Comparing version 1.1.5 to 1.1.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buildWSLegacyExecutor = exports.LEGACY_WS = void 0; | ||
exports.LEGACY_WS = void 0; | ||
exports.buildWSLegacyExecutor = buildWSLegacyExecutor; | ||
const tslib_1 = require("tslib"); | ||
@@ -152,2 +153,1 @@ const graphql_1 = require("graphql"); | ||
} | ||
exports.buildWSLegacyExecutor = buildWSLegacyExecutor; |
{ | ||
"name": "@graphql-tools/executor-legacy-ws", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,3 +10,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/utils": "^10.6.2", | ||
"@graphql-tools/utils": "^10.6.3", | ||
"@types/ws": "^8.0.0", | ||
@@ -13,0 +13,0 @@ "isomorphic-ws": "^5.0.0", |
@@ -1,2 +0,1 @@ | ||
/// <reference types="ws" /> | ||
import WebSocket from 'isomorphic-ws'; | ||
@@ -3,0 +2,0 @@ import { DisposableExecutor } from '@graphql-tools/utils'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15927
318
Updated@graphql-tools/utils@^10.6.3