@zero-tech/zauction-sdk 0.1.3 → 0.1.4
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zero-tech/zauction-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"repository": "git@github.com:zer0-os/zAuction-SDK.git",
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"lint": "eslint --fix src",
|
|
18
18
|
"style": "prettier --write ./src/**/*.ts",
|
|
19
19
|
"test": "mocha -r ts-node/register 'test/**/e2e.test.ts' --exit --timeout 150000",
|
|
20
|
-
"typechain": "typechain --target ethers-v5 --out-dir src/contracts/types/ \"abi/**/*.json\""
|
|
21
|
-
"postinstall": "yarn build"
|
|
20
|
+
"typechain": "typechain --target ethers-v5 --out-dir src/contracts/types/ \"abi/**/*.json\""
|
|
22
21
|
},
|
|
23
22
|
"devDependencies": {
|
|
24
23
|
"@typechain/ethers-v5": "7.0.1",
|