twilio-notifications
Advanced tools
Comparing version 0.5.8 to 0.5.9-rc1
@@ -25,3 +25,3 @@ /// <reference types="node" /> | ||
constructor(token: string, options?: any); | ||
readonly connectionState: ConnectionState; | ||
get connectionState(): ConnectionState; | ||
/** | ||
@@ -28,0 +28,0 @@ * Routes messages to the external subscribers |
@@ -6,4 +6,4 @@ declare class Configuration { | ||
updateToken(token: string): void; | ||
readonly token: string; | ||
get token(): string; | ||
} | ||
export { Configuration }; |
{ | ||
"name": "twilio-notifications", | ||
"version": "0.5.8", | ||
"version": "0.5.9-rc1", | ||
"description": "Client library for Twilio Notifications service", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"twilsock": "^0.5.11", | ||
"twilsock": "0.5.12-rc3", | ||
"loglevel": "^1.6.3", | ||
@@ -21,0 +21,0 @@ "operation-retrier": "^3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
692796
12475
+ Addedtwilsock@0.5.12-rc3(transitive)
- Removedtwilsock@0.5.14(transitive)
Updatedtwilsock@0.5.12-rc3