chore(version): bump version to 1.5.11

This commit is contained in:
Simon
2026-03-18 20:45:19 +08:00
parent 24eefdef23
commit bdf79b7c10
13 changed files with 45 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@page-agent/ext",
"private": true,
"version": "1.5.10",
"version": "1.5.11",
"type": "module",
"scripts": {
"dev": "wxt",
@@ -37,10 +37,10 @@
"wxt": "^0.20.19"
},
"dependencies": {
"@page-agent/core": "1.5.10",
"@page-agent/llms": "1.5.10",
"@page-agent/page-controller": "1.5.10",
"@page-agent/ui": "1.5.10",
"@page-agent/core": "1.5.11",
"@page-agent/llms": "1.5.11",
"@page-agent/page-controller": "1.5.11",
"@page-agent/ui": "1.5.11",
"ai-motion": "^0.4.8",
"chalk": "^5.6.2"
},