File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 1.31
2
- - Replace manual extension allowlist by configuring ` externally_connectable ` in
3
- the ` manifest.json ` . See https://developer.chrome.com/docs/extensions/mv3/manifest/externally_connectable/
4
- for details.
5
-
6
1
## 1.30
7
2
- Batch extension ` Debugger.scriptParsed ` events and send batches every 1000ms
8
3
to the server.
9
4
- Enable null-safety.
5
+ - Replace manual extension allowlist by configuring ` externally_connectable ` in
6
+ the ` manifest.json ` . See https://developer.chrome.com/docs/extensions/mv3/manifest/externally_connectable/
7
+ for details.
10
8
11
9
## 1.29
12
10
Original file line number Diff line number Diff line change 1
1
name : extension
2
2
publish_to : none
3
- version : 1.31 .0
3
+ version : 1.30 .0
4
4
homepage : https://github.com/dart-lang/webdev
5
5
description : >-
6
6
A chrome extension for Dart debugging.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Dart Debug Extension" ,
3
- "version" : " 1.31 " ,
3
+ "version" : " 1.30 " ,
4
4
"minimum_chrome_version" : " 10.0" ,
5
5
"devtools_page" : " devtools.html" ,
6
6
"externally_connectable" : {
You can’t perform that action at this time.
0 commit comments