release: v0.7.0-beta.2

This commit is contained in:
晨苒
2026-04-08 02:52:24 +08:00
parent fb71f5a5f1
commit 48da4e026e
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.7.0-beta.1",
"version": "0.7.0-beta.2",
"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",