turbos-margin-sdk 0.7.0-next.0 → 0.7.1-next.0

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 +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- # [0.7.0-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0-next.0) (2026-02-12)
3
+ ## [0.7.1-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.7.1-next.0) (2026-02-12)
4
+
5
+
6
+
7
+ # [0.7.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0) (2026-02-12)
4
8
 
5
9
 
6
10
  ### Features
@@ -141,6 +145,13 @@
141
145
  * update generation script to conditionally export functions/structs and add `margin-constants` and `pool-proxy` entries ([e1bf767](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/e1bf7670ee5761c4eefa894691c30403277ecec8))
142
146
  * upgrade testnet contract ([759d7f6](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/759d7f62f231fc394493f732ec18eb9a7d18845e))
143
147
 
148
+ # [0.7.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0) (2026-02-12)
149
+
150
+
151
+ ### Features
152
+
153
+ * upgrade abyss version ([fbb34d0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/fbb34d062b52ca127a63436a8330a3c74fb0fa2e))
154
+
144
155
  # [0.6.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.5.0...0.6.0) (2026-02-11)
145
156
 
146
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbos-margin-sdk",
3
- "version": "0.7.0-next.0",
3
+ "version": "0.7.1-next.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",