turbos-margin-sdk 0.9.0-next.1 → 0.10.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 +4 -144
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- # [0.9.0-next.1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.8.0...0.9.0-next.1) (2026-05-25)
3
+ # [0.10.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.9.0...0.10.0) (2026-05-25)
4
4
 
5
5
 
6
6
  ### Bug Fixes
@@ -14,157 +14,17 @@
14
14
  * upgrade deepbook & deepbook-margin ([35de4ad](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/35de4ad8823b71c37cf7bd005572fcb5c44cf8af))
15
15
  * upgrade turbos-margin-trading ([c875168](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/c87516865e66d80892f8f0f5c37c1bbb622b1834))
16
16
 
17
-
18
-
19
- # [0.8.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.8.0) (2026-05-13)
20
-
21
-
22
- ### Features
23
-
24
- * upgrade deepbook & deepbook-margin ([1bed8ed](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/1bed8ed5bdc80499b82791161764457543f68c89))
25
-
26
-
27
-
28
- # [0.7.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.6.0...0.7.0) (2026-02-12)
29
-
30
-
31
- ### Features
32
-
33
- * upgrade abyss version ([fbb34d0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/fbb34d062b52ca127a63436a8330a3c74fb0fa2e))
34
-
35
-
36
-
37
- # [0.6.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.5.0...0.6.0) (2026-02-11)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * change default to mainnet ([ea90425](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/ea90425f22075aaa8d74f1bbcfec24eb312f21bf))
43
-
44
-
45
- ### Features
46
-
47
- * upgrade deepbook-margin version ([4d734a2](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/4d734a2acb01509b18dbfce5eba510f88edf846e))
48
-
49
-
50
-
51
- # [0.5.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.4.1...0.5.0) (2026-01-25)
52
-
53
-
54
- ### Features
55
-
56
- * add abyss contract ([b9a2d19](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/b9a2d198dbe45409968f8c2fa4684c4079bff6ad))
57
- * add abyss vaults configuration to testnet setup ([e55245a](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/e55245a2753527ee03649e78eb7638f0fdc3a9c7))
58
- * introduce Abyss module with vault, fee management, and configuration components ([22c2d2f](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/22c2d2f5d2118de0c9a996480d285fa3eb803f65))
59
-
60
-
61
-
62
- ## [0.4.1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.4.0...0.4.1) (2026-01-23)
63
-
64
-
65
-
66
- # [0.4.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.2...0.4.0) (2026-01-21)
67
-
68
-
69
- ### Features
70
-
71
- * add new margin manager functions without referral ([42e8be9](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/42e8be9e04b5bf2dc09ec09d71f7df5e385ccca0))
72
-
73
-
74
-
75
- ## [0.3.2](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.1...0.3.2) (2026-01-19)
76
-
77
-
78
- ### Bug Fixes
79
-
80
- * modules are not exposed ([9c6e465](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/9c6e465a512b52cd3767c3cd1c0ebc059430c9e2))
81
-
82
-
83
-
84
- ## [0.3.1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.0...0.3.1) (2026-01-19)
85
-
86
-
87
-
88
- # [0.3.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.0-next.3...0.3.0) (2026-01-19)
89
-
90
-
91
-
92
- # [0.3.0-next.3](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.0-next.2...0.3.0-next.3) (2026-01-19)
93
-
94
-
95
-
96
- # [0.3.0-next.2](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/v0.3.0-next.2...0.3.0-next.2) (2026-01-19)
97
-
98
-
99
-
100
- # [0.3.0-next.2](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.0-next.1...v0.3.0-next.2) (2026-01-19)
17
+ # [0.9.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.8.0...0.9.0) (2026-05-25)
101
18
 
102
19
 
103
20
  ### Bug Fixes
104
21
 
105
- * update README usage example ([8ed50a1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/8ed50a12bff012dee00ee714b8f2057a59dbc8f2))
106
-
107
-
108
-
109
- # [0.3.0-next.1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.3.0-next.0...0.3.0-next.1) (2026-01-19)
110
-
111
-
112
-
113
- # [0.3.0-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.2.1-next.2...0.3.0-next.0) (2026-01-19)
22
+ * force ci node version ([64e3d8d](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/64e3d8dcb9de095e6c78544bbf90dbbbc669414a))
114
23
 
115
24
 
116
25
  ### Features
117
26
 
118
- * combine testnet and mainnet env together ([c1d9695](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/c1d9695fdc5e4acf6e684d7fc13c3e88f73adb21))
119
-
120
-
121
-
122
- ## [0.2.1-next.2](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.2.1-next.1...0.2.1-next.2) (2026-01-14)
123
-
124
-
125
-
126
- ## [0.2.1-next.1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.2.1-next.0...0.2.1-next.1) (2026-01-14)
127
-
128
-
129
-
130
- ## [0.2.1-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.2.0...0.2.1-next.0) (2026-01-14)
131
-
132
-
133
-
134
- # [0.2.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.1.0...0.2.0) (2026-01-13)
135
-
136
-
137
- ### Features
138
-
139
- * new testnet contract ([0f6d37a](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/0f6d37abb652557f747a7a078593f2be5720e90c))
140
-
141
-
142
-
143
- # [0.1.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.1.0-next.0...0.1.0) (2026-01-12)
144
-
145
-
146
-
147
- # [0.1.0-next.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/1d67344a88a622fda252a2ca43eaaaea0762f928...0.1.0-next.0) (2026-01-12)
148
-
149
-
150
- ### Bug Fixes
151
-
152
- * ts error ([92adcd0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/92adcd0da4b96b7e5785d2e2d738b60d7527ec77))
153
- * update MARGIN_REGISTRY constant value ([e9032aa](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/e9032aa9e93099cb9a5e90f36d8784c9c852b1ef))
154
-
155
-
156
- ### Features
157
-
158
- * add deepbook ([2373318](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/2373318cb3c720d68b903d27a272373a077b2c08))
159
- * add DEEPBOOK_REGISTRY_ID constant ([70d047d](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/70d047d420640ec4b6796fadc3aeb7ae00942cdc))
160
- * Add pool proxy entry point. ([a17cfec](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/a17cfecda1d051984977bf1854b49f84118b3472))
161
- * change config ([1d67344](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/1d67344a88a622fda252a2ca43eaaaea0762f928))
162
- * new testnet contract ([9635af3](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/9635af345ead27fff1f255fae2364c6e9fb9474d))
163
- * new testnet version ([7529770](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/7529770d2af0df4b31adbec6e736db41968f0436))
164
- * new testnet version ([c7580e9](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/c7580e96f70b11286b1afa13f82899fd067b44bc))
165
- * remove `ts-expect-error` injection from `util.ts` during generation ([babe5dd](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/babe5dd79c0ca6b19e998b8fe9e943306ac559b4))
166
- * 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))
167
- * upgrade testnet contract ([759d7f6](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/759d7f62f231fc394493f732ec18eb9a7d18845e))
27
+ * upgrade deepbook & deepbook-margin ([cce22a1](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/cce22a1869ed3704a8e571cdbbb1dcd03ceae8ed))
168
28
 
169
29
  # [0.8.0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/compare/0.7.0...0.8.0) (2026-05-13)
170
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbos-margin-sdk",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.10.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",