@lazy-sol/access-control-upgradeable 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lazy-sol/access-control-upgradeable",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Enable the modular plug and play (PnP) architecture for your dapp by incorporating the role-based access control (RBAC) into the smart contracts",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"deploy": "hardhat deploy"
|
12
12
|
},
|
13
13
|
"engines": {
|
14
|
-
"node": ">=16.
|
14
|
+
"node": ">=16.0.0"
|
15
15
|
},
|
16
16
|
"keywords": [
|
17
17
|
"RBAC",
|
@@ -25,12 +25,13 @@
|
|
25
25
|
"@lazy-sol/a-missing-gem": "^1.0.0",
|
26
26
|
"@nomiclabs/hardhat-truffle5": "^2.0.7",
|
27
27
|
"@openzeppelin/contracts-upgradeable": "^4.9.6",
|
28
|
-
"
|
28
|
+
"audit": "^0.0.6",
|
29
|
+
"hardhat": "^2.16.0",
|
29
30
|
"hardhat-deploy": "^0.11.45"
|
30
31
|
},
|
31
32
|
"devDependencies": {
|
33
|
+
"@lazy-sol/zeppelin-test-helpers": "^1.0.0",
|
32
34
|
"@openzeppelin/contracts": "^4.9.6",
|
33
|
-
"@openzeppelin/test-helpers": "^0.5.16",
|
34
35
|
"hardhat-dependency-injector": "^1.0.0",
|
35
36
|
"hardhat-gas-reporter": "^1.0.10",
|
36
37
|
"solidity-coverage": "^0.8.10"
|
package/test/rbac_core.js
CHANGED
package/test/rbac_modifier.js
CHANGED