@sonarwatch/portfolio-core 0.8.110 → 0.8.112
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 +9 -1
- package/package.json +1 -1
- package/src/Portfolio.d.ts +1 -1
- package/src/Portfolio.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [0.8.
|
|
5
|
+
## [0.8.112](https://github.com/sonarwatch/portfolio/compare/core-0.8.111...core-0.8.112) (2023-11-29)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.8.111](https://github.com/sonarwatch/portfolio/compare/core-0.8.110...core-0.8.111) (2023-11-28)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [0.8.110](https://github.com/sonarwatch/portfolio/compare/core-0.8.109...core-0.8.110) (2023-11-27)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
9
17
|
## [0.8.109](https://github.com/sonarwatch/portfolio/compare/core-0.8.108...core-0.8.109) (2023-11-27)
|
|
10
18
|
|
|
11
19
|
|
package/package.json
CHANGED
package/src/Portfolio.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare const PortfolioAssetType: {
|
|
|
8
8
|
readonly collectible: "collectible";
|
|
9
9
|
};
|
|
10
10
|
export type PortfolioAssetTypeType = (typeof PortfolioAssetType)[keyof typeof PortfolioAssetType];
|
|
11
|
-
export type PortfolioElementLabel = 'Wallet' | 'Staked' | 'LiquidityPool' | 'Farming' | 'Lending' | 'Vesting' | 'Deposit' | 'Rewards';
|
|
11
|
+
export type PortfolioElementLabel = 'Wallet' | 'Staked' | 'LiquidityPool' | 'Farming' | 'Lending' | 'Vesting' | 'Deposit' | 'Rewards' | 'Leverage';
|
|
12
12
|
export declare const PortfolioElementType: {
|
|
13
13
|
readonly single: "single";
|
|
14
14
|
readonly multiple: "multiple";
|
package/src/Portfolio.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Portfolio.js","sourceRoot":"","sources":["../../../../packages/core/src/Portfolio.ts"],"names":[],"mappings":";;;AAKa,QAAA,kBAAkB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;CAClB,CAAC;
|
|
1
|
+
{"version":3,"file":"Portfolio.js","sourceRoot":"","sources":["../../../../packages/core/src/Portfolio.ts"],"names":[],"mappings":";;;AAKa,QAAA,kBAAkB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;CAClB,CAAC;AAeE,QAAA,oBAAoB,GAAG;IAClC,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;CAChB,CAAC"}
|