magic-sdk 18.0.0 → 19.0.0-canary.538.5337633533.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
@@ -108,5 +108,5 @@ PKG=@magic-sdk/react-native-expo yarn test
108
108
 
109
109
  Test specific files
110
110
  ```bash
111
- yarn test /test/**/constructor.spec.ts
111
+ yarn test /test/**/constructor.spec.ts
112
112
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magic-sdk",
3
- "version": "18.0.0",
3
+ "version": "19.0.0-canary.538.5337633533.0",
4
4
  "description": "Passwordless authentication for the web.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -39,5 +39,5 @@
39
39
  "@babel/runtime": "^7.9.6",
40
40
  "localforage-driver-memory": "^1.0.5"
41
41
  },
42
- "gitHead": "82cc5277cf16641f9a88695146701de744b72435"
42
+ "gitHead": "c1a3d581436cc9c3b00f6540f34e0a137f7f7779"
43
43
  }