chore(version): bump version to 1.6.2

This commit is contained in:
Simon
2026-03-25 01:05:20 +08:00
parent 0d9b9e4b9a
commit 75bc69c0c0
13 changed files with 45 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "page-agent",
"private": false,
"version": "1.6.1",
"version": "1.6.2",
"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.6.1",
"@page-agent/llms": "1.6.1",
"@page-agent/page-controller": "1.6.1",
"@page-agent/ui": "1.6.1",
"@page-agent/core": "1.6.2",
"@page-agent/llms": "1.6.2",
"@page-agent/page-controller": "1.6.2",
"@page-agent/ui": "1.6.2",
"chalk": "^5.6.2"
},
"peerDependencies": {