@lifi/data-types 5.15.3 → 5.15.4

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dependencies": {
5
5
  "@lifi/types": "^v16.2.1"
6
6
  },
7
- "version": "5.15.3",
7
+ "version": "5.15.4",
8
8
  "files": [
9
9
  "src",
10
10
  "!src/assets",
@@ -2,12 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.supportedUXTOChains = exports.supportedSolanaChains = exports.supportedEVMChains = void 0;
4
4
  const tslib_1 = require("tslib");
5
- var supportedChains_evm_1 = require("./supportedChains.evm");
6
- Object.defineProperty(exports, "supportedEVMChains", { enumerable: true, get: function () { return supportedChains_evm_1.supportedEVMChains; } });
7
- var supportedChains_svm_1 = require("./supportedChains.svm");
8
- Object.defineProperty(exports, "supportedSolanaChains", { enumerable: true, get: function () { return supportedChains_svm_1.supportedSolanaChains; } });
9
- var supportedChains_utxo_1 = require("./supportedChains.utxo");
10
- Object.defineProperty(exports, "supportedUXTOChains", { enumerable: true, get: function () { return supportedChains_utxo_1.supportedUXTOChains; } });
11
- tslib_1.__exportStar(require("./supportedChains"), exports);
12
- tslib_1.__exportStar(require("./utils"), exports);
5
+ var supportedChains_evm_js_1 = require("./supportedChains.evm.js");
6
+ Object.defineProperty(exports, "supportedEVMChains", { enumerable: true, get: function () { return supportedChains_evm_js_1.supportedEVMChains; } });
7
+ var supportedChains_svm_js_1 = require("./supportedChains.svm.js");
8
+ Object.defineProperty(exports, "supportedSolanaChains", { enumerable: true, get: function () { return supportedChains_svm_js_1.supportedSolanaChains; } });
9
+ var supportedChains_utxo_js_1 = require("./supportedChains.utxo.js");
10
+ Object.defineProperty(exports, "supportedUXTOChains", { enumerable: true, get: function () { return supportedChains_utxo_js_1.supportedUXTOChains; } });
11
+ tslib_1.__exportStar(require("./supportedChains.js"), exports);
12
+ tslib_1.__exportStar(require("./utils.js"), exports);
13
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":";;;;AAAA,6DAA0D;AAAjD,yHAAA,kBAAkB,OAAA;AAC3B,6DAA6D;AAApD,4HAAA,qBAAqB,OAAA;AAC9B,+DAA4D;AAAnD,2HAAA,mBAAmB,OAAA;AAC5B,4DAAiC;AACjC,kDAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":";;;;AAAA,mEAA6D;AAApD,4HAAA,kBAAkB,OAAA;AAC3B,mEAAgE;AAAvD,+HAAA,qBAAqB,OAAA;AAC9B,qEAA+D;AAAtD,8HAAA,mBAAmB,OAAA;AAC5B,+DAAoC;AACpC,qDAA0B"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./coins"), exports);
4
+ tslib_1.__exportStar(require("./coins.js"), exports);
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":";;;AAAA,kDAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":";;;AAAA,qDAA0B"}
package/src/_cjs/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./chains"), exports);
5
- tslib_1.__exportStar(require("./coins"), exports);
6
- tslib_1.__exportStar(require("./multicall"), exports);
4
+ tslib_1.__exportStar(require("./chains/index.js"), exports);
5
+ tslib_1.__exportStar(require("./coins/index.js"), exports);
6
+ tslib_1.__exportStar(require("./multicall.js"), exports);
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,mDAAwB;AACxB,kDAAuB;AACvB,sDAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,4DAAiC;AACjC,2DAAgC;AAChC,yDAA8B"}
@@ -1,6 +1,6 @@
1
- export { supportedEVMChains } from './supportedChains.evm';
2
- export { supportedSolanaChains } from './supportedChains.svm';
3
- export { supportedUXTOChains } from './supportedChains.utxo';
4
- export * from './supportedChains';
5
- export * from './utils';
1
+ export { supportedEVMChains } from './supportedChains.evm.js';
2
+ export { supportedSolanaChains } from './supportedChains.svm.js';
3
+ export { supportedUXTOChains } from './supportedChains.utxo.js';
4
+ export * from './supportedChains.js';
5
+ export * from './utils.js';
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAC5D,cAAc,mBAAmB,CAAA;AACjC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC/D,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from './coins';
1
+ export * from './coins.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
package/src/_esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export * from './chains';
2
- export * from './coins';
3
- export * from './multicall';
1
+ export * from './chains/index.js';
2
+ export * from './coins/index.js';
3
+ export * from './multicall.js';
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA"}
@@ -1,6 +1,6 @@
1
- export { supportedEVMChains } from './supportedChains.evm';
2
- export { supportedSolanaChains } from './supportedChains.svm';
3
- export { supportedUXTOChains } from './supportedChains.utxo';
4
- export * from './supportedChains';
5
- export * from './utils';
1
+ export { supportedEVMChains } from './supportedChains.evm.js';
2
+ export { supportedSolanaChains } from './supportedChains.svm.js';
3
+ export { supportedUXTOChains } from './supportedChains.utxo.js';
4
+ export * from './supportedChains.js';
5
+ export * from './utils.js';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAC5D,cAAc,mBAAmB,CAAA;AACjC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../chains/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC/D,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from './coins';
1
+ export * from './coins.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -1,4 +1,4 @@
1
- export * from './chains';
2
- export * from './coins';
3
- export * from './multicall';
1
+ export * from './chains/index.js';
2
+ export * from './coins/index.js';
3
+ export * from './multicall.js';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA"}
@@ -1,5 +1,5 @@
1
- export { supportedEVMChains } from './supportedChains.evm'
2
- export { supportedSolanaChains } from './supportedChains.svm'
3
- export { supportedUXTOChains } from './supportedChains.utxo'
4
- export * from './supportedChains'
5
- export * from './utils'
1
+ export { supportedEVMChains } from './supportedChains.evm.js'
2
+ export { supportedSolanaChains } from './supportedChains.svm.js'
3
+ export { supportedUXTOChains } from './supportedChains.utxo.js'
4
+ export * from './supportedChains.js'
5
+ export * from './utils.js'
@@ -1 +1 @@
1
- export * from './coins'
1
+ export * from './coins.js'
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './chains'
2
- export * from './coins'
3
- export * from './multicall'
1
+ export * from './chains/index.js'
2
+ export * from './coins/index.js'
3
+ export * from './multicall.js'