chore(version): bump version to 1.6.3

This commit is contained in:
Simon
2026-03-30 22:29:03 +08:00
parent 1eef785a61
commit c465fd8aa4
13 changed files with 45 additions and 45 deletions

View File

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