@lifi/types 9.0.0-alpha.1 → 9.0.0-alpha.2

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/cjs/base.js CHANGED
@@ -63,7 +63,7 @@ var CoinKey;
63
63
  CoinKey["MCB"] = "MCB";
64
64
  CoinKey["CELR"] = "CELR";
65
65
  CoinKey["IF"] = "IF";
66
- })(CoinKey = exports.CoinKey || (exports.CoinKey = {}));
66
+ })(CoinKey || (exports.CoinKey = CoinKey = {}));
67
67
  var ChainKey;
68
68
  (function (ChainKey) {
69
69
  ChainKey["ETH"] = "eth";
@@ -126,7 +126,7 @@ var ChainKey;
126
126
  ChainKey["MORT"] = "mort";
127
127
  ChainKey["FTMT"] = "ftmt";
128
128
  ChainKey["LNAT"] = "lnat";
129
- })(ChainKey = exports.ChainKey || (exports.ChainKey = {}));
129
+ })(ChainKey || (exports.ChainKey = ChainKey = {}));
130
130
  var ChainId;
131
131
  (function (ChainId) {
132
132
  ChainId[ChainId["ETH"] = 1] = "ETH";
@@ -189,4 +189,4 @@ var ChainId;
189
189
  ChainId[ChainId["MORT"] = 1287] = "MORT";
190
190
  ChainId[ChainId["FTMT"] = 4002] = "FTMT";
191
191
  ChainId[ChainId["LNAT"] = 59140] = "LNAT";
192
- })(ChainId = exports.ChainId || (exports.ChainId = {}));
192
+ })(ChainId || (exports.ChainId = ChainId = {}));
@@ -19,4 +19,4 @@ var BridgeTool;
19
19
  BridgeTool["across"] = "across";
20
20
  BridgeTool["portal"] = "portal";
21
21
  BridgeTool["stargate"] = "stargate";
22
- })(BridgeTool = exports.BridgeTool || (exports.BridgeTool = {}));
22
+ })(BridgeTool || (exports.BridgeTool = BridgeTool = {}));
@@ -5,4 +5,4 @@ var ChainType;
5
5
  (function (ChainType) {
6
6
  ChainType["EVM"] = "EVM";
7
7
  ChainType["Solana"] = "SOLANA";
8
- })(ChainType = exports.ChainType || (exports.ChainType = {}));
8
+ })(ChainType || (exports.ChainType = ChainType = {}));
@@ -12,4 +12,4 @@ var ExchangeTool;
12
12
  ExchangeTool["openocean"] = "openocean";
13
13
  ExchangeTool["zerox"] = "0x";
14
14
  ExchangeTool["dodo"] = "dodo";
15
- })(ExchangeTool = exports.ExchangeTool || (exports.ExchangeTool = {}));
15
+ })(ExchangeTool || (exports.ExchangeTool = ExchangeTool = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.2",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -68,27 +68,20 @@
68
68
  "bugs": {
69
69
  "url": "https://github.com/lifinance/types"
70
70
  },
71
- "dependencies": {
72
- "ethers": "^5.7.2"
73
- },
74
71
  "devDependencies": {
75
72
  "@commitlint/cli": "^17.5.1",
76
73
  "@commitlint/config-conventional": "^17.4.4",
77
- "@types/jest": "^29.5.0",
78
74
  "@typescript-eslint/eslint-plugin": "^5.58.0",
79
75
  "@typescript-eslint/parser": "^5.58.0",
80
- "axios": "^1.4.0",
81
76
  "eslint": "^8.38.0",
82
77
  "eslint-config-prettier": "^8.8.0",
83
78
  "eslint-plugin-prettier": "^4.2.1",
84
79
  "husky": "^8.0.3",
85
- "jest": "^29.5.0",
86
80
  "lint-staged": "^13.2.1",
87
81
  "npm-run-all": "^4.1.5",
88
82
  "pinst": "^3.0.0",
89
83
  "prettier": "^2.8.7",
90
84
  "standard-version": "^9.5.0",
91
- "ts-jest": "^29.1.0",
92
85
  "typescript": "^5.0.4"
93
86
  },
94
87
  "packageManager": "yarn@3.5.0"