release: v0.7.0-beta.1

This commit is contained in:
Acbox
2026-04-04 21:10:00 +08:00
parent c8cb76bca1
commit a91d6304c6
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memohai/browser-gateway",
"type": "module",
"version": "0.6.3",
"version": "0.7.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",