@magic-ext/react-native-expo-oauth 7.1.0 → 8.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/CHANGELOG.md +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# v7.1.1 (Wed Jan 18 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- [CHORE] Clean up magic-js Deployment Stages [#429](https://github.com/magiclabs/magic-js/pull/429) ([@kgrubb](https://github.com/kgrubb))
|
|
6
|
+
- sync with master branch ([@kgrubb](https://github.com/kgrubb))
|
|
7
|
+
|
|
8
|
+
#### 🔩 Dependency Updates
|
|
9
|
+
|
|
10
|
+
- Bump qs from 6.5.2 to 6.5.3 [#400](https://github.com/magiclabs/magic-js/pull/400) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
11
|
+
- Bump decode-uri-component from 0.2.0 to 0.2.2 [#399](https://github.com/magiclabs/magic-js/pull/399) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
12
|
+
|
|
13
|
+
#### Authors: 2
|
|
14
|
+
|
|
15
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
16
|
+
- Keli (Madison) Grubb ([@kgrubb](https://github.com/kgrubb))
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v7.1.0 (Fri Jan 06 2023)
|
|
2
21
|
|
|
3
22
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/react-native-expo-oauth",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.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",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"expo-web-browser": "^11.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@magic-sdk/react-native-expo": "^
|
|
34
|
+
"@magic-sdk/react-native-expo": "^14.0.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": "7d634c0184f7daf464b7607cad6317c20bff0a0a"
|
|
41
41
|
}
|