@sonarwatch/portfolio-core 0.9.11 → 0.11.2

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,42 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.11.2](https://github.com/sonarwatch/portfolio/compare/core-0.11.1...core-0.11.2) (2023-12-12)
6
+
7
+
8
+
9
+ ## [0.11.1](https://github.com/sonarwatch/portfolio/compare/core-0.11.0...core-0.11.1) (2023-12-12)
10
+
11
+
12
+
13
+ # [0.11.0](https://github.com/sonarwatch/portfolio/compare/core-0.10.0...core-0.11.0) (2023-12-11)
14
+
15
+
16
+
17
+ # [0.10.0](https://github.com/sonarwatch/portfolio/compare/core-0.9.16...core-0.10.0) (2023-12-11)
18
+
19
+
20
+
21
+ ## [0.9.16](https://github.com/sonarwatch/portfolio/compare/core-0.9.15...core-0.9.16) (2023-12-11)
22
+
23
+
24
+
25
+ ## [0.9.15](https://github.com/sonarwatch/portfolio/compare/core-0.9.14...core-0.9.15) (2023-12-11)
26
+
27
+
28
+
29
+ ## [0.9.14](https://github.com/sonarwatch/portfolio/compare/core-0.9.13...core-0.9.14) (2023-12-11)
30
+
31
+
32
+
33
+ ## [0.9.13](https://github.com/sonarwatch/portfolio/compare/core-0.9.12...core-0.9.13) (2023-12-11)
34
+
35
+
36
+
37
+ ## [0.9.12](https://github.com/sonarwatch/portfolio/compare/core-0.9.11...core-0.9.12) (2023-12-11)
38
+
39
+
40
+
5
41
  ## [0.9.11](https://github.com/sonarwatch/portfolio/compare/core-0.9.10...core-0.9.11) (2023-12-11)
6
42
 
7
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.9.11",
3
+ "version": "0.11.2",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@ethersproject/address": "^5.7.0",
@@ -22,17 +22,17 @@ export type PortfolioAssetAttributes = {
22
22
  */
23
23
  lockedUntil?: number;
24
24
  /**
25
- * Represents the unbondingPeriod (in ms) or string (e.g. 1 epoch).
26
- */
27
- unbondingPeriod?: number | string;
28
- /**
29
- * Represents the asset is deprecated.
25
+ * Represents if the asset is deprecated.
30
26
  */
31
27
  isDeprecated?: boolean;
32
28
  /**
33
- * Represents the asset can be claimed.
29
+ * Represents if the asset can be claimed.
34
30
  */
35
31
  isClaimable?: boolean;
32
+ /**
33
+ * Represents the tags of the asset.
34
+ */
35
+ tags?: string[];
36
36
  };
37
37
  /**
38
38
  * Represents the type of a portfolio element.