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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.14.12

### Changed

- Bumped the `omnyshell` dependency to ^1.56.1. 1.56.0 lets the Hub broker be hosted on a
listener OmnyShell does not own (`OmnyShellHubService`, an omnyhub `Service`), rebuilds
`OmnyShellHub` on omnyhub's `OmnyHub` — TLS via `StaticTls`/`ReloadableFileTls`, `shelf`
dropped — and adds `NodeConfig.home`; 1.56.1 is a dependency-constraint refresh (omnyhub
^1.5.1, omnydrive ^1.12.3). All of it is node/hub-side; the browser barrel is unchanged, so
the PWA is unaffected. Also bumped `build_runner` to ^2.15.1. Verified: the dart2js release
bundle builds and the VM + Chrome test suites pass against 1.56.1.

## 1.14.11

### Changed
Expand Down
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.11';
const String webClientVersion = '1.14.12';
36 changes: 18 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,34 +85,34 @@ packages:
dependency: transitive
description:
name: build
sha256: a156715e7cd728130c592f30552575908aae5b100005fbc1f0fb16b3c03a3d10
sha256: "45d14a0fb23e018d8287c32fc98d726ce466b231928ed9b9200f29bd3ccd39ae"
url: "https://pub.dev"
source: hosted
version: "4.0.6"
version: "4.0.7"
build_config:
dependency: transitive
description:
name: build_config
sha256: "4070d2a59f8eec34c97c86ceb44403834899075f66e8a9d59706f8e7834f6f71"
sha256: f2c223156a26eea323e6244b85141d76413a80aeee9fe0b380773789fabaf8ae
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.1"
build_daemon:
dependency: transitive
description:
name: build_daemon
sha256: bf05f6e12cfea92d3c09308d7bcdab1906cd8a179b023269eed00c071004b957
sha256: fd754058c342243718d5171a95f352cfc9fcf0cba8cfa26df67cb13a5836db78
url: "https://pub.dev"
source: hosted
version: "4.1.1"
version: "4.1.2"
build_runner:
dependency: "direct dev"
description:
name: build_runner
sha256: "1523ce62448ebac2c15a8ba5fbad8acac169788658a7dd2a1c2d9c2a9318b9a6"
sha256: "5367e521935b102bdf1e735d2aab461e36b2edca6517662d088dd04cc39f8d16"
url: "https://pub.dev"
source: hosted
version: "2.15.0"
version: "2.15.1"
build_web_compilers:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -221,10 +221,10 @@ packages:
dependency: transitive
description:
name: dart_style
sha256: "59d53ef8eaed9d288ed9767618e2b31c4fa0383a127db59d5eb2e737a7638a60"
sha256: "3f88fc9c96c568d631356507355a2d1e983ee000c9ac008bdcb39b5bf53ce777"
url: "https://pub.dev"
source: hosted
version: "3.1.9"
version: "3.1.12"
dio:
dependency: transitive
description:
Expand Down Expand Up @@ -373,10 +373,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: c82594181e3312f3d0695fc95aaaf7758d75b8d4ae2bbecf223b9fd5109a059d
sha256: "307249ce4ff29d58a18e97f6345f539382eb9c9c29ecda628900f31de0443dd9"
url: "https://pub.dev"
source: hosted
version: "1.18.3"
version: "1.19.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -405,26 +405,26 @@ packages:
dependency: transitive
description:
name: omnydrive
sha256: "452c16bf7ce63318024fd35aa13d24a6e2658b592941c327f8af2d794360ca3d"
sha256: "44eeb60ad1ad8fa9f9e2dbdeb8d438140e805d5d7093b62a97e3cc57a13d8ac8"
url: "https://pub.dev"
source: hosted
version: "1.12.0"
version: "1.12.3"
omnyhub:
dependency: transitive
description:
name: omnyhub
sha256: "0813eda78b7e31d4c7a61865224a7350fc77078aca4593205a1649a0a5d23889"
sha256: "8bd20fed512bee996cbd38a719185fae8fd3aa4d51b0e685223fc3c32ae1cd62"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.5.1"
omnyshell:
dependency: "direct main"
description:
name: omnyshell
sha256: "8e7a9bb984123ebb49d102c3d7345f43720406336d718d1a00486f332e11e309"
sha256: "7d3d86c1be1f3df161db30593e770d19235565de6830dc807b731d9dbfdfbea8"
url: "https://pub.dev"
source: hosted
version: "1.55.0"
version: "1.56.1"
package_config:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ 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.11
version: 1.14.12
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.12.2

dependencies:
omnyshell: ^1.55.0
omnyshell: ^1.56.1
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
# omnyshell, so depend on it directly.
command_shield: ^1.4.0

dev_dependencies:
build_runner: ^2.15.0
build_runner: ^2.15.1
build_web_compilers: ^4.8.0
image: ^4.9.1
lints: ^6.1.0
Expand Down