File tree Expand file tree Collapse file tree 4 files changed +18
-19
lines changed
flutter_client_contract_test_service
sse_contract_test_service
packages/common_client/lib/src/data_sources Expand file tree Collapse file tree 4 files changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -388,25 +388,28 @@ packages:
388388 source: hosted
389389 version: "6.8.0"
390390 launchdarkly_common_client:
391- dependency: "direct overridden"
391+ dependency: transitive
392392 description:
393- path: "../../packages/common_client"
394- relative: true
395- source: path
393+ name: launchdarkly_common_client
394+ sha256: a48e52d8aebf8a12fb8816b4776a75d68dffeaaeb3b9a9b35189467218fecd35
395+ url: "https://pub.dev"
396+ source: hosted
396397 version: "1.6.2"
397398 launchdarkly_dart_common:
398- dependency: "direct overridden"
399+ dependency: transitive
399400 description:
400- path: "../../packages/common"
401- relative: true
402- source: path
401+ name: launchdarkly_dart_common
402+ sha256: a5275ba48635364690181d7172d679889fffca501a7dbec74992c4057357ac6f
403+ url: "https://pub.dev"
404+ source: hosted
403405 version: "1.6.1"
404406 launchdarkly_event_source_client:
405- dependency: "direct overridden"
407+ dependency: transitive
406408 description:
407- path: "../../packages/event_source_client"
408- relative: true
409- source: path
409+ name: launchdarkly_event_source_client
410+ sha256: "7931ffed3d38272db1bf768e351bc49bda8a391b6811a6e4a7004149c2aee1d0"
411+ url: "https://pub.dev"
412+ source: hosted
410413 version: "1.2.1"
411414 launchdarkly_flutter_client_sdk:
412415 dependency: "direct main"
@@ -459,10 +462,10 @@ packages:
459462 dependency: transitive
460463 description:
461464 name: meta
462- sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
465+ sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
463466 url: "https://pub.dev"
464467 source: hosted
465- version: "1.16 .0"
468+ version: "1.17 .0"
466469 mime:
467470 dependency: transitive
468471 description:
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ packages:
311311 path: "../../packages/event_source_client"
312312 relative: true
313313 source: path
314- version: "1.2.1 "
314+ version: "2.0.0 "
315315 lints:
316316 dependency: "direct dev"
317317 description:
Original file line number Diff line number Diff line change 1- import 'dart:collection' ;
2-
31import 'data_source_status.dart' ;
42
53sealed class DataSourceEvent {}
Original file line number Diff line number Diff line change 1- import 'dart:collection' ;
2-
31const _envIdHeader = 'x-ld-envid' ;
42
53/// Get the environment ID from headers.
You can’t perform that action at this time.
0 commit comments