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
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: fd6ceead415ce00a4fcf19b27ab312fbbb1245251f73152055dc1021e9e44843
sha256: "51264c34253e13763fdfbe97fad9a6b03f4c98ace2426931e4034eb2af832913"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.10.0"
omnyshell:
dependency: "direct main"
description:
name: omnyshell
sha256: e4815b1c5c102dfb00c921f3a9db10f55e3904fb2cd20a477252e87fc9850da2
sha256: f7305711924b45bb416312da9ce71f0cf3c9aa0eb03e28e2c59e0035fab4e683
url: "https://pub.dev"
source: hosted
version: "1.49.0"
version: "1.51.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.6
version: 1.14.7
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.12.2

dependencies:
omnyshell: ^1.49.0
omnyshell: ^1.51.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