@layerzerolabs/hardhat-collect-outcomes 1.5.66 → 1.5.67
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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/hardhat-collect-outcomes",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.67",
|
|
4
4
|
"description": "hardhat plugin to collect files from smart contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "$npm_execpath tsc",
|
|
23
|
-
"clean": "rimraf dist",
|
|
23
|
+
"clean": "$npm_execpath rimraf dist",
|
|
24
24
|
"format": "$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write ",
|
|
25
25
|
"lint": "$npm_execpath eslint --no-error-on-unmatched-pattern --ext .ts --fix",
|
|
26
26
|
"test": "$npm_execpath mocha --timeout 60000 --exit 'test/**/*.test.ts'",
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ethersproject/abi": "^5.7.0",
|
|
31
31
|
"@ethersproject/providers": "^5.7.2",
|
|
32
|
-
"glob": "^
|
|
32
|
+
"glob": "^9.3.0",
|
|
33
33
|
"minimatch": "^7.4.2",
|
|
34
|
-
"rimraf": "^
|
|
34
|
+
"rimraf": "^3.0.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@ethersproject/abi": "^5.7.0",
|
|
38
|
-
"@layerzerolabs-internal/typescript-config": "^1.5.
|
|
38
|
+
"@layerzerolabs-internal/typescript-config": "^1.5.67",
|
|
39
39
|
"@nomiclabs/hardhat-ethers": "^2.2.2",
|
|
40
40
|
"@typechain/ethers-v5": "^10.2.0",
|
|
41
41
|
"@typechain/hardhat": "^6.1.5",
|
|
42
|
-
"@types/chai": "^4.
|
|
43
|
-
"@types/fs-extra": "^
|
|
44
|
-
"@types/mocha": "^
|
|
45
|
-
"@types/node": "^
|
|
46
|
-
"chai": "^4.
|
|
42
|
+
"@types/chai": "^4.1.7",
|
|
43
|
+
"@types/fs-extra": "^5.0.4",
|
|
44
|
+
"@types/mocha": "^5.2.6",
|
|
45
|
+
"@types/node": "^8.10.38",
|
|
46
|
+
"chai": "^4.2.0",
|
|
47
47
|
"ethers": "^5.7.2",
|
|
48
48
|
"hardhat": "^2.16.0",
|
|
49
|
-
"hardhat-deploy": "0.11.
|
|
50
|
-
"mocha": "^
|
|
49
|
+
"hardhat-deploy": "^0.11.25",
|
|
50
|
+
"mocha": "^7.1.2",
|
|
51
51
|
"prettier": "2.0.5",
|
|
52
|
-
"ts-node": "^
|
|
52
|
+
"ts-node": "^8.1.0",
|
|
53
53
|
"typechain": "^8.1.1",
|
|
54
|
-
"typescript": "
|
|
54
|
+
"typescript": "^5.1.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@nomiclabs/hardhat-ethers": "^2.2.2",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"@typechain/hardhat": "^6.1.5",
|
|
60
60
|
"ethers": "^5.7.2",
|
|
61
61
|
"hardhat": "^2.16.0",
|
|
62
|
-
"hardhat-deploy": "0.11.
|
|
62
|
+
"hardhat-deploy": "^0.11.25"
|
|
63
63
|
}
|
|
64
64
|
}
|