chore(version): bump version to 1.5.6

This commit is contained in:
Simon
2026-03-12 00:53:10 +08:00
parent 67846db28f
commit 4aab7f991f
12 changed files with 43 additions and 43 deletions

View File

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