Skip to content

Commit 18440bf

Browse files
authored
Support webkit inspection and prepare to publish (#1289)
* Support webkit inspection * version
1 parent 5a9fdf8 commit 18440bf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dwds/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 10.0.0-dev
1+
## 10.0.1
2+
3+
- Support `webkit_inspection_protocol` version `^1.0.0`.
4+
5+
## 10.0.0
26

37
- Support `VMService.evaluate` using expression compiler.
48
- Update min sdk constraint to `>=2.13.0-144.0.dev`.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 10.0.0
3+
version: 10.0.1
44
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -37,7 +37,7 @@ dependencies:
3737
# We pin the version because we implement the interface.
3838
vm_service: 6.1.0+1
3939
web_socket_channel: ^2.0.0
40-
webkit_inspection_protocol: ^0.7.4
40+
webkit_inspection_protocol: ^1.0.0
4141

4242
dev_dependencies:
4343
args: ^2.0.0

0 commit comments

Comments
 (0)