@lazy-sol/access-control-upgradeable 1.0.3 → 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": {
|
@@ -25,6 +25,7 @@
|
|
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
|
+
"audit": "^0.0.6",
|
28
29
|
"hardhat": "^2.16.0",
|
29
30
|
"hardhat-deploy": "^0.11.45"
|
30
31
|
},
|
package/test/rbac_core.js
CHANGED
package/test/rbac_modifier.js
CHANGED