@magic-sdk/react-native-bare 19.4.2-canary.587.5626126964.0 → 19.4.2-canary.593.5626462313.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ See the [developer documentation](https://magic.link/docs) to learn how you can
19
19
 
20
20
  ## 🔗 Installation
21
21
 
22
- Integrating your app with Magic will require our client-side NPM package:
22
+ Integrating your app with Magic will require our client-side NPM package:
23
23
 
24
24
  ```bash
25
25
  # Via NPM:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-bare",
3
- "version": "19.4.2-canary.587.5626126964.0",
3
+ "version": "19.4.2-canary.593.5626462313.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",
@@ -52,5 +52,5 @@
52
52
  "react-native-safe-area-context": ">=4.4.1",
53
53
  "react-native-webview": ">=12.4.0"
54
54
  },
55
- "gitHead": "a888f632435cfe481578daa7251abcdedaa89fd3"
55
+ "gitHead": "6852c803e7ce0d270d5ef2e436c571b7a8805ca8"
56
56
  }