Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down