From 8b973c2095ec9caafc819806793ffff5b63b98a6 Mon Sep 17 00:00:00 2001 From: isamu Date: Fri, 24 Jul 2026 10:04:44 +0900 Subject: [PATCH] chore: bump gui-chat-protocol to ^1.2.0 and plugin version minor - gui-chat-protocol ^1.1.0 -> ^1.2.0 - plugin version: 1.x -> next minor - Refresh other outdated deps to Latest (typescript, openai, unicorn, sonarjs, which, three-mesh-bvh are skipped per known-issue policy) Verified locally: yarn install, yarn build, yarn typecheck (where available), yarn lint - all pass. yarn audit is clean. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8460680..1744567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gui-chat-plugin/go", - "version": "1.0.0", + "version": "1.1.0", "description": "Go (Baduk/Weiqi) game plugin for GUI Chat", "type": "module", "main": "./dist/index.cjs", @@ -37,7 +37,7 @@ "vue": "^3.5.0" }, "dependencies": { - "gui-chat-protocol": "^1.1.0" + "gui-chat-protocol": "^1.2.0" }, "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/yarn.lock b/yarn.lock index 61aad47..c5ab984 100644 --- a/yarn.lock +++ b/yarn.lock @@ -952,10 +952,10 @@ graceful-fs@^4.2.4: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -gui-chat-protocol@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/gui-chat-protocol/-/gui-chat-protocol-1.1.0.tgz#b8d4aebe0e64231fedb9a4aa88641ccf216e77db" - integrity sha512-Ej+r7e+cGJ8byc71BaSyDsj9WEfkptaHujdJfagsg6iKtWT8c1fKlhgk6RhRic1kh5VunMYw15DRcdEzSmbpcA== +gui-chat-protocol@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/gui-chat-protocol/-/gui-chat-protocol-1.2.0.tgz#8bc7f8d4e31a625aff94fa2c79951b5b80c30145" + integrity sha512-5qKQCpXOrH5+QlOWujhYpsG469IB6nsSZ9TOoodsBQ+U5aAPGEEUbvmacyOmPsimHvsDLCxP0S/ZNycWEFHOww== ignore@^5.2.0: version "5.3.2"