magic-sdk 18.1.0-canary.548.5359961176.0 → 18.1.0-canary.551.5360551179.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 +6 -5
package/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ### Installation
28
28
 
29
- Integrating your app with Magic will require our client-side NPM package:
29
+ Integrating your app with Magic will require our client-side NPM package:
30
30
 
31
31
  ```bash
32
32
  # Via NPM:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magic-sdk",
3
- "version": "18.1.0-canary.548.5359961176.0",
3
+ "version": "18.1.0-canary.551.5360551179.0",
4
4
  "description": "Passwordless authentication for the web.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -19,6 +19,7 @@
19
19
  "types": "./dist/types/index.d.ts",
20
20
  "jsdelivr": "./dist/magic.js",
21
21
  "exports": {
22
+ "types": "./dist/types/index.d.ts",
22
23
  "import": "./dist/es/index.mjs",
23
24
  "require": "./dist/cjs/index.js"
24
25
  },
@@ -28,9 +29,9 @@
28
29
  ]
29
30
  },
30
31
  "dependencies": {
31
- "@magic-sdk/commons": "14.1.0-canary.548.5359961176.0",
32
- "@magic-sdk/provider": "18.1.0-canary.548.5359961176.0",
33
- "@magic-sdk/types": "15.5.0-canary.548.5359961176.0",
32
+ "@magic-sdk/commons": "14.1.0-canary.551.5360551179.0",
33
+ "@magic-sdk/provider": "18.1.0-canary.551.5360551179.0",
34
+ "@magic-sdk/types": "15.5.0-canary.551.5360551179.0",
34
35
  "localforage": "^1.7.4"
35
36
  },
36
37
  "devDependencies": {
@@ -39,5 +40,5 @@
39
40
  "@babel/runtime": "^7.9.6",
40
41
  "localforage-driver-memory": "^1.0.5"
41
42
  },
42
- "gitHead": "4879378bc729a3b5d159d798770fc666fd127d77"
43
+ "gitHead": "c18991570fba48869cce7f55aa99d9d90e392e9a"
43
44
  }