From 2d669155702f717daf61ffc56e1535369a0d8a07 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:05:10 +0800 Subject: [PATCH] chore: simplify published pkg --- package.json | 2 +- packages/page-agent/package.json | 16 ++++++++-------- packages/website/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b52ebe1..6fa135e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "workspaces": [ "packages/*" diff --git a/packages/page-agent/package.json b/packages/page-agent/package.json index e46146f..a8c9c65 100644 --- a/packages/page-agent/package.json +++ b/packages/page-agent/package.json @@ -1,7 +1,7 @@ { "name": "page-agent", "private": false, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "main": "./dist/lib/page-agent.js", "module": "./dist/lib/page-agent.js", @@ -16,26 +16,26 @@ "files": [ "dist/", "README.md", - "README-zh.md", "LICENSE" ], - "description": "AI-powered UI agent for web applications - add intelligent automation to any webpage with a single script tag", + "description": "GUI agent for web applications - add intelligent automation to any webpage with a single script", "keywords": [ "ai", "automation", "ui-agent", + "GUI-agent", "browser-automation", "web-agent", "llm", "dom-interaction", - "intelligent-ui" + "web-automation", + "GUI-simulation" ], "author": "Simon", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/alibaba/page-agent.git", - "directory": "packages/page-agent" + "url": "https://github.com/alibaba/page-agent.git" }, "homepage": "https://alibaba.github.io/page-agent/", "scripts": { @@ -43,8 +43,8 @@ "build:lib": "MODE=lib vite build", "build:umd": "MODE=umd vite build", "build:watch": "MODE=lib vite build --watch", - "prepublishOnly": "node -e \"const fs=require('fs');['README.md','README-zh.md','LICENSE'].forEach(f=>fs.copyFileSync('../../'+f,f))\"", - "postpublish": "node -e \"['README.md','README-zh.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\"" + "prepublishOnly": "node -e \"const fs=require('fs');['README.md','LICENSE'].forEach(f=>fs.copyFileSync('../../'+f,f))\"", + "postpublish": "node -e \"['README.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\"" }, "dependencies": { "ai-motion": "^0.4.7", diff --git a/packages/website/package.json b/packages/website/package.json index ea23aae..1e91da9 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "name": "@page-agent/website", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite",