@dydxprotocol/v4-client-js 1.3.5 → 1.3.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [1.3.5](https://github.com/dydxprotocol/v4-clients/compare/v4-client-js@1.3.4...v4-client-js@1.3.5) (2024-09-18)
1
+ ## [1.3.6](https://github.com/dydxprotocol/v4-clients/compare/v4-client-js@1.3.5...v4-client-js@1.3.6) (2024-09-18)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * update package lock ([#246](https://github.com/dydxprotocol/v4-clients/issues/246)) ([656cc0b](https://github.com/dydxprotocol/v4-clients/commit/656cc0b1f55a432405e37a9a112a66ef417a9fe4))
6
+ * move back v4-proto as a dependency ([#247](https://github.com/dydxprotocol/v4-clients/issues/247)) ([d16a96b](https://github.com/dydxprotocol/v4-clients/commit/d16a96b9957f0e2bcc639d2fa32471cf82277c28))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-client-js",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "General client library for the new dYdX system (v4 decentralized)",
5
5
  "main": "build/src/index.js",
6
6
  "scripts": {
@@ -39,6 +39,7 @@
39
39
  "@cosmjs/tendermint-rpc": "^0.32.1",
40
40
  "@cosmjs/utils": "^0.32.1",
41
41
  "@osmonauts/lcd": "^0.6.0",
42
+ "@dydxprotocol/v4-proto": "6.0.1",
42
43
  "@scure/bip32": "^1.1.5",
43
44
  "@scure/bip39": "^1.1.1",
44
45
  "axios": "1.1.3",
@@ -55,7 +56,6 @@
55
56
  "@commitlint/cli": "^19.5.0",
56
57
  "@commitlint/config-conventional": "^19.5.0",
57
58
  "@dydxprotocol/node-service-base-dev": "^0.2.6",
58
- "@dydxprotocol/v4-proto": "6.0.1",
59
59
  "@protobufs/cosmos": "^0.0.11",
60
60
  "@protobufs/gogoproto": "^0.0.10",
61
61
  "@semantic-release/changelog": "^6.0.3",
@@ -85,8 +85,5 @@
85
85
  "util": "^0.12.5",
86
86
  "webpack": "^5.77.0",
87
87
  "webpack-cli": "^5.0.1"
88
- },
89
- "peerDependencies": {
90
- "@dydxprotocol/v4-proto": "6.0.1"
91
88
  }
92
89
  }