@magic-sdk/types
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -15,2 +15,8 @@ ## Upcoming Changes | ||
## `1.6.0` - 09/24/2020 | ||
#### Added | ||
- Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use. | ||
## `1.5.0` - 09/15/2020 | ||
@@ -17,0 +23,0 @@ |
@@ -8,2 +8,3 @@ export declare enum SDKErrorCode { | ||
WebAuthnNotSupported = "WEBAUTHN_NOT_SUPPORTED", | ||
IncompatibleExtensions = "INCOMPATIBLE_EXTENSIONS", | ||
WebAuthnCreateCredentialError = "WEBAUTHN_CREATE_CREDENTIAL_ERROR" | ||
@@ -10,0 +11,0 @@ } |
@@ -11,2 +11,3 @@ "use strict"; | ||
SDKErrorCode["WebAuthnNotSupported"] = "WEBAUTHN_NOT_SUPPORTED"; | ||
SDKErrorCode["IncompatibleExtensions"] = "INCOMPATIBLE_EXTENSIONS"; | ||
SDKErrorCode["WebAuthnCreateCredentialError"] = "WEBAUTHN_CREATE_CREDENTIAL_ERROR"; | ||
@@ -13,0 +14,0 @@ })(SDKErrorCode = exports.SDKErrorCode || (exports.SDKErrorCode = {})); |
@@ -8,2 +8,3 @@ export declare enum SDKErrorCode { | ||
WebAuthnNotSupported = "WEBAUTHN_NOT_SUPPORTED", | ||
IncompatibleExtensions = "INCOMPATIBLE_EXTENSIONS", | ||
WebAuthnCreateCredentialError = "WEBAUTHN_CREATE_CREDENTIAL_ERROR" | ||
@@ -10,0 +11,0 @@ } |
@@ -9,2 +9,3 @@ export var SDKErrorCode; | ||
SDKErrorCode["WebAuthnNotSupported"] = "WEBAUTHN_NOT_SUPPORTED"; | ||
SDKErrorCode["IncompatibleExtensions"] = "INCOMPATIBLE_EXTENSIONS"; | ||
SDKErrorCode["WebAuthnCreateCredentialError"] = "WEBAUTHN_CREATE_CREDENTIAL_ERROR"; | ||
@@ -11,0 +12,0 @@ })(SDKErrorCode || (SDKErrorCode = {})); |
{ | ||
"name": "@magic-sdk/types", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Core typings for Magic SDK packages.", | ||
@@ -22,3 +22,3 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)", | ||
}, | ||
"gitHead": "b4239a21694ce4eb4b6a3cad407b68720b459fd7" | ||
"gitHead": "0ae99071e9a8bf8aacc1504942b51db7774f24fc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
652002
605