Skip to content

Commit cb6a5c0

Browse files
authored
feat: Update launchdarkly_event_source_client to version 2.2.0 (#302)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Single dependency pin change with no logic edits; behavior depends on what shipped in event_source_client 2.2.0 elsewhere in the monorepo. > > **Overview** > Bumps the pinned **`launchdarkly_event_source_client`** dependency in `launchdarkly_common_client` from **2.1.0** to **2.2.0**, so the shared client layer uses the latest in-repo SSE package for streaming flag updates. > > There are **no application code changes** in this PR—only the `pubspec.yaml` version pin. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 49beb02. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 66c2554 commit cb6a5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
http: ^1.1.2
1212
launchdarkly_dart_common: 1.8.1
13-
launchdarkly_event_source_client: 2.1.0
13+
launchdarkly_event_source_client: 2.2.0
1414
crypto: ^3.0.3
1515
uuid: ">= 3.0.7 <5.0.0"
1616

0 commit comments

Comments
 (0)