[dwds] Deps cleanup (#2830)
After all the changes for the migration into the Dart SDK there was
some lingering cleanup to do in the pubspec.
* Removed unused dependencies on `shelf_packages_handler` and `shelf_static`.
* Removed unused dev_dependency on `args`.
* Moved `web` from dependencies to dev_dependencies.
* Removed dependency_override on `sse`.
This minimizes the diffs while we are still copying between github
and the Dart SDK to keep them in sync.
* rebuild with latest dev SDK
diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 86a9b05..4ca56d1 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 27.1.2-wip
+
## 27.1.1
- Fix deserialization errors appearing in the chrome console.
diff --git a/dwds/lib/src/handlers/injected_client_js.dart b/dwds/lib/src/handlers/injected_client_js.dart
index 1f8e606..9ce5482 100644
--- a/dwds/lib/src/handlers/injected_client_js.dart
+++ b/dwds/lib/src/handlers/injected_client_js.dart
@@ -2,7 +2,7 @@
// Emits the transpiled client.js directly into a statically embeddable string.
// dart format off
-const injectedClientJs = "// Generated by dart2js (, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.13.0-edge.\n"
+const injectedClientJs = "// Generated by dart2js (, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.13.0-89.0.dev.\n"
"// The code supports the following hooks:\n"
"// dartPrint(message):\n"
"// if this function is defined it is called instead of the Dart [print]\n"
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 93e31bb..d419bb6 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
-const packageVersion = '27.1.1';
+const packageVersion = '27.1.2-wip';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 4341600..809c86d 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run tool/build.dart`.
-version: 27.1.1
+version: 27.1.2-wip
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -24,9 +24,7 @@
pool: ^1.5.0
pub_semver: ^2.1.1
shelf: ^1.3.0
- shelf_packages_handler: ^3.0.0
shelf_proxy: ^1.0.4
- shelf_static: ^1.1.0
shelf_web_socket: ">=2.0.0 <4.0.0"
source_maps: ^0.10.10
sse: ^4.2.0
@@ -34,28 +32,19 @@
stream_channel: ^2.1.2
vm_service: ">=14.2.4 <16.0.0"
vm_service_interface: ^2.0.1
- web: ^1.1.0
web_socket: ^1.0.1
web_socket_channel: ">=2.2.0 <4.0.0"
webkit_inspection_protocol: ^1.0.1
dev_dependencies:
- args: ^2.4.2
build_daemon: ^4.0.0
dart_flutter_team_lints: ^3.5.2
dwds_test_common:
path: ../dwds_test_common
graphs: ^2.1.0
io: ^1.0.5
- js: ">=0.6.4 <0.8.0"
mime: ^2.0.0
test: ^1.21.6
+ web: ^1.1.0
webdriver: ^3.0.0
yaml: ^3.1.3
-
-dependency_overrides:
- sse:
- git:
- url: https://github.com/dart-lang/tools.git
- ref: 06493ded8ca27996d979f9f903d2bc24a1215064
- path: pkgs/sse