@1inch/solidity-utils 2.2.18 → 2.2.19
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1inch/solidity-utils",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.19",
|
|
4
4
|
"main": "dist/src/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"repository": {
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"scripts": {
|
|
12
|
-
"
|
|
13
|
-
"build": "tsc -p tsconfig.publish.json",
|
|
14
|
-
"
|
|
15
|
-
"prepublish": "yarn build",
|
|
12
|
+
"clean": "rimraf artifacts cache coverage contracts/hardhat-dependency-compiler dist typechain-types",
|
|
13
|
+
"build": "yarn typechain && cti src -b && tsc -p tsconfig.publish.json",
|
|
14
|
+
"prepack": "yarn clean && yarn build",
|
|
16
15
|
"coverage": "hardhat coverage",
|
|
17
16
|
"format": "yarn format-ts && yarn format-sol",
|
|
18
17
|
"format-ts": "prettier '**/*.ts' --write",
|