Update dds_service_extension to vm_service ^11.0.0

Change-Id: Id51b3e8fd36a6f85045ba675d86f3c2eeca7826c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282780
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Dan Chevalier <danchevalier@google.com>
This commit is contained in:
Dan Chevalier 2023-02-13 16:55:04 +00:00 committed by Ben Konyi
parent 42402bf433
commit a4314c93e0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 1.3.3
- Updated `vm_service` version to ^11.0.0.
## 1.3.2
- Updated `vm_service` version to ^10.0.0.

View file

@ -1,5 +1,5 @@
name: dds_service_extensions
version: 1.3.2
version: 1.3.3
description: >-
Extension methods for `package:vm_service`, used to make requests a
Dart Development Service (DDS) instance.
@ -10,7 +10,7 @@ environment:
dependencies:
async: ^2.4.1
vm_service: ^10.0.0
vm_service: ^11.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