From a913d87c81600b759307c9dac43a5c704e2844f5 Mon Sep 17 00:00:00 2001 From: "Graciliano M. P." Date: Thu, 2 Jul 2026 02:27:13 -0300 Subject: [PATCH] Bump omnyshell to ^1.54.0 (1.14.10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adopts omnyshell 1.54.0 (git-drive sync push/pull, dashboard/CLI drive improvements) and omnydrive 1.11.0 transitively. All changes are drive/dashboard/node/CLI-side — none reachable from the web barrel (omnyshell_client_web.dart closure unchanged: 104 files, 0 dart:io, 0 omnydrive edges), so no web impact. Bumps both version sources (pubspec.yaml + lib/core/version.dart) in sync. Co-Authored-By: Claude Opus 4.8 (1M context) --- lib/core/version.dart | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/core/version.dart b/lib/core/version.dart index e347612..fd4ca77 100644 --- a/lib/core/version.dart +++ b/lib/core/version.dart @@ -6,4 +6,4 @@ library; /// This web client's version (matches `pubspec.yaml`). -const String webClientVersion = '1.14.9'; +const String webClientVersion = '1.14.10'; diff --git a/pubspec.lock b/pubspec.lock index 21e7b35..5a912b1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -357,18 +357,18 @@ packages: dependency: transitive description: name: omnydrive - sha256: "51264c34253e13763fdfbe97fad9a6b03f4c98ace2426931e4034eb2af832913" + sha256: "07f4a0ec376808e0187aa2c85cbb5d688251b7c5b05026646eb9338b0b541c97" url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.0" omnyshell: dependency: "direct main" description: name: omnyshell - sha256: e0b2b62fbfcba3cb8c5bc88d9f68a4c15374273dd07a17ac0efb99b7c19a3bd2 + sha256: d764399a1ad9b800e653b749cc096679d6c49cd450517be20c0388eb05804616 url: "https://pub.dev" source: hosted - version: "1.52.0" + version: "1.54.0" package_config: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3d0d782..ae7cbd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,14 @@ name: omnyshell_web description: >- Browser-only client for the OmnyShell ecosystem — connect to a Hub, discover nodes, and manage interactive sessions. Installable PWA. -version: 1.14.9 +version: 1.14.10 # repository: https://github.com/my_org/my_repo environment: sdk: ^3.12.2 dependencies: - omnyshell: ^1.52.0 + omnyshell: ^1.54.0 web: ^1.1.1 # The `:ide` agent panel gates its run_command tool with the same shield the # CLI uses; it's browser-safe (dart:io-free) and already pulled in by