chore(version): bump version to 1.12.1

This commit is contained in:
Simon
2026-07-10 17:09:56 +08:00
parent 1cab66b898
commit 4122735bba
13 changed files with 47 additions and 47 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@page-agent/core",
"private": false,
"version": "1.12.0",
"version": "1.12.1",
"type": "module",
"main": "./src/PageAgentCore.ts",
"types": "./src/PageAgentCore.ts",
@@ -55,8 +55,8 @@
},
"dependencies": {
"chalk": "^5.6.2",
"@page-agent/llms": "1.12.0",
"@page-agent/page-controller": "1.12.0"
"@page-agent/llms": "1.12.1",
"@page-agent/page-controller": "1.12.1"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"