chore(version): bump version to 1.7.1

This commit is contained in:
Simon
2026-04-04 01:37:49 +08:00
parent 43415d3139
commit cb55daf47d
13 changed files with 55 additions and 55 deletions

View File

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