@magic-sdk/react-native-expo 19.4.2 → 19.4.3-canary.593.5626938568.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,16 +1,3 @@
1
- # v19.4.2 (Fri Jul 21 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Enables WebView Inspection for RN SDKs [#587](https://github.com/magiclabs/magic-js/pull/587) ([@Ariflo](https://github.com/Ariflo))
6
- - Enables WebView Inspection for RN SDKs ([@Ariflo](https://github.com/Ariflo))
7
-
8
- #### Authors: 1
9
-
10
- - Arian Flores ([@Ariflo](https://github.com/Ariflo))
11
-
12
- ---
13
-
14
1
  # v19.3.0 (Fri Jul 07 2023)
15
2
 
16
3
  #### ⚠️ Pushed to `master`
package/README.md CHANGED
@@ -18,7 +18,7 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep
18
18
 
19
19
  ## 🔗 Installation
20
20
 
21
- Integrating your app with Magic will require our client-side NPM package:
21
+ Integrating your app with Magic will require our client-side NPM package:
22
22
 
23
23
  ```bash
24
24
  # Via NPM:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-expo",
3
- "version": "19.4.2",
3
+ "version": "19.4.3-canary.593.5626938568.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",
@@ -50,5 +50,5 @@
50
50
  "react-native-safe-area-context": ">=4.4.1",
51
51
  "react-native-webview": ">=12.4.0"
52
52
  },
53
- "gitHead": "8358660381006e9db81f7d8453a03511d84a4920"
53
+ "gitHead": "0916668b38e946d6f443cb3c0bf2e256e640cbbc"
54
54
  }