@sonarwatch/portfolio-core 0.16.114 → 0.16.116

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,19 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.16.116](https://github.com/sonarwatch/portfolio/compare/core-0.16.115...core-0.16.116) (2026-02-20)
6
+
7
+
8
+
9
+ ## [0.16.115](https://github.com/sonarwatch/portfolio/compare/core-0.16.114...core-0.16.115) (2026-02-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **core:** clarify `lockedUntil` comment with example ([27be42b](https://github.com/sonarwatch/portfolio/commit/27be42bb78383099aed1025781263537b10dea04))
15
+
16
+
17
+
5
18
  ## [0.16.114](https://github.com/sonarwatch/portfolio/compare/core-0.16.113...core-0.16.114) (2026-02-09)
6
19
 
7
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.16.114",
3
+ "version": "0.16.116",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "repository": {
@@ -18,7 +18,7 @@ export type PortfolioAssetAttributes = {
18
18
  /**
19
19
  * Represents the date (in ms) when the asset will be unlocked.
20
20
  * If current date is greater than this value, the asset is unlocked.
21
- * If set to -1, it means it's locked for an unknown or indeterminate period
21
+ * If set to -1, it means it's locked for an unknown or indeterminate period (e.g. pending withdrawal with a delay)
22
22
  */
23
23
  lockedUntil?: number;
24
24
  /**