release: v0.4.2

This commit is contained in:
Acbox
2026-03-07 18:20:46 +08:00
parent dae772f729
commit c70d452238
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@memoh/agent-gateway",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memoh/browser-gateway",
"type": "module",
"version": "0.4.1",
"version": "0.4.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",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memoh/web",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",