@magic-sdk/react-native-bare 19.1.0 → 19.2.0-canary.557.5361107278.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/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
# v19.1.0 (Fri Jun 23 2023)
|
2
|
+
|
3
|
+
#### 🚀 Enhancement
|
4
|
+
|
5
|
+
- Updates License to Apache 2.0 [#551](https://github.com/magiclabs/magic-js/pull/551) ([@Ariflo](https://github.com/Ariflo))
|
6
|
+
|
7
|
+
#### 🐛 Bug Fix
|
8
|
+
|
9
|
+
- Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
|
10
|
+
- White space bump ([@Ariflo](https://github.com/Ariflo))
|
11
|
+
|
12
|
+
#### Authors: 1
|
13
|
+
|
14
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
15
|
+
|
16
|
+
---
|
17
|
+
|
1
18
|
# v19.0.0 (Tue Jun 20 2023)
|
2
19
|
|
3
20
|
#### 💥 Breaking Change
|
package/README.md
CHANGED
@@ -37,7 +37,7 @@ yarn add react-native-safe-area-context # Required Peer Dependency
|
|
37
37
|
|
38
38
|
## ⚡️ Quick Start
|
39
39
|
|
40
|
-
Sign up or log in to the [developer dashboard](https://dashboard.magic.link ) to receive API keys that will allow your application to interact with Magic's authentication APIs.
|
40
|
+
Sign up or log in to the [developer dashboard](https://dashboard.magic.link ) to receive API keys that will allow your application to interact with Magic's authentication APIs.
|
41
41
|
|
42
42
|
Then, you can start authenticating users with _just one method!_
|
43
43
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@magic-sdk/react-native-bare",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.2.0-canary.557.5361107278.0",
|
4
4
|
"description": "Passwordless authentication for React Native (Bare).",
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
6
6
|
"license": "MIT",
|
@@ -18,9 +18,9 @@
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
19
19
|
"dependencies": {
|
20
20
|
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
|
21
|
-
"@magic-sdk/commons": "
|
22
|
-
"@magic-sdk/provider": "
|
23
|
-
"@magic-sdk/types": "
|
21
|
+
"@magic-sdk/commons": "14.2.0-canary.557.5361107278.0",
|
22
|
+
"@magic-sdk/provider": "18.2.0-canary.557.5361107278.0",
|
23
|
+
"@magic-sdk/types": "15.6.0-canary.557.5361107278.0",
|
24
24
|
"@react-native-async-storage/async-storage": "^1.15.5",
|
25
25
|
"@types/lodash": "^4.14.158",
|
26
26
|
"buffer": "~5.6.0",
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"react-native-safe-area-context": ">=4.4.1",
|
53
53
|
"react-native-webview": ">=11.0.0"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "736af1614d5aaba88a74bcd35abf5978b9199e0b"
|
56
56
|
}
|