-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @magic-ext/[email protected] - @magic-ext/[email protected] - @magic-ext/[email protected] - @magic-ext/[email protected] - @magic-sdk/[email protected] - @magic-sdk/[email protected] - @magic-sdk/[email protected] - @magic-sdk/[email protected] - [email protected]
- Loading branch information
Magic Labs
committed
Nov 8, 2021
1 parent
ea1047b
commit 1d87894
Showing
9 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/bitcoin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "magic bitcoin extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^2.2.0" | ||
"@magic-sdk/commons": "^2.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/oauth", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Magic SDK OAuth Extension for Web environments.", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -32,6 +32,6 @@ | |
}, | ||
"devDependencies": { | ||
"@types/crypto-js": "~3.1.47", | ||
"magic-sdk": "^6.2.0" | ||
"magic-sdk": "^6.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/react-native-oauth", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Magic SDK OAuth Extension for React Native environments.", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -30,7 +30,7 @@ | |
"expo-web-browser": "^8.3.1" | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/react-native": "^6.2.0", | ||
"@magic-sdk/react-native": "^6.2.1", | ||
"@types/crypto-js": "~3.1.47" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/webauthn", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Magic SDK WabAuthn Extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^2.2.0" | ||
"@magic-sdk/commons": "^2.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-sdk/commons", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Exposes a listing of common public APIs from the Magic JS SDK ecosystem.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -21,7 +21,7 @@ | |
"require": "./dist/cjs/index.js" | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/provider": "^6.2.0", | ||
"@magic-sdk/provider": "^6.2.1", | ||
"@magic-sdk/types": "^5.2.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-sdk/pnp", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Passwordless authentication for the web with an out-of-the-box UI.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -19,8 +19,8 @@ | |
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/runtime": "^7.9.6", | ||
"@magic-ext/oauth": "^0.11.0", | ||
"magic-sdk": "^6.2.0" | ||
"@magic-ext/oauth": "^0.11.1", | ||
"magic-sdk": "^6.2.1" | ||
}, | ||
"gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-sdk/provider", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Core business logic for Magic SDK packages.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-sdk/react-native", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Passwordless authentication for React Native.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -18,8 +18,8 @@ | |
"types": "./dist/types/index.d.ts", | ||
"dependencies": { | ||
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1", | ||
"@magic-sdk/commons": "^2.2.0", | ||
"@magic-sdk/provider": "^6.2.0", | ||
"@magic-sdk/commons": "^2.2.1", | ||
"@magic-sdk/provider": "^6.2.1", | ||
"@magic-sdk/types": "^5.2.0", | ||
"@react-native-async-storage/async-storage": "^1.15.5", | ||
"@types/lodash": "^4.14.158", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "magic-sdk", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Passwordless authentication for the web.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,8 +28,8 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@magic-sdk/commons": "^2.2.0", | ||
"@magic-sdk/provider": "^6.2.0", | ||
"@magic-sdk/commons": "^2.2.1", | ||
"@magic-sdk/provider": "^6.2.1", | ||
"@magic-sdk/types": "^5.2.0", | ||
"localforage": "^1.7.4" | ||
}, | ||
|