@ocap/mcrypto 1.13.58 → 1.13.62
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/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -148,7 +148,7 @@ const Mcrypto = (module.exports = {
|
|
|
148
148
|
ROLE_TX: 10,
|
|
149
149
|
ROLE_TETHER: 11,
|
|
150
150
|
ROLE_SWAP: 12,
|
|
151
|
-
|
|
151
|
+
ROLE_DELEGATION: 13,
|
|
152
152
|
ROLE_VC: 14, // verifiable credential
|
|
153
153
|
ROLE_BLOCKLET: 15, // blocklet
|
|
154
154
|
ROLE_REGISTRY: 16, // blocklet registry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/mcrypto",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.62",
|
|
4
4
|
"description": "Crypto lib that provides signer,crypter,hasher interface",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"crypto",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"url": "https://github.com/ArcBlock/asset-chain/issues"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@ocap/util": "1.13.
|
|
50
|
+
"@ocap/util": "1.13.62",
|
|
51
51
|
"bn.js": "5.2.0",
|
|
52
52
|
"crypto-js": "^4.0.0",
|
|
53
53
|
"elliptic": "^6.5.3",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"bn.js": "5.2.0",
|
|
63
63
|
"elliptic": "6.5.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a14f8d2ade8dc0c58fd9fbf331a4eb9b842de6ed"
|
|
66
66
|
}
|