We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package:vm_service
1 parent 1c5b8b9 commit 223daf5Copy full SHA for 223daf5
pkgs/coverage/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.11.1
2
+
3
+- Update `package:vm_service` constraints to '>=12.0.0 <16.0.0'.
4
5
## 1.11.0
6
7
- Fix a [bug](https://github.com/dart-lang/tools/issues/685) where the tool
pkgs/coverage/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 1.11.0
+version: 1.11.1
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/tools/tree/main/pkgs/coverage
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acoverage
@@ -16,7 +16,7 @@ dependencies:
16
path: ^1.8.0
17
source_maps: ^0.10.10
18
stack_trace: ^1.10.0
19
- vm_service: '>=12.0.0 <15.0.0'
+ vm_service: '>=12.0.0 <16.0.0'
20
21
dev_dependencies:
22
benchmark_harness: ^2.2.0
0 commit comments