@lifi/types 9.0.0-alpha.6 → 9.0.0-alpha.8

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.
@@ -1,3 +1,4 @@
1
1
  export * from './Chain';
2
2
  export * from './EVMChain';
3
3
  export * from './SolanaChain';
4
+ export * from './base';
@@ -1,3 +1,4 @@
1
1
  export * from './Chain';
2
2
  export * from './EVMChain';
3
3
  export * from './SolanaChain';
4
+ export * from './base';
@@ -1,3 +1,4 @@
1
1
  export * from './Chain';
2
2
  export * from './EVMChain';
3
3
  export * from './SolanaChain';
4
+ export * from './base';
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Chain"), exports);
18
18
  __exportStar(require("./EVMChain"), exports);
19
19
  __exportStar(require("./SolanaChain"), exports);
20
+ __exportStar(require("./base"), exports);
@@ -4,4 +4,4 @@ export * from './chains';
4
4
  export * from './exchanges';
5
5
  export * from './quests';
6
6
  export * from './step';
7
- export * from './tokens/token';
7
+ export * from './tokens';
package/dist/cjs/index.js CHANGED
@@ -20,4 +20,4 @@ __exportStar(require("./chains"), exports);
20
20
  __exportStar(require("./exchanges"), exports);
21
21
  __exportStar(require("./quests"), exports);
22
22
  __exportStar(require("./step"), exports);
23
- __exportStar(require("./tokens/token"), exports);
23
+ __exportStar(require("./tokens"), exports);
package/dist/index.d.ts CHANGED
@@ -4,4 +4,4 @@ export * from './chains';
4
4
  export * from './exchanges';
5
5
  export * from './quests';
6
6
  export * from './step';
7
- export * from './tokens/token';
7
+ export * from './tokens';
package/dist/index.js CHANGED
@@ -4,4 +4,4 @@ export * from './chains';
4
4
  export * from './exchanges';
5
5
  export * from './quests';
6
6
  export * from './step';
7
- export * from './tokens/token';
7
+ export * from './tokens';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0-alpha.8",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -69,20 +69,20 @@
69
69
  "url": "https://github.com/lifinance/types"
70
70
  },
71
71
  "devDependencies": {
72
- "@commitlint/cli": "^17.5.1",
73
- "@commitlint/config-conventional": "^17.4.4",
74
- "@typescript-eslint/eslint-plugin": "^5.58.0",
75
- "@typescript-eslint/parser": "^5.58.0",
76
- "eslint": "^8.38.0",
77
- "eslint-config-prettier": "^8.8.0",
78
- "eslint-plugin-prettier": "^4.2.1",
72
+ "@commitlint/cli": "^17.7.1",
73
+ "@commitlint/config-conventional": "^17.7.0",
74
+ "@typescript-eslint/eslint-plugin": "^6.3.0",
75
+ "@typescript-eslint/parser": "^6.3.0",
76
+ "eslint": "^8.47.0",
77
+ "eslint-config-prettier": "^9.0.0",
78
+ "eslint-plugin-prettier": "^5.0.0",
79
79
  "husky": "^8.0.3",
80
- "lint-staged": "^13.2.1",
80
+ "lint-staged": "^14.0.0",
81
81
  "npm-run-all": "^4.1.5",
82
82
  "pinst": "^3.0.0",
83
- "prettier": "^2.8.7",
83
+ "prettier": "^3.0.1",
84
84
  "standard-version": "^9.5.0",
85
- "typescript": "^5.0.4"
85
+ "typescript": "^5.1.6"
86
86
  },
87
87
  "packageManager": "yarn@3.5.0"
88
88
  }