File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66- Expression evaluation performance improvement:
77 - Batch ` ChromeProxyService.evaluate() ` requests that are close in time
88 and are executed in the same library and scope.
9+ - Update ` package:file ` version to ` 6.13 ` or greater to handle https://github.com/dart-lang/sdk/issues/49647 .
910
1011## 16.0.0
1112
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 collection : ^1.15.0
1717 crypto : ^3.0.2
1818 dds : ^2.2.5
19- file : ^6.1.2
19+ file : ^6.1.3
2020 http : ^0.13.4
2121 http_multi_server : ^3.2.0
2222 logging : ^1.0.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88dependencies :
99 dwds :
1010 path : ../dwds
11- file : ^6.0.0
11+ file : ^6.1.3
1212 logging : ^1.0.1
1313 meta : ^1.4.0
1414 mime : ^1.0.0
You can’t perform that action at this time.
0 commit comments