@magic-sdk/react-native-bare 17.1.0 → 17.2.0-canary.491.4641410358.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 +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,9 +10,6 @@
10
10
  <a href="https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md">Contributing Guide</a>
11
11
  </p>
12
12
 
13
- ## ⚠️ Major Change: Package Split Beta ⚠️
14
- Please note that splitting the `Expo` and `Bare React Native` Magic packages is a part of a **beta** release. Take whatever precautions necessary to verify use before installing on your production application. As always, in the case something goes awry, you may open an issue and revert your package to the previous pre-split stable bare react native version `magic-sdk/react-native@^8.0.0`.
15
-
16
13
  ## 📖 Documentation
17
14
 
18
15
  See the [developer documentation](https://magic.link/docs) to learn how you can master the Magic SDK in a matter of minutes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/react-native-bare",
3
- "version": "17.1.0",
3
+ "version": "17.2.0-canary.491.4641410358.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": ">=11.0.0"
54
54
  },
55
- "gitHead": "045559a8d86c3c46525e34690ac7ba5ba6a80ada"
55
+ "gitHead": "f565b7c6d81bb96f3bdb8b7e2b1e05a02a91c16e"
56
56
  }