Skip to content

Commit 276f398

Browse files
committed
Release v0.5.2
1 parent f0f1f4b commit 276f398

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.5.2] - 2025-11-12
4+
5+
* Make sure chalk and commander are added as dependencies
6+
* Serve /tidewave and /tidewave/config routes from Vite
7+
38
## [0.5.1] - 2025-11-11
49

510
* Add `npx tidewave install` and trim down dependency list.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"scripts": {
5656
"dist": "bun run clean && bun run build:js && bun run build:types",
57-
"build:js": "bun build --outdir dist --root src --external commander --external chalk --external typescript --external child_process --external module --external @opentelemetry/api --external @opentelemetry/sdk-logs --external @opentelemetry/sdk-trace-base src/next-js/handler.ts src/next-js/instrumentation.ts src/vite-plugin.ts src/evaluation/eval_worker.ts src/cli/index.ts --target node",
57+
"build:js": "bun build --outdir dist --root src --external typescript --external child_process --external module --external @opentelemetry/api --external @opentelemetry/sdk-logs --external @opentelemetry/sdk-trace-base src/next-js/handler.ts src/next-js/instrumentation.ts src/vite-plugin.ts src/evaluation/eval_worker.ts src/cli/index.ts --target node",
5858
"build:types": "tsc -p tsconfig.declarations.json",
5959
"dev": "bun run src/cli/index.ts",
6060
"test": "bun test",
@@ -70,9 +70,7 @@
7070
"body-parser": "^2.2.0",
7171
"connect": "^3.7.0",
7272
"typescript": "^5",
73-
"zod": "3.25.76",
74-
"chalk": "^5.3.0",
75-
"commander": "^12.1.0"
73+
"zod": "3.25.76"
7674
},
7775
"devDependencies": {
7876
"@eslint/js": "^9.16.0",
@@ -88,6 +86,8 @@
8886
"@vercel/otel": "^2.0.1",
8987
"@vitest/ui": "^3.2.4",
9088
"bun-types": "latest",
89+
"chalk": "^5.3.0",
90+
"commander": "^12.1.0",
9191
"eslint": "^9.16.0",
9292
"globals": "^15.14.0",
9393
"next": "^15.5.3",

0 commit comments

Comments
 (0)