@magic-sdk/react-native-expo 19.0.2-canary.550.5359912533.0 → 19.0.2-canary.551.5360392870.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 +5 -5
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.0.2-canary.550.5359912533.0",
3
+ "version": "19.0.2-canary.551.5360392870.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.0.1-canary.550.5359912533.0",
22
- "@magic-sdk/provider": "18.0.1-canary.550.5359912533.0",
23
- "@magic-sdk/types": "^15.4.0",
21
+ "@magic-sdk/commons": "14.0.1-canary.551.5360392870.0",
22
+ "@magic-sdk/provider": "18.0.1-canary.551.5360392870.0",
23
+ "@magic-sdk/types": "15.4.1-canary.551.5360392870.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": "8e2d38cabd4af6bce3c6373ee95f2e96fc54dec3"
53
+ "gitHead": "45d20716773058cdfe63077f3e41f4590796cd41"
54
54
  }