@ocap/wallet 1.19.6 → 1.19.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/wallet",
|
3
|
-
"version": "1.19.
|
3
|
+
"version": "1.19.8",
|
4
4
|
"description": "Utility function to create and use an forge compatible crypto wallet",
|
5
5
|
"keywords": [
|
6
6
|
"crypto",
|
@@ -55,9 +55,9 @@
|
|
55
55
|
"url": "https://github.com/ArcBlock/blockchain/issues"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
|
-
"@arcblock/did": "1.19.
|
59
|
-
"@ocap/mcrypto": "1.19.
|
60
|
-
"@ocap/util": "1.19.
|
58
|
+
"@arcblock/did": "1.19.8",
|
59
|
+
"@ocap/mcrypto": "1.19.8",
|
60
|
+
"@ocap/util": "1.19.8"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "c64c55f04a40357501cc3ecf4e5e7531aee15ffe"
|
63
63
|
}
|