Comparing version 10.0.0-beta.8 to 10.0.0-beta.9
@@ -24,3 +24,2 @@ "use strict"; | ||
this.websocketEndpoint = this.options.endpoint.websocketProtocol + "://" + this.options.endpoint.host + "/ws/v3"; | ||
this.connect(); | ||
} | ||
@@ -27,0 +26,0 @@ changeApikey(apikey) { |
{ | ||
"name": "newsware", | ||
"version": "10.0.0-beta.8", | ||
"version": "10.0.0-beta.9", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -27,3 +27,2 @@ import { ConnectOptions, SubscribeOptions, WebsocketRequest, WebsocketResponse, } from "./types"; | ||
this.websocketEndpoint = this.options.endpoint.websocketProtocol + "://" + this.options.endpoint.host + "/ws/v3" | ||
this.connect() | ||
} | ||
@@ -30,0 +29,0 @@ |
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
92744
1831