@dydxprotocol/v4-client-js 3.1.0 → 3.1.1

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/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- # [3.1.0](https://github.com/dydxprotocol/v4-clients/compare/v4-client-js@3.0.7...v4-client-js@3.1.0) (2025-10-30)
1
+ ## [3.1.1](https://github.com/dydxprotocol/v4-clients/compare/v4-client-js@3.1.0...v4-client-js@3.1.1) (2025-11-03)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * update protos to 9.4-rc0 and expose staking tier and perp market discounts queries ([#452](https://github.com/dydxprotocol/v4-clients/issues/452)) ([20cd4c0](https://github.com/dydxprotocol/v4-clients/commit/20cd4c05ec500c08aba934cbd54064315931b1b5))
7
- * update rust package version to v0.3.0 ([#449](https://github.com/dydxprotocol/v4-clients/issues/449)) ([2182c39](https://github.com/dydxprotocol/v4-clients/commit/2182c39355fb20805c5ec435cd903b191c8b7125)), closes [#442](https://github.com/dydxprotocol/v4-clients/issues/442) [#448](https://github.com/dydxprotocol/v4-clients/issues/448)
6
+ * return type for market discount ([#454](https://github.com/dydxprotocol/v4-clients/issues/454)) ([eca8503](https://github.com/dydxprotocol/v4-clients/commit/eca850393be7fd0331493f7675e37fe6e5ca3942))