chore(version): bump version to 1.8.2

This commit is contained in:
Simon
2026-05-11 19:40:30 +08:00
parent ba932283f2
commit ebc785d1fe
13 changed files with 45 additions and 45 deletions

View File

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