@lifi/data-types 5.20.0 → 5.21.0-alpha.0

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/README.md CHANGED
@@ -19,7 +19,7 @@ Check out the [Changelog](./CHANGELOG.md) to see what changed in the last releas
19
19
  ## Installation
20
20
 
21
21
  ```bash
22
- yarn add @lifi/data-types
22
+ pnpm add @lifi/data-types
23
23
  ```
24
24
 
25
25
  or
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dependencies": {
5
5
  "@lifi/types": "^v16.6.0"
6
6
  },
7
- "version": "5.20.0",
7
+ "version": "5.21.0-alpha.0",
8
8
  "files": [
9
9
  "src",
10
10
  "!src/assets",
@@ -46,4 +46,4 @@
46
46
  "multi-chain",
47
47
  "metamask"
48
48
  ]
49
- }
49
+ }
@@ -1,13 +1,26 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
17
  exports.supportedUXTOChains = exports.supportedSolanaChains = exports.supportedEVMChains = void 0;
4
- const tslib_1 = require("tslib");
5
18
  var supportedChains_evm_js_1 = require("./supportedChains.evm.js");
6
19
  Object.defineProperty(exports, "supportedEVMChains", { enumerable: true, get: function () { return supportedChains_evm_js_1.supportedEVMChains; } });
7
20
  var supportedChains_svm_js_1 = require("./supportedChains.svm.js");
8
21
  Object.defineProperty(exports, "supportedSolanaChains", { enumerable: true, get: function () { return supportedChains_svm_js_1.supportedSolanaChains; } });
9
22
  var supportedChains_utxo_js_1 = require("./supportedChains.utxo.js");
10
23
  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);
24
+ __exportStar(require("./supportedChains.js"), exports);
25
+ __exportStar(require("./utils.js"), exports);
13
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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
+ {"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,uDAAoC;AACpC,6CAA0B"}
@@ -1,5 +1,18 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./coins.js"), exports);
17
+ __exportStar(require("./coins.js"), exports);
5
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":";;;AAAA,qDAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../coins/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B"}
package/src/_cjs/index.js CHANGED
@@ -1,7 +1,20 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
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);
17
+ __exportStar(require("./chains/index.js"), exports);
18
+ __exportStar(require("./coins/index.js"), exports);
19
+ __exportStar(require("./multicall.js"), exports);
7
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,4DAAiC;AACjC,2DAAgC;AAChC,yDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC;AACjC,mDAAgC;AAChC,iDAA8B"}