@sonarwatch/portfolio-core 0.13.9 → 0.13.11

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,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.13.11](https://github.com/sonarwatch/portfolio/compare/core-0.13.10...core-0.13.11) (2024-10-14)
6
+
7
+
8
+
9
+ ## [0.13.10](https://github.com/sonarwatch/portfolio/compare/core-0.13.9...core-0.13.10) (2024-10-11)
10
+
11
+
12
+
5
13
  ## [0.13.9](https://github.com/sonarwatch/portfolio/compare/core-0.13.8...core-0.13.9) (2024-10-11)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.13.9",
3
+ "version": "0.13.11",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
@@ -349,5 +349,6 @@ export type FetchersResult = {
349
349
  fetcherReports: FetcherReport[];
350
350
  value: UsdValue;
351
351
  elements: PortfolioElement[];
352
+ duration: number;
352
353
  tokenInfo?: Partial<Record<NetworkIdType, Record<string, TokenInfo>>>;
353
354
  };