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 bc9df34 commit c9245e2Copy full SHA for c9245e2
dwds/CHANGELOG.md
@@ -4,6 +4,7 @@
4
- Added support for some debugging APIs with the DDC library bundle format. - [#2537](https://github.com/dart-lang/webdev/issues/2537)
5
- Expose a partial implementation of
6
`FrontendServerDdcLibraryBundleStrategyProvider`.
7
+- Update `package:vm_service_interface` to '^2.0.1'.
8
9
## 24.2.0
10
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: 2.0.1
+ 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