@sonarwatch/portfolio-core 0.16.106 → 0.16.107

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.16.107](https://github.com/sonarwatch/portfolio/compare/core-0.16.106...core-0.16.107) (2026-01-05)
6
+
7
+
8
+
5
9
  ## [0.16.106](https://github.com/sonarwatch/portfolio/compare/core-0.16.105...core-0.16.106) (2025-12-23)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.16.106",
3
+ "version": "0.16.107",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "repository": {
@@ -331,6 +331,12 @@ export type IsoLevPosition = {
331
331
  leverage?: number;
332
332
  tp?: number;
333
333
  sl?: number;
334
+ limitOrders?: {
335
+ price: number;
336
+ amount: number;
337
+ value: UsdValue;
338
+ locked: boolean;
339
+ }[];
334
340
  value: UsdValue;
335
341
  ref?: string;
336
342
  sourceRefs?: SourceRef[];