Skip to content

Commit d5acd69

Browse files
authored
Add support for package:web v1.0.0 (dart-archive/sse#113)
Updates the constraints to allow for >=0.5.0 <2.0.0. Publishes 4.1.6.
1 parent d214560 commit d5acd69

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/sse/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.6
2+
3+
- Require package `web: '>=0.5.0 <2.0.0'`.
4+
15
## 4.1.5
26

37
- Drop unneeded dependency on `package:js`.

pkgs/sse/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sse
2-
version: 4.1.5
2+
version: 4.1.6
33
description: >-
44
Provides client and server functionality for setting up bi-directional
55
communication through Server Sent Events (SSE) and corresponding POST
@@ -16,7 +16,7 @@ dependencies:
1616
pool: ^1.5.0
1717
shelf: ^1.1.0
1818
stream_channel: ^2.0.0
19-
web: ^0.5.0
19+
web: '>=0.5.0 <2.0.0'
2020

2121
dev_dependencies:
2222
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)