Skip to content

Commit ca4f8d2

Browse files
committed
feat: Add ht_data_inmemory dependency
- Added ht_data_inmemory package - Updated pubspec.lock
1 parent 63f38a3 commit ca4f8d2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pubspec.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,15 @@ packages:
362362
url: "https://github.com/headlines-toolkit/ht-data-client.git"
363363
source: git
364364
version: "0.0.0"
365+
ht_data_inmemory:
366+
dependency: "direct main"
367+
description:
368+
path: "."
369+
ref: HEAD
370+
resolved-ref: "6310e0561f9c27af5719aa7a2b95225f38776595"
371+
url: "https://github.com/headlines-toolkit/ht-data-inmemory.git"
372+
source: git
373+
version: "0.0.0"
365374
ht_data_repository:
366375
dependency: "direct main"
367376
description:
@@ -403,7 +412,7 @@ packages:
403412
description:
404413
path: "."
405414
ref: HEAD
406-
resolved-ref: d309fa8da138a706d22fe78c73046fb2cede06e5
415+
resolved-ref: "2caadf1dc7cfa476cc062f20247986c420116b62"
407416
url: "https://github.com/headlines-toolkit/ht-shared.git"
408417
source: git
409418
version: "0.0.0"

pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dependencies:
3535
ht_data_client:
3636
git:
3737
url: https://github.com/headlines-toolkit/ht-data-client.git
38+
ht_data_inmemory:
39+
git:
40+
url: https://github.com/headlines-toolkit/ht-data-inmemory.git
3841
ht_data_repository:
3942
git:
4043
url: https://github.com/headlines-toolkit/ht-data-repository.git

0 commit comments

Comments
 (0)