@magic-sdk/react-native-expo 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 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.1 (Wed Jun 21 2023)
2
19
 
3
20
  #### 🐛 Bug Fix
package/README.md CHANGED
@@ -34,7 +34,7 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep
34
34
 
35
35
  ## ⚡️ Quick Start
36
36
 
37
- 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.
37
+ 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.
38
38
 
39
39
  Then, you can start authenticating users with _just one method!_
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-expo",
3
- "version": "19.1.0",
3
+ "version": "19.2.0-canary.557.5361107278.0",
4
4
  "description": "Passwordless authentication for React Native (Expo).",
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": "^14.1.0",
22
- "@magic-sdk/provider": "^18.1.0",
23
- "@magic-sdk/types": "^15.5.0",
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",
@@ -50,5 +50,5 @@
50
50
  "react-native-safe-area-context": ">=4.4.1",
51
51
  "react-native-webview": ">=11.26.0"
52
52
  },
53
- "gitHead": "dd51deb2e5c23fbbb9190cb47fee25919fc19798"
53
+ "gitHead": "736af1614d5aaba88a74bcd35abf5978b9199e0b"
54
54
  }