@blocklet/component-studio-cli 0.6.40 → 0.6.41
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/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import AuthStorage from '@arcblock/did-
|
|
1
|
+
import AuthStorage from '@arcblock/did-connect-storage-nedb';
|
|
2
2
|
import getWallet from '@blocklet/sdk/lib/wallet';
|
|
3
3
|
import WalletAuthenticator from '@blocklet/sdk/lib/wallet-authenticator';
|
|
4
4
|
import WalletHandler from '@blocklet/sdk/lib/wallet-handler';
|
|
@@ -51,9 +51,8 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@arcblock/did-
|
|
55
|
-
"@arcblock/did-
|
|
56
|
-
"@arcblock/did-connect": "^3.0.8",
|
|
54
|
+
"@arcblock/did-connect-storage-nedb": "^1.8.0",
|
|
55
|
+
"@arcblock/did-connect-react": "^3.1.4",
|
|
57
56
|
"@arcblock/ux": "^3.0.8",
|
|
58
57
|
"@blocklet/pages-kit": "^0.6.0",
|
|
59
58
|
"@blocklet/pages-kit-block-studio": "^0.6.0",
|