ton-watcher
Advanced tools
Comparing version 1.0.6 to 1.0.7
import { TonTxWatcher } from './modules/txs/tonTxWatcher'; | ||
import { JettonsDepo } from './modules/Jetons/JetonInfo'; | ||
import { PriorityQueue } from './modules/queue/Queue'; | ||
export * from './utils/safeJson'; | ||
export * from './modules/txs/tonTxWatcher'; | ||
@@ -5,0 +6,0 @@ export * from './modules/persistant/persistant'; |
@@ -22,2 +22,3 @@ "use strict"; | ||
const Queue_1 = require("./modules/queue/Queue"); | ||
__exportStar(require("./utils/safeJson"), exports); | ||
__exportStar(require("./modules/txs/tonTxWatcher"), exports); | ||
@@ -24,0 +25,0 @@ __exportStar(require("./modules/persistant/persistant"), exports); |
{ | ||
"name": "ton-watcher", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -7,2 +7,3 @@ import { parse_tx } from './modules/txs/Transaction'; | ||
export * from './utils/safeJson'; | ||
export * from './modules/txs/tonTxWatcher'; | ||
@@ -9,0 +10,0 @@ export * from './modules/persistant/persistant'; |
Sorry, the diff of this file is not supported yet
106986
1769