magic-sdk 18.0.0 → 19.0.0-canary.538.5339058142.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.
- package/README.md +2 -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
|
```
|
@@ -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": "
|
3
|
+
"version": "19.0.0-canary.538.5339058142.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": "
|
32
|
-
"@magic-sdk/provider": "
|
33
|
-
"@magic-sdk/types": "
|
31
|
+
"@magic-sdk/commons": "15.0.0-canary.538.5339058142.0",
|
32
|
+
"@magic-sdk/provider": "19.0.0-canary.538.5339058142.0",
|
33
|
+
"@magic-sdk/types": "16.0.0-canary.538.5339058142.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": "
|
42
|
+
"gitHead": "8443af6f120578ac8d93810debe803e63e71b557"
|
43
43
|
}
|