release: v0.5.0-beta.1

This commit is contained in:
Acbox
2026-03-14 17:30:48 +08:00
parent b91e965c9b
commit e7844dfa89
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memoh/browser-gateway",
"type": "module",
"version": "0.4.3",
"version": "0.5.0-beta.1",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify --external playwright --external playwright-core",