mayak-common-library 0.1.80 → 0.1.81

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/dist/index.d.cts CHANGED
@@ -501,7 +501,7 @@ interface IItem$1 {
501
501
  date?: string | null;
502
502
  income?: {
503
503
  label: string;
504
- value: string;
504
+ value?: string;
505
505
  } | null;
506
506
  }
507
507
  interface IPortfoliosProps {
package/dist/index.d.ts CHANGED
@@ -501,7 +501,7 @@ interface IItem$1 {
501
501
  date?: string | null;
502
502
  income?: {
503
503
  label: string;
504
- value: string;
504
+ value?: string;
505
505
  } | null;
506
506
  }
507
507
  interface IPortfoliosProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",