@ocap/mcrypto 1.18.126 → 1.18.128

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.d.ts CHANGED
@@ -156,6 +156,7 @@ export declare const types: {
156
156
  ROLE_FACTORY: number;
157
157
  ROLE_ROLLUP: number;
158
158
  ROLE_STORAGE: number;
159
+ ROLE_PROFILE: number;
159
160
  ROLE_ANY: number;
160
161
  };
161
162
  /**
package/lib/index.js CHANGED
@@ -132,6 +132,7 @@ exports.types = {
132
132
  ROLE_FACTORY: 18,
133
133
  ROLE_ROLLUP: 19,
134
134
  ROLE_STORAGE: 20,
135
+ ROLE_PROFILE: 21,
135
136
  ROLE_ANY: 63,
136
137
  },
137
138
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/mcrypto",
3
- "version": "1.18.126",
3
+ "version": "1.18.128",
4
4
  "description": "Crypto lib that provides signer,crypter,hasher interface",
5
5
  "keywords": [
6
6
  "crypto",
@@ -57,7 +57,7 @@
57
57
  "url": "https://github.com/ArcBlock/blockchain/issues"
58
58
  },
59
59
  "dependencies": {
60
- "@ocap/util": "1.18.126",
60
+ "@ocap/util": "1.18.128",
61
61
  "bn.js": "5.2.1",
62
62
  "crypto-js": "^4.1.1",
63
63
  "elliptic": "^6.5.4",
@@ -72,5 +72,5 @@
72
72
  "bn.js": "5.2.1",
73
73
  "elliptic": "6.5.3"
74
74
  },
75
- "gitHead": "f25463b1fb916131d6cca7077cc12badb4abd52e"
75
+ "gitHead": "97c217e51a0c250f8804c67c893c09d9f4c127c8"
76
76
  }