File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/dart_frog_web_socket Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0
2
+
3
+ - deps: upgrade to ` Dart ">=3.0.0 <4.0.0" `
4
+ - deps: upgrade to ` very_good_analysis ^5.0.0 `
5
+
1
6
# 0.1.0-dev.3
2
7
3
8
- deps: upgrade to ` Dart ">=2.19.0 <3.0.0" `
Original file line number Diff line number Diff line change 1
1
name : dart_frog_web_socket
2
2
description : WebSocket support for Dart Frog. Built by Very Good Ventures.
3
- version : 0. 1.0-dev.3
3
+ version : 1.0.0
4
4
homepage : https://dartfrog.vgv.dev
5
5
repository : https://github.com/VeryGoodOpenSource/dart_frog
6
6
issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -10,7 +10,7 @@ environment:
10
10
sdk : " >=3.0.0 <4.0.0"
11
11
12
12
dependencies :
13
- dart_frog : ^0.3 .0
13
+ dart_frog : ^1.0 .0
14
14
shelf_web_socket : ^1.0.3
15
15
web_socket_channel : ^2.0.0
16
16
You can’t perform that action at this time.
0 commit comments