File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ packages:
449
449
source: git
450
450
version: "0.0.0"
451
451
ht_categories_client:
452
- dependency: transitive
452
+ dependency: "direct main"
453
453
description:
454
454
path: "."
455
455
ref: HEAD
@@ -458,7 +458,7 @@ packages:
458
458
source: git
459
459
version: "0.0.0"
460
460
ht_countries_client:
461
- dependency: transitive
461
+ dependency: "direct main"
462
462
description:
463
463
path: "."
464
464
ref: HEAD
@@ -521,7 +521,7 @@ packages:
521
521
source: git
522
522
version: "0.0.0"
523
523
ht_sources_client:
524
- dependency: transitive
524
+ dependency: "direct main"
525
525
description:
526
526
path: "."
527
527
ref: HEAD
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ dependencies:
32
32
ht_authentication_repository :
33
33
git :
34
34
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
35
41
ht_headlines_client :
36
42
git :
37
43
url : https://github.com/headlines-toolkit/ht-headlines-client.git
@@ -50,6 +56,9 @@ dependencies:
50
56
ht_shared :
51
57
git :
52
58
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
53
62
intl : ^0.19.0
54
63
meta : ^1.16.0
55
64
stream_transform : ^2.1.1
You can’t perform that action at this time.
0 commit comments