-
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-sdk/[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
Sep 23, 2021
1 parent
04f564b
commit ea71699
Showing
9 changed files
with
25 additions
and
25 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/oauth", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Magic SDK OAuth Extension for Web environments.", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -27,11 +27,11 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@magic-sdk/types": "^5.0.2", | ||
"@magic-sdk/types": "^5.0.3", | ||
"crypto-js": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/crypto-js": "~3.1.47", | ||
"magic-sdk": "^6.0.5" | ||
"magic-sdk": "^6.0.6" | ||
} | ||
} |
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.4.0", | ||
"version": "0.4.1", | ||
"description": "Magic SDK OAuth Extension for React Native environments.", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -25,12 +25,12 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@magic-sdk/types": "^5.0.2", | ||
"@magic-sdk/types": "^5.0.3", | ||
"crypto-js": "^3.3.0", | ||
"expo-web-browser": "^8.3.1" | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/react-native": "^6.0.5", | ||
"@magic-sdk/react-native": "^6.0.6", | ||
"@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.1.0", | ||
"version": "0.1.1", | ||
"description": "Magic SDK WabAuthn Extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^2.0.5" | ||
"@magic-sdk/commons": "^2.0.6" | ||
} | ||
} |
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.0.5", | ||
"version": "2.0.6", | ||
"description": "Exposes a listing of common public APIs from the Magic JS SDK ecosystem.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -23,8 +23,8 @@ | |
"require": "./dist/cjs/index.js" | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/provider": "^6.0.5", | ||
"@magic-sdk/types": "^5.0.2" | ||
"@magic-sdk/provider": "^6.0.6", | ||
"@magic-sdk/types": "^5.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@magic-sdk/provider": ">=4.3.0", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "@magic-sdk/pnp", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Passwordless authentication for the web with an out-of-the-box UI.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -20,8 +20,8 @@ | |
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/runtime": "^7.9.6", | ||
"@magic-ext/oauth": "^0.9.0", | ||
"magic-sdk": "^6.0.5" | ||
"@magic-ext/oauth": "^0.9.1", | ||
"magic-sdk": "^6.0.6" | ||
}, | ||
"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.0.5", | ||
"version": "6.0.6", | ||
"description": "Core business logic for Magic SDK packages.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -36,7 +36,7 @@ | |
"tslib": "^2.3.1" | ||
}, | ||
"dependencies": { | ||
"@magic-sdk/types": "^5.0.2", | ||
"@magic-sdk/types": "^5.0.3", | ||
"eventemitter3": "^4.0.4", | ||
"web3-core": "1.5.2" | ||
}, | ||
|
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.0.5", | ||
"version": "6.0.6", | ||
"description": "Passwordless authentication for React Native.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -20,9 +20,9 @@ | |
"types": "./dist/types/index.d.ts", | ||
"dependencies": { | ||
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1", | ||
"@magic-sdk/commons": "^2.0.5", | ||
"@magic-sdk/provider": "^6.0.5", | ||
"@magic-sdk/types": "^5.0.2", | ||
"@magic-sdk/commons": "^2.0.6", | ||
"@magic-sdk/provider": "^6.0.6", | ||
"@magic-sdk/types": "^5.0.3", | ||
"@react-native-async-storage/async-storage": "^1.15.5", | ||
"@types/lodash": "^4.14.158", | ||
"buffer": "~5.6.0", | ||
|
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/types", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Core typings 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", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"description": "Passwordless authentication for the web.", | ||
"author": "Magic Labs <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -30,9 +30,9 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@magic-sdk/commons": "^2.0.5", | ||
"@magic-sdk/provider": "^6.0.5", | ||
"@magic-sdk/types": "^5.0.2", | ||
"@magic-sdk/commons": "^2.0.6", | ||
"@magic-sdk/provider": "^6.0.6", | ||
"@magic-sdk/types": "^5.0.3", | ||
"localforage": "^1.7.4" | ||
}, | ||
"devDependencies": { | ||
|