From a6ae8dc88036027862084a9f6f68aa527bb9a23b Mon Sep 17 00:00:00 2001 From: Srujan Gaddam <58529443+srujzs@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:41:30 -0700 Subject: [PATCH] Add support for package:web v1.0.0 (#113) Updates the constraints to allow for >=0.5.0 <2.0.0. Publishes 4.1.6. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaca669..f084678 100644 --- a/CHANGELOG.md +++ b/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/pubspec.yaml b/pubspec.yaml index 71fbfaa..5fa6300 100644 --- a/pubspec.yaml +++ b/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 @@ dependencies: 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