From 1c90d7ed3f0cbf083c0d9aa2066077c8d10f1697 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 254991a..a6e92c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gui-chat-plugin/music", - "version": "1.4.0", + "version": "1.5.0", "description": "MusicXML sheet music plugin for GUI Chat", "type": "module", "main": "./dist/index.cjs", @@ -41,7 +41,7 @@ }, "dependencies": { "@modernized/osmd-audio-player": "^1.0.2", - "gui-chat-protocol": "^1.1.0", + "gui-chat-protocol": "^1.2.0", "jspdf": "^4.2.1", "svg2pdf.js": "^2.7.0" }, diff --git a/yarn.lock b/yarn.lock index 4de8b29..9e410e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1190,10 +1190,10 @@ graceful-fs@^4.2.4, graceful-fs@^4.2.6: 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== html2canvas@^1.0.0-rc.5: version "1.4.1"