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
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ packages:
dependency: "direct main"
description:
name: omnyshell
sha256: f7305711924b45bb416312da9ce71f0cf3c9aa0eb03e28e2c59e0035fab4e683
sha256: e0b2b62fbfcba3cb8c5bc88d9f68a4c15374273dd07a17ac0efb99b7c19a3bd2
url: "https://pub.dev"
source: hosted
version: "1.51.0"
version: "1.52.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.7
version: 1.14.8
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.12.2

dependencies:
omnyshell: ^1.51.0
omnyshell: ^1.52.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
Loading