Update package:dds and package:dds_service_extensions to vm_service

^12.0.0

Change-Id: I4430112a027c281b87c4360de419110c5e10c453
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329180
Reviewed-by: Derek Xu <derekx@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Ben Konyi 2023-10-02 17:51:35 +00:00 committed by Commit Queue
parent 9e471833f9
commit ebd669a0d4
4 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# 2.11.1
- [DAP] `restartFrameRequest` is now supported for frames up until the first async boundary (that are not also the top frame).
- Update `vm_service` version to >=11.0.0 <13.0.0.
# 2.11.0
- Added a retry to the DevTools handler for serving static files.

View file

@ -1,5 +1,5 @@
name: dds
version: 2.11.0
version: 2.11.1
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
@ -28,7 +28,7 @@ dependencies:
sse: ^4.0.0
stack_trace: ^1.10.0
stream_channel: ^2.0.0
vm_service: '>=11.7.2 <12.0.0'
vm_service: '>=11.7.2 <13.0.0'
web_socket_channel: ^2.0.0
# We use 'any' version constraints here as we get our package versions from

View file

@ -1,3 +1,6 @@
# 1.6.1
- Updated `vm_service` version to `^12.0.0`
## 1.6.0
- Made DAP extensions methods accessible in lib.

View file

@ -1,5 +1,5 @@
name: dds_service_extensions
version: 1.6.0
version: 1.6.1
description: >-
Extension methods for `package:vm_service`, used to make requests a
Dart Development Service (DDS) instance.
@ -11,7 +11,7 @@ environment:
dependencies:
async: ^2.4.1
dap: ^1.0.0
vm_service: ^11.7.2
vm_service: ^12.0.0
# We use 'any' version constraints here as we get our package versions from
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the