File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 22.0.0-wip
2
2
3
3
- Update the interface for ChromeProxyService.getSourceReport to match the VM service. - [ #2235 ] ( https://github.com/dart-lang/webdev/pull/2235 )
4
+ - Update ` package:vm_service ` constraint to ` ^12.0.0 ` . - [ #2248 ] ( https://github.com/dart-lang/webdev/pull/2248 )
4
5
5
6
** Breaking changes**
6
7
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
33
33
stack_trace : ^1.10.0
34
34
sse : ^4.1.2
35
35
uuid : ^3.0.6
36
- vm_service : ^11.8 .0
36
+ vm_service : ^12.0 .0
37
37
web_socket_channel : ^2.2.0
38
38
webkit_inspection_protocol : ^1.0.1
39
39
Original file line number Diff line number Diff line change 1
1
## 3.1.0-wip
2
2
3
3
- Update the parameters passed to ` Dwds.start ` . - [ #2231 ] ( https://github.com/dart-lang/webdev/pull/2231 ) .
4
+ - Update ` package:vm_service ` constraint to ` >=10.1.0 <13.0.0 ` . - [ #2248 ] ( https://github.com/dart-lang/webdev/pull/2248 )
4
5
5
6
## 3.0.8
6
7
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
34
34
shelf_static : ^1.1.0
35
35
stack_trace : ^1.10.0
36
36
sse : ^4.1.0
37
- vm_service : " >=10.1.0 <12 .0.0"
37
+ vm_service : " >=10.1.0 <13 .0.0"
38
38
webkit_inspection_protocol : ^1.0.1
39
39
yaml : ^3.1.1
40
40
You can’t perform that action at this time.
0 commit comments