sushi 5.0.8 → 5.0.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # sushi
2
2
 
3
+ ## 5.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#100](https://github.com/sushi-labs/sushi/pull/100) [`ac5a9ad`](https://github.com/sushi-labs/sushi/commit/ac5a9adb3292756da6ea26ef0709d3d9d01dc408) Thanks [@LufyCZ](https://github.com/LufyCZ)! - Loosen Typescript PeerDep
8
+
3
9
  ## 5.0.8
4
10
 
5
11
  ### Patch Changes
@@ -1078,7 +1078,7 @@ exports.default = [
1078
1078
  "symbol": "ETH",
1079
1079
  "decimals": 18
1080
1080
  },
1081
- "name": "Taiko Mainnet",
1081
+ "name": "Taiko Alethia",
1082
1082
  "shortName": "tko-mainnet"
1083
1083
  },
1084
1084
  {
@@ -1077,7 +1077,7 @@ export default [
1077
1077
  "symbol": "ETH",
1078
1078
  "decimals": 18
1079
1079
  },
1080
- "name": "Taiko Mainnet",
1080
+ "name": "Taiko Alethia",
1081
1081
  "shortName": "tko-mainnet"
1082
1082
  },
1083
1083
  {
@@ -885,7 +885,7 @@ declare const _default: readonly [{
885
885
  readonly symbol: "ETH";
886
886
  readonly decimals: 18;
887
887
  };
888
- readonly name: "Taiko Mainnet";
888
+ readonly name: "Taiko Alethia";
889
889
  readonly shortName: "tko-mainnet";
890
890
  }, {
891
891
  readonly chainId: 421614;
@@ -887,7 +887,7 @@ declare const RAW: readonly [{
887
887
  readonly symbol: "ETH";
888
888
  readonly decimals: 18;
889
889
  };
890
- readonly name: "Taiko Mainnet";
890
+ readonly name: "Taiko Alethia";
891
891
  readonly shortName: "tko-mainnet";
892
892
  }, {
893
893
  readonly chainId: 421614;
@@ -1078,7 +1078,7 @@ export default [
1078
1078
  "symbol": "ETH",
1079
1079
  "decimals": 18
1080
1080
  },
1081
- "name": "Taiko Mainnet",
1081
+ "name": "Taiko Alethia",
1082
1082
  "shortName": "tko-mainnet"
1083
1083
  },
1084
1084
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sushi",
3
3
  "description": "Sushi",
4
- "version": "5.0.8",
4
+ "version": "5.0.9",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",
@@ -213,7 +213,7 @@
213
213
  "toformat": "2.0.0"
214
214
  },
215
215
  "peerDependencies": {
216
- "typescript": "5.5.4",
216
+ "typescript": ">= 5.5.4 < 6",
217
217
  "viem": "*",
218
218
  "zod": "*"
219
219
  },