@magic-ext/react-native-expo-oauth 8.2.0 → 8.4.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/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v8.4.0 (Fri Feb 17 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Udpates `expo-web-browser` to the latest for `@magic-ext/react-native-expo-oauth` [#457](https://github.com/magiclabs/magic-js/pull/457) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Adds greater than requirement ([@Ariflo](https://github.com/Ariflo))
|
|
10
|
+
- Udpates expo-web-browser to the latest ([@Ariflo](https://github.com/Ariflo))
|
|
11
|
+
|
|
12
|
+
#### Authors: 1
|
|
13
|
+
|
|
14
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v7.1.1 (Wed Jan 18 2023)
|
|
2
19
|
|
|
3
20
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/react-native-expo-oauth",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.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",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@magic-sdk/types": "^10.0.0",
|
|
29
29
|
"crypto-js": "^3.3.0",
|
|
30
30
|
"expo-application": "^5.0.1",
|
|
31
|
-
"expo-web-browser": "
|
|
31
|
+
"expo-web-browser": ">=12.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@magic-sdk/react-native-expo": "^14.
|
|
34
|
+
"@magic-sdk/react-native-expo": "^14.3.0",
|
|
35
35
|
"@types/crypto-js": "~3.1.47"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@magic-sdk/react-native-expo": ">=13.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "bd5e37acb66d736b6acdd54e707d240285a48c1c"
|
|
41
41
|
}
|