@magic-ext/react-native-expo-oauth 28.3.0-canary.970.19965747020.0 → 29.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
> With the Magic JavaScript SDK OAuth extension, you can plug into your favorite social login providers with one, easy-to-use API.
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<a href="https://github.com/magiclabs/magic-js/blob/master/packages
|
|
14
|
-
<a href="https://github.com/magiclabs/magic-js/blob/master/packages
|
|
13
|
+
<a href="https://github.com/magiclabs/magic-js/blob/master/packages/%40magic-ext/oauth2/LICENSE">License</a> ·
|
|
14
|
+
<a href="https://github.com/magiclabs/magic-js/blob/master/packages/%40magic-ext/oauth2/CHANGELOG.md">Changelog</a> ·
|
|
15
15
|
<a href="https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md">Contributing Guide</a>
|
|
16
16
|
</p>
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/react-native-expo-oauth",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"description": "Magic SDK OAuth Extension for Expo React Native environments.",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"expo-web-browser": "14.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@magic-sdk/react-native-expo": "
|
|
32
|
+
"@magic-sdk/react-native-expo": "^33.0.0",
|
|
33
33
|
"@magic-sdk/types": "^25.2.0",
|
|
34
34
|
"@react-native-async-storage/async-storage": "^2.1.2",
|
|
35
35
|
"@types/crypto-js": "~4.2.0"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@magic-sdk/types": "^24.18.2",
|
|
40
40
|
"@react-native-async-storage/async-storage": "^2.1.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "87d7bf3e06f8f3412a231ccdc5dd8107865d474d"
|
|
43
43
|
}
|