chore(version): bump version to 1.5.9

This commit is contained in:
Simon
2026-03-18 03:45:56 +08:00
parent 2e0cbef034
commit 17e92b6200
13 changed files with 45 additions and 45 deletions

View File

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