@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",
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
  },
@@ -4,7 +4,7 @@ const {
4
4
  constants,
5
5
  expectEvent,
6
6
  expectRevert,
7
- } = require("@openzeppelin/test-helpers");
7
+ } = require("@lazy-sol/zeppelin-test-helpers");
8
8
  const {
9
9
  assert,
10
10
  expect,
package/test/rbac_core.js CHANGED
@@ -6,7 +6,7 @@ const {
6
6
  constants,
7
7
  expectEvent,
8
8
  expectRevert,
9
- } = require("@openzeppelin/test-helpers");
9
+ } = require("@lazy-sol/zeppelin-test-helpers");
10
10
  const {
11
11
  assert,
12
12
  expect,
@@ -6,7 +6,7 @@ const {
6
6
  constants,
7
7
  expectEvent,
8
8
  expectRevert,
9
- } = require("@openzeppelin/test-helpers");
9
+ } = require("@lazy-sol/zeppelin-test-helpers");
10
10
  const {
11
11
  assert,
12
12
  expect,
@@ -6,7 +6,7 @@ const {
6
6
  constants,
7
7
  expectEvent,
8
8
  expectRevert,
9
- } = require("@openzeppelin/test-helpers");
9
+ } = require("@lazy-sol/zeppelin-test-helpers");
10
10
  const {
11
11
  assert,
12
12
  expect,