Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 6.0.0-dev

- Depend on the latest `package:devtools` and `package:devtools_server`.
- Support using WebSockets for the debug backend by passing
`useSseForDebugBackend: false` to `Dwds.start()`
- Ensure we run main on a hot restart request even if no modules were
Expand Down
4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
built_value: '>=6.7.0 <8.0.0'
crypto: ^2.0.6
# devtools_server indirectly depends on devtools so keep this around.
devtools: ^0.2.0
devtools_server: ^0.2.0
devtools: ^0.8.0
devtools_server: ^0.8.0
file: ^5.1.0
http: ^0.12.0
http_multi_server: ^2.0.0
Expand Down