Add support for package:web v1.0.0 (dart-lang/sse#113)
Updates the constraints to allow for >=0.5.0 <2.0.0.
Publishes 4.1.6.
diff --git a/pkgs/sse/CHANGELOG.md b/pkgs/sse/CHANGELOG.md
index eaca669..f084678 100644
--- a/pkgs/sse/CHANGELOG.md
+++ b/pkgs/sse/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 4.1.6
+
+- Require package `web: '>=0.5.0 <2.0.0'`.
+
## 4.1.5
- Drop unneeded dependency on `package:js`.
diff --git a/pkgs/sse/pubspec.yaml b/pkgs/sse/pubspec.yaml
index 71fbfaa..5fa6300 100644
--- a/pkgs/sse/pubspec.yaml
+++ b/pkgs/sse/pubspec.yaml
@@ -1,5 +1,5 @@
name: sse
-version: 4.1.5
+version: 4.1.6
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
@@ -16,7 +16,7 @@
pool: ^1.5.0
shelf: ^1.1.0
stream_channel: ^2.0.0
- web: ^0.5.0
+ web: '>=0.5.0 <2.0.0'
dev_dependencies:
dart_flutter_team_lints: ^2.0.0