@layerzerolabs/hardhat-collect-outcomes 2.0.7 → 2.0.9

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 +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-collect-outcomes",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "hardhat plugin to collect files from smart contracts",
5
5
  "keywords": [
6
6
  "ethereum",
@@ -21,8 +21,6 @@
21
21
  "scripts": {
22
22
  "build": "$npm_execpath tsc",
23
23
  "clean": "rimraf dist",
24
- "format": "$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write ",
25
- "lint": "$npm_execpath eslint --no-error-on-unmatched-pattern --ext .ts --fix",
26
24
  "test": "$npm_execpath mocha --timeout 60000 --exit 'test/**/*.test.ts'",
27
25
  "watch": "$npm_execpath tsc -w"
28
26
  },
@@ -34,7 +32,7 @@
34
32
  "devDependencies": {
35
33
  "@ethersproject/abi": "^5.7.0",
36
34
  "@ethersproject/providers": "^5.7.0",
37
- "@layerzerolabs/typescript-config-next": "^2.0.7",
35
+ "@layerzerolabs/typescript-config-next": "^2.0.9",
38
36
  "@nomiclabs/hardhat-ethers": "^2.2.3",
39
37
  "@typechain/ethers-v5": "^10.2.1",
40
38
  "@typechain/hardhat": "^6.1.6",
@@ -45,7 +43,6 @@
45
43
  "hardhat": "^2.19.0",
46
44
  "hardhat-deploy": "^0.11.44",
47
45
  "mocha": "^10.2.0",
48
- "prettier": "^3.1.0",
49
46
  "rimraf": "^5.0.5",
50
47
  "ts-node": "^10.9.1",
51
48
  "typechain": "^8.3.2",