chore(version): bump version to 1.5.8

This commit is contained in:
Simon
2026-03-16 22:52:32 +08:00
parent ce8f0fdbd8
commit 3d014f15e7
12 changed files with 43 additions and 43 deletions

View File

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