dart-sdk/pkg/vm_service/pubspec.yaml
Ben Konyi 54d3d7e459 [ Service ] Add gcType to Event
Fixes https://github.com/dart-lang/sdk/issues/49319

TEST=N/A

Change-Id: I703f102e2003ec6a21166b03ec52d89a42f61ad3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251621
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2022-07-20 18:08:27 +00:00

28 lines
692 B
YAML

name: vm_service
version: 9.3.0
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
environment:
sdk: '>=2.15.0 <3.0.0'
dependencies:
# 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
# best practice for packages is to specify their compatible version ranges.
# See also https://dart.dev/tools/pub/dependencies.
dev_dependencies:
async: any
expect: any
lints: any
markdown: any
mockito: any
path: any
pub_semver: any
test_package: any
test: any