@vivse/frontend-library
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -38,6 +38,5 @@ "use strict"; | ||
const { createClient } = require("graphql-ws"); | ||
const ws = require("ws"); | ||
wsLink = new GraphQLWsLink(createClient({ | ||
url: wsEndpoint, | ||
webSocketImpl: isSSR && ws, | ||
webSocketImpl: isSSR && require("ws"), | ||
connectionParams: () => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -44,0 +43,0 @@ return (Object.assign({}, (yield getAuthHeaders()))); |
{ | ||
"name": "@vivse/frontend-library", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Library shared between react projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
8245
158