@tonconnect/protocol
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -20,3 +20,4 @@ import { CHAIN } from '../../CHAIN'; | ||
UNKNOWN_ERROR = 0, | ||
USER_REJECTS_ERROR = 1 | ||
USER_REJECTS_ERROR = 1, | ||
AUTO_CONNECT_UNKNOWN_APP_ERROR = 2 | ||
} | ||
@@ -23,0 +24,0 @@ export declare type ConnectItemReply = TonAddressItemReply | TonProofItemReply; |
@@ -8,3 +8,4 @@ "use strict"; | ||
CONNECT_EVENT_ERROR_CODES[CONNECT_EVENT_ERROR_CODES["USER_REJECTS_ERROR"] = 1] = "USER_REJECTS_ERROR"; | ||
CONNECT_EVENT_ERROR_CODES[CONNECT_EVENT_ERROR_CODES["AUTO_CONNECT_UNKNOWN_APP_ERROR"] = 2] = "AUTO_CONNECT_UNKNOWN_APP_ERROR"; | ||
})(CONNECT_EVENT_ERROR_CODES = exports.CONNECT_EVENT_ERROR_CODES || (exports.CONNECT_EVENT_ERROR_CODES = {})); | ||
//# sourceMappingURL=connect-event.js.map |
{ | ||
"name": "@tonconnect/protocol", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41169
446
0