@dydxprotocol/v4-client-js 1.3.6-test-release → 1.3.16
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/.releaserc +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/.releaserc
CHANGED
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dydxprotocol/v4-client-js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.16",
|
|
4
4
|
"description": "General client library for the new dYdX system (v4 decentralized)",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"coverage": "npm run test -- --coverage",
|
|
12
12
|
"fix": "npm run lint -- --fix",
|
|
13
13
|
"lint": "eslint --ext .ts,.js .",
|
|
14
|
-
"prepublishOnly": "npm run compile",
|
|
15
|
-
"release": "semantic-release",
|
|
14
|
+
"prepublishOnly": "npm run compile && ls build/node_modules/@dydxprotocol/v4-proto",
|
|
15
|
+
"release": "semantic-release --no-ci",
|
|
16
16
|
"start": "node build/src/index.js",
|
|
17
17
|
"test": "NODE_ENV=test jest --testPathIgnorePatterns=__tests__/modules/client/*",
|
|
18
18
|
"test:watch": "npm test -- --watch",
|