We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0959e7a commit e061910Copy full SHA for e061910
dwds/CHANGELOG.md
@@ -13,6 +13,7 @@
13
- Migrate to `package:web` v1.1.0.
14
- Added support for some debugging APIs with the DDC library bundle format. - [#2488](https://github.com/dart-lang/webdev/issues/2488)
15
- Update `package:vm_service` to '>=14.2.4 <16.0.0'.
16
+- Update `package:vm_service_interface` to '2.0.1'.
17
18
## 24.1.0
19
dwds/pubspec.yaml
@@ -34,7 +34,7 @@ dependencies:
34
sse: ^4.1.2
35
uuid: ^4.0.0
36
vm_service: '>=14.2.4 <16.0.0'
37
- vm_service_interface: 1.1.0
+ vm_service_interface: 2.0.1
38
web_socket_channel: '>=2.2.0 <4.0.0'
39
web: ^1.1.0
40
webkit_inspection_protocol: ^1.0.1
0 commit comments