magic-sdk
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -15,2 +15,8 @@ ## Upcoming Changes | ||
## `2.7.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. | ||
## `2.6.0` - 09/15/2020 | ||
@@ -17,0 +23,0 @@ |
@@ -71,3 +71,3 @@ "use strict"; | ||
sdkName: 'magic-sdk', | ||
version: '2.6.0', | ||
version: '2.7.0', | ||
defaultEndpoint: 'https://auth.magic.link/', | ||
@@ -74,0 +74,0 @@ ViewController: iframe_controller_1.IframeController, |
@@ -70,3 +70,3 @@ "use strict"; | ||
sdkName: 'magic-sdk', | ||
version: '2.6.0', | ||
version: '2.7.0', | ||
defaultEndpoint: 'https://auth.magic.link/', | ||
@@ -73,0 +73,0 @@ ViewController: iframe_controller_1.IframeController, |
@@ -59,3 +59,3 @@ /* eslint-disable no-underscore-dangle */ | ||
sdkName: 'magic-sdk', | ||
version: '2.6.0', | ||
version: '2.7.0', | ||
defaultEndpoint: 'https://auth.magic.link/', | ||
@@ -62,0 +62,0 @@ ViewController: IframeController, |
@@ -48,3 +48,3 @@ /* eslint-disable no-underscore-dangle */ | ||
sdkName: 'magic-sdk', | ||
version: '2.6.0', | ||
version: '2.7.0', | ||
defaultEndpoint: 'https://auth.magic.link/', | ||
@@ -51,0 +51,0 @@ ViewController: IframeController, |
{ | ||
"name": "magic-sdk", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "Passwordless authentication for the web.", | ||
@@ -27,4 +27,4 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)", | ||
"@babel/runtime": "^7.9.6", | ||
"@magic-sdk/provider": "^2.7.0", | ||
"@magic-sdk/types": "^1.5.0", | ||
"@magic-sdk/provider": "^2.8.0", | ||
"@magic-sdk/types": "^1.6.0", | ||
"localforage": "^1.7.4", | ||
@@ -61,3 +61,3 @@ "localforage-driver-memory": "^1.0.5", | ||
}, | ||
"gitHead": "b4239a21694ce4eb4b6a3cad407b68720b459fd7" | ||
"gitHead": "0ae99071e9a8bf8aacc1504942b51db7774f24fc" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
940448
1331
Updated@magic-sdk/provider@^2.8.0
Updated@magic-sdk/types@^1.6.0