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