We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4122919 commit 51dde06Copy full SHA for 51dde06
pkg/dds/CHANGELOG.md
@@ -1,6 +1,5 @@
1
# 3.0.0
2
-- **Breaking change:** update `vm_service` version to ^13.0.0.
3
-- **Breaking chnage:** change type of `DartDebugAdapter.vmService` from `VmServiceInterface` to `VmService`.
+- **Breaking change:** change type of `DartDebugAdapter.vmService` from `VmServiceInterface` to `VmService`.
4
5
# 2.11.1
6
- [DAP] `restartFrameRequest` is now supported for frames up until the first async boundary (that are not also the top frame).
pkg/dds/pubspec.yaml
@@ -28,7 +28,7 @@ dependencies:
28
sse: ^4.0.0
29
stack_trace: ^1.10.0
30
stream_channel: ^2.0.0
31
- vm_service: ^13.0.0
+ vm_service: ^12.0.0
32
web_socket_channel: ^2.0.0
33
34
# We use 'any' version constraints here as we get our package versions from
0 commit comments