magic-sdk 19.0.0-canary.538.5337633533.0 → 19.0.0-canary.538.5346766291.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
@@ -94,7 +94,7 @@ These are packages Magic JS SDK uses internally to work seamlessly across platfo
94
94
 
95
95
  ## 🚦 Testing
96
96
 
97
- Run tests for all packages
97
+ Run tests for all packages
98
98
  ```bash
99
99
  yarn test
100
100
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magic-sdk",
3
- "version": "19.0.0-canary.538.5337633533.0",
3
+ "version": "19.0.0-canary.538.5346766291.0",
4
4
  "description": "Passwordless authentication for the web.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,9 +28,9 @@
28
28
  ]
29
29
  },
30
30
  "dependencies": {
31
- "@magic-sdk/commons": "^14.0.0",
32
- "@magic-sdk/provider": "^18.0.0",
33
- "@magic-sdk/types": "^15.4.0",
31
+ "@magic-sdk/commons": "15.0.0-canary.538.5346766291.0",
32
+ "@magic-sdk/provider": "19.0.0-canary.538.5346766291.0",
33
+ "@magic-sdk/types": "16.0.0-canary.538.5346766291.0",
34
34
  "localforage": "^1.7.4"
35
35
  },
36
36
  "devDependencies": {
@@ -39,5 +39,5 @@
39
39
  "@babel/runtime": "^7.9.6",
40
40
  "localforage-driver-memory": "^1.0.5"
41
41
  },
42
- "gitHead": "c1a3d581436cc9c3b00f6540f34e0a137f7f7779"
42
+ "gitHead": "e104920bec3ba5b7b08f1732db4e2f5f919fc8d8"
43
43
  }