asv-hlps-market 1.0.53 → 1.0.55

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.
@@ -6,5 +6,6 @@ interface Market {
6
6
  iconPack: string;
7
7
  isActive: boolean;
8
8
  imgSrc: string;
9
+ icon: string;
9
10
  }
10
11
  export default Market;
@@ -11,4 +11,5 @@ export interface TontEvent {
11
11
  transactionId: string;
12
12
  updatedAt: Date;
13
13
  validedDate: Date;
14
+ online: boolean;
14
15
  }
@@ -6,5 +6,6 @@ interface Market {
6
6
  iconPack: string;
7
7
  isActive: boolean;
8
8
  imgSrc: string;
9
+ icon: string;
9
10
  }
10
11
  export default Market;
@@ -11,4 +11,5 @@ export interface TontEvent {
11
11
  transactionId: string;
12
12
  updatedAt: Date;
13
13
  validedDate: Date;
14
+ online: boolean;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps-market",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "some markets tools",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -19,6 +19,6 @@
19
19
  "typescript": "^5.9.3"
20
20
  },
21
21
  "dependencies": {
22
- "asv-hlps": "^1.4.66"
22
+ "asv-hlps": "^1.4.67"
23
23
  }
24
24
  }