@sonarwatch/portfolio-core 0.12.29 → 0.12.31

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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.12.29",
3
+ "version": "0.12.31",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
@@ -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
  /**
@@ -1,3 +1,4 @@
1
1
  export * from './addresses';
2
2
  export * from './networks';
3
3
  export * from './api';
4
+ export * from './utils';
@@ -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,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.collectibleFreezedTag = void 0;
4
+ exports.collectibleFreezedTag = 'freezed';
5
+ //# sourceMappingURL=utils.js.map
@@ -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"}