chore(version): bump version to 1.11.0

This commit is contained in:
Simon
2026-07-03 23:57:03 +08:00
parent f8af56032a
commit f73831036d
13 changed files with 45 additions and 45 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/core",
"private": false,
"version": "1.10.0",
"version": "1.11.0",
"type": "module",
"main": "./src/PageAgentCore.ts",
"types": "./src/PageAgentCore.ts",
@@ -55,8 +55,8 @@
},
"dependencies": {
"chalk": "^5.6.2",
"@page-agent/llms": "1.10.0",
"@page-agent/page-controller": "1.10.0"
"@page-agent/llms": "1.11.0",
"@page-agent/page-controller": "1.11.0"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"