mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
[ package:dds ] Update to package:vm_service ^7.0.0
Change-Id: I3a504f3006fccd1b86356380c07f6641bf1b27ae Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202305 Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com> Commit-Queue: Kenzie Schmoll <kenzieschmoll@google.com>
This commit is contained in:
parent
ad233e5ff1
commit
ffecb6d44c
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.1
|
||||
- Update `package:vm_service` to ^7.0.0.
|
||||
|
||||
# 2.0.0
|
||||
- **Breaking change:** add null safety support.
|
||||
- **Breaking change:** minimum Dart SDK revision bumped to 2.12.0.
|
||||
|
|
|
@ -3,7 +3,7 @@ description: >-
|
|||
A library used to spawn the Dart Developer Service, used to communicate with
|
||||
a Dart VM Service instance.
|
||||
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds
|
||||
|
||||
|
@ -25,7 +25,7 @@ dependencies:
|
|||
sse: ^4.0.0
|
||||
stream_channel: ^2.0.0
|
||||
usage: ^4.0.0
|
||||
vm_service: ^6.0.1
|
||||
vm_service: ^7.0.0
|
||||
web_socket_channel: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue