chore(version): bump version to 1.4.3

This commit is contained in:
Simon
2026-03-04 21:18:51 +08:00
parent fa5c65db53
commit 2754023a80
12 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "page-agent",
"private": false,
"version": "1.4.2",
"version": "1.4.3",
"type": "module",
"main": "./dist/esm/page-agent.js",
"module": "./dist/esm/page-agent.js",
@@ -44,10 +44,10 @@
"postpublish": "node -e \"['README.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\""
},
"dependencies": {
"@page-agent/core": "1.4.2",
"@page-agent/llms": "1.4.2",
"@page-agent/page-controller": "1.4.2",
"@page-agent/ui": "1.4.2",
"@page-agent/core": "1.4.3",
"@page-agent/llms": "1.4.3",
"@page-agent/page-controller": "1.4.3",
"@page-agent/ui": "1.4.3",
"chalk": "^5.6.2",
"zod": "^4.3.5"
}