Skip to content

Commit 442feb8

Browse files
committed
build: add direct dependencies
- Added ht_categories_client - Added ht_countries_client - Added ht_sources_client
1 parent f4b52f5 commit 442feb8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ packages:
449449
source: git
450450
version: "0.0.0"
451451
ht_categories_client:
452-
dependency: transitive
452+
dependency: "direct main"
453453
description:
454454
path: "."
455455
ref: HEAD
@@ -458,7 +458,7 @@ packages:
458458
source: git
459459
version: "0.0.0"
460460
ht_countries_client:
461-
dependency: transitive
461+
dependency: "direct main"
462462
description:
463463
path: "."
464464
ref: HEAD
@@ -521,7 +521,7 @@ packages:
521521
source: git
522522
version: "0.0.0"
523523
ht_sources_client:
524-
dependency: transitive
524+
dependency: "direct main"
525525
description:
526526
path: "."
527527
ref: HEAD

pubspec.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ dependencies:
3232
ht_authentication_repository:
3333
git:
3434
url: https://github.com/headlines-toolkit/ht-authentication-repository.git
35+
ht_categories_client:
36+
git:
37+
url: https://github.com/headlines-toolkit/ht-categories-client.git
38+
ht_countries_client:
39+
git:
40+
url: https://github.com/headlines-toolkit/ht-countries-client.git
3541
ht_headlines_client:
3642
git:
3743
url: https://github.com/headlines-toolkit/ht-headlines-client.git
@@ -50,6 +56,9 @@ dependencies:
5056
ht_shared:
5157
git:
5258
url: https://github.com/headlines-toolkit/ht-shared.git
59+
ht_sources_client:
60+
git:
61+
url: https://github.com/headlines-toolkit/ht-sources-client.git
5362
intl: ^0.19.0
5463
meta: ^1.16.0
5564
stream_transform: ^2.1.1

0 commit comments

Comments
 (0)