@ocap/wallet 1.14.5 → 1.14.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/wallet",
|
3
|
-
"version": "1.14.
|
3
|
+
"version": "1.14.6",
|
4
4
|
"description": "Utility function to create and use an forge compatible crypto wallet",
|
5
5
|
"keywords": [
|
6
6
|
"crypto",
|
@@ -45,8 +45,8 @@
|
|
45
45
|
"url": "https://github.com/ArcBlock/asset-chain/issues"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@arcblock/did": "1.14.
|
49
|
-
"@ocap/mcrypto": "1.14.
|
48
|
+
"@arcblock/did": "1.14.6",
|
49
|
+
"@ocap/mcrypto": "1.14.6"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "dd379a7d1bd2a46be27a29e6f0c65fa161ec0b0c"
|
52
52
|
}
|