@ocap/mcrypto 1.13.57 → 1.13.61

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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
- ROLE_DELEGATE: 13,
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.57",
3
+ "version": "1.13.61",
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.57",
50
+ "@ocap/util": "1.13.61",
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": "a6e47aeaf79ea134b38228ca3681fb7cf77a0778"
65
+ "gitHead": "79d07bbde4df1d0d37afe76aaa1eaa2f30cc55a7"
66
66
  }