@lazy-sol/access-control-upgradeable 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazy-sol/access-control-upgradeable",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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.20.0"
14
+ "node": ">=16.0.0"
15
15
  },
16
16
  "keywords": [
17
17
  "RBAC",
@@ -25,12 +25,12 @@
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
- "hardhat": "^2.20.1",
28
+ "hardhat": "^2.16.0",
29
29
  "hardhat-deploy": "^0.11.45"
30
30
  },
31
31
  "devDependencies": {
32
+ "@lazy-sol/zeppelin-test-helpers": "^1.0.0",
32
33
  "@openzeppelin/contracts": "^4.9.6",
33
- "@openzeppelin/test-helpers": "^0.5.16",
34
34
  "hardhat-dependency-injector": "^1.0.0",
35
35
  "hardhat-gas-reporter": "^1.0.10",
36
36
  "solidity-coverage": "^0.8.10"