tokenchannel
Advanced tools
Comparing version 0.10.2 to 0.11.0
@@ -17,3 +17,4 @@ export interface IChallengeResponse { | ||
PUSHOVER = "pushover", | ||
VOICE = "voice" | ||
VOICE = "voice", | ||
TELEGRAM = "telegram" | ||
} | ||
@@ -20,0 +21,0 @@ export declare enum Charset { |
@@ -9,2 +9,3 @@ "use strict"; | ||
Channel["VOICE"] = "voice"; | ||
Channel["TELEGRAM"] = "telegram"; | ||
})(Channel = exports.Channel || (exports.Channel = {})); | ||
@@ -11,0 +12,0 @@ var Charset; |
{ | ||
"name": "tokenchannel", | ||
"version": "0.10.2", | ||
"version": "0.11.0", | ||
"author": "oalles@neivi.es", | ||
@@ -5,0 +5,0 @@ "description": "README.md", |
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
70216
1226