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.
1 parent c8d8058 commit 9e57c33Copy full SHA for 9e57c33
pkgs/shelf_web_socket/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.0.0-wip
+## 2.0.0
2
3
* Require Dart `^3.0.0`.
4
* **BREAKING:**: Remove support for hijacking WebSocket requests that are not
pkgs/shelf_web_socket/pubspec.yaml
@@ -1,5 +1,5 @@
name: shelf_web_socket
-version: 2.0.0-wip
+version: 2.0.0
description: >
A shelf handler that wires up a listener for every connection.
5
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
@@ -14,7 +14,7 @@ environment:
14
dependencies:
15
shelf: ^1.1.0
16
stream_channel: ^2.1.0
17
- web_socket_channel: ^2.0.0
+ web_socket_channel: '>=2.0.0 <4.0.0'
18
19
dev_dependencies:
20
dart_flutter_team_lints: ^2.0.0
0 commit comments