also looking at this
chore(deps): update all non-major dependencies
#33
7 files
+96
-77
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -41,12 +41,12 @@ | ||
| 41 | 41 | "dist" |
| 42 | 42 | ], |
| 43 | 43 | "scripts": { |
| 44 | "build": "bun --bun build.ts && bun run compile", | |
| 45 | "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", | |
| 46 | "compile:all": "bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", | |
| 47 | "compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/query-builder-linux-x64", | |
| 48 | "compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/query-builder-linux-arm64", | |
| 49 | "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/query-builder-windows-x64.exe", | |
| 44 | "build": "cd ./packages/bun-query-builder && bun --bun build.ts && bun run compile", | |
| 45 | "compile": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", | |
| 46 | "compile:all": "cd ./packages/bun-query-builder && bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64", | |
| 47 | "compile:linux-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/query-builder-linux-x64", | |
| 48 | "compile:linux-arm64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/query-builder-linux-arm64", | |
| 49 | "compile:windows-x64": "cd ./packages/bun-query-builder && bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/query-builder-windows-x64.exe", | |
| 50 | 50 | "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/query-builder-darwin-x64", |
| 51 | 51 | "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/query-builder-darwin-arm64", |
| 52 | 52 | "zip": "bun run zip:all", |
| @@ -57,7 +57,6 @@ | ||
| 57 | 57 | "zip:darwin-x64": "zip -j bin/query-builder-darwin-x64.zip bin/query-builder-darwin-x64", |
| 58 | 58 | "zip:darwin-arm64": "zip -j bin/query-builder-darwin-arm64.zip bin/query-builder-darwin-arm64", |
| 59 | 59 | "fresh": "bunx rimraf node_modules/ bun.lock && bun i", |
| 60 | "prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip", | |
| 61 | 60 | "test": "bun test", |
| 62 | 61 | "lint": "bunx --bun eslint .", |
| 63 | 62 | "lint:fix": "bunx --bun eslint . --fix", |