turbos-margin-sdk 0.1.0-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.
- package/CHANGELOG.md +23 -0
- package/README.md +11 -0
- package/dist/esm/index.js +39560 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +1 -0
- package/dist/index.d.mts +16354 -0
- package/dist/index.d.ts +16354 -0
- package/dist/index.js +39560 -0
- package/dist/index.js.map +1 -0
- package/package.json +51 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
# 0.1.0-next.0 (2026-01-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* ts error ([92adcd0](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/92adcd0da4b96b7e5785d2e2d738b60d7527ec77))
|
|
9
|
+
* update MARGIN_REGISTRY constant value ([e9032aa](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/e9032aa9e93099cb9a5e90f36d8784c9c852b1ef))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add deepbook ([2373318](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/2373318cb3c720d68b903d27a272373a077b2c08))
|
|
15
|
+
* add DEEPBOOK_REGISTRY_ID constant ([70d047d](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/70d047d420640ec4b6796fadc3aeb7ae00942cdc))
|
|
16
|
+
* Add pool proxy entry point. ([a17cfec](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/a17cfecda1d051984977bf1854b49f84118b3472))
|
|
17
|
+
* change config ([1d67344](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/1d67344a88a622fda252a2ca43eaaaea0762f928))
|
|
18
|
+
* new testnet contract ([9635af3](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/9635af345ead27fff1f255fae2364c6e9fb9474d))
|
|
19
|
+
* new testnet version ([7529770](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/7529770d2af0df4b31adbec6e736db41968f0436))
|
|
20
|
+
* new testnet version ([c7580e9](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/c7580e96f70b11286b1afa13f82899fd067b44bc))
|
|
21
|
+
* remove `ts-expect-error` injection from `util.ts` during generation ([babe5dd](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/babe5dd79c0ca6b19e998b8fe9e943306ac559b4))
|
|
22
|
+
* 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))
|
|
23
|
+
* upgrade testnet contract ([759d7f6](https://github.com/turbos-finance/turbos-omm-sdk-sdk/commit/759d7f62f231fc394493f732ec18eb9a7d18845e))
|