@sonarwatch/portfolio-core 0.12.30 → 0.12.32
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 +1835 -1827
- package/README.md +3 -3
- package/package.json +1 -1
- package/src/Portfolio.d.ts +0 -3
- package/src/constants/index.d.ts +1 -0
- package/src/constants/index.js +1 -0
- package/src/constants/index.js.map +1 -1
- package/src/constants/utils.d.ts +1 -0
- package/src/constants/utils.js +5 -0
- package/src/constants/utils.js.map +1 -0
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# @sonarwatch/portfolio-core
|
|
2
|
-
|
|
3
|
-
This library is @sonarwatch/portfolio-core
|
|
1
|
+
# @sonarwatch/portfolio-core
|
|
2
|
+
|
|
3
|
+
This library is @sonarwatch/portfolio-core
|
package/package.json
CHANGED
package/src/Portfolio.d.ts
CHANGED
|
@@ -284,9 +284,6 @@ export type PortfolioElementBorrowLendData = {
|
|
|
284
284
|
/**
|
|
285
285
|
* @deprecated
|
|
286
286
|
* The collateral ratio of the portfolio element.
|
|
287
|
-
* -1 means infinity/no borrow.
|
|
288
|
-
* null means unknown.
|
|
289
|
-
* 1.5 means 150%.
|
|
290
287
|
*/
|
|
291
288
|
collateralRatio: null;
|
|
292
289
|
/**
|
package/src/constants/index.d.ts
CHANGED
package/src/constants/index.js
CHANGED
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./addresses"), exports);
|
|
18
18
|
__exportStar(require("./networks"), exports);
|
|
19
19
|
__exportStar(require("./api"), exports);
|
|
20
|
+
__exportStar(require("./utils"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/core/src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6CAA2B;AAC3B,wCAAsB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/core/src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6CAA2B;AAC3B,wCAAsB;AACtB,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const collectibleFreezedTag = "freezed";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../packages/core/src/constants/utils.ts"],"names":[],"mappings":";;;AAAa,QAAA,qBAAqB,GAAG,SAAS,CAAC"}
|