Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Sep 20, 2024
1 parent 052e607 commit 1878522
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-houses-reflect.md

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"docs:dev": "pnpm --filter site dev",
"docs:build": "pnpm --filter site build",
"format": "biome format --write .",
"generate": "pnpm tsx ./src/chain/generate.ts",
"lint": "biome check --apply .",
"lint:dryrun": "biome check .",
"lint:repo": "sherif",
"lint:unused": "pnpm clean && knip",
"prepare": "pnpm generate",
"preinstall": "pnpx only-allow pnpm",
"prepublishOnly": "bun scripts/prepublish-only.ts",
"test": "vitest -c ./test/vitest.config.ts dev",
Expand Down
7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# sushi

## 4.0.3

### Patch Changes

- [#1](https://github.com/sushi-labs/sushi/pull/1) [`d57f7c4`](https://github.com/sushi-labs/sushi/commit/d57f7c4b390c6c8357602adf71c313b3d393ce3c) Thanks [@matthewlilley](https://github.com/matthewlilley)! - update bases to check trades against and stables for zksync
17 changes: 1 addition & 16 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sushi",
"description": "Sushi",
"version": "4.0.2",
"version": "4.0.3",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -204,21 +204,6 @@
]
}
},
"scripts": {
"prepare": "pnpm generate",
"build": "pnpm build:cjs && pnpm build:esm && pnpm build:types",
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false --esModuleInterop true && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json",
"build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\": \"true\"}' > ./_esm/package.json",
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap",
"typecheck": "tsc --pretty --noEmit",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsc -w",
"generate": "pnpm tsx ./chain/generate.ts",
"prepublishOnly": "pnpm build",
"test": "vitest run -c ./test/vitest.config.ts",
"test:debug": "vitest --inspect-brk --no-threads run -c ./test/vitest.config.ts",
"test:watch": "vitest dev -c ./test/vitest.config.ts"
},
"dependencies": {
"@uniswap/token-lists": "1.0.0-beta.33",
"big.js": "6.1.1",
Expand Down

0 comments on commit 1878522

Please sign in to comment.