@vivse/frontend-library
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -14,3 +14,2 @@ "use strict"; | ||
const client_1 = require("@apollo/client"); | ||
const subscriptions_1 = require("@apollo/client/link/subscriptions"); | ||
const utilities_1 = require("@apollo/client/utilities"); | ||
@@ -25,3 +24,3 @@ const context_1 = require("@apollo/client/link/context"); | ||
const wsLink = wsEndpoint && | ||
new subscriptions_1.GraphQLWsLink((0, graphql_ws_1.createClient)({ | ||
new (require("@apollo/client/link/subscriptions").GraphQLWsLink)((0, graphql_ws_1.createClient)({ | ||
url: wsEndpoint, | ||
@@ -28,0 +27,0 @@ })); |
{ | ||
"name": "@vivse/frontend-library", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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
7717
145