@clonegod/ttd-core 2.0.41 → 2.0.42

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.ts CHANGED
@@ -9,6 +9,7 @@ export * from './pool';
9
9
  export * from './quote';
10
10
  export * from './token';
11
11
  export * from './trade';
12
+ export * from './chains';
12
13
  export declare const FAILED = "FAILED";
13
14
  export declare const SUCCESS = "SUCCESS";
14
15
  export declare const NOT_FOUND = "NOT_FOUND";
package/dist/index.js CHANGED
@@ -89,6 +89,7 @@ __exportStar(require("./pool"), exports);
89
89
  __exportStar(require("./quote"), exports);
90
90
  __exportStar(require("./token"), exports);
91
91
  __exportStar(require("./trade"), exports);
92
+ __exportStar(require("./chains"), exports);
92
93
  const short = require('short-uuid');
93
94
  const exec = require('util').promisify(require('child_process').exec);
94
95
  exports.FAILED = 'FAILED';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",