Skip to content

Commit 111aeb9

Browse files
dep: fixing how we mange the dependencies
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent b29b395 commit 111aeb9

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

packages/cln_common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.0.1-beta.3
2+
3+
## Fixed
4+
5+
- adds the LNClientException dependency
6+
17
# v0.0.1-beta.2
28

39
## Fixed

packages/cln_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cln_common
22
description: Proposed solution for the package fragmentation across different package and application that used a basic package like building blocks.
3-
version: 0.0.1-beta.2
3+
version: 0.0.1-beta.3
44
homepage: https://github.com/dart-lightning/lndart.cln
55

66
environment:

packages/cln_plugin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ version: 0.0.1-beta.2
44
homepage: https://github.com/dart-lightning/lndart.clightning
55

66
environment:
7-
sdk: '>=2.16.2 <3.0.0'
7+
sdk: '>=2.16.2 <4.0.0'
88

99
dependencies:
1010
json_annotation: ^4.5.0
1111
cln_common: ^0.0.1-beta.1
1212

1313
dev_dependencies:
14-
lints: ^1.0.0
14+
lints: ^2.1.1
1515
test: ^1.16.0
1616
build_runner: ^2.0.0
1717
json_serializable: ^6.2.0

packages/lnlambda/pubspec.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@ name: lnlambda
22
description: Minimal interface to run lnlambda function with dart.
33
version: 0.0.1-beta.6
44
homepage: https://github.com/dart-lightning/lndart.clightning
5-
publish_to: none
5+
66
environment:
7-
sdk: '>=2.17.5 <3.0.0'
7+
sdk: '>=2.17.5 <4.0.0'
88

99
dependencies:
10-
cln_common:
11-
path: ../cln_common
12-
http: ^0.13.4
10+
cln_common: ^0.0.1-beta.3
11+
http: ^1.1.0
1312
json_annotation: ^4.5.0
1413

1514
dev_dependencies:
1615
lints: ^2.0.0
1716
test: ^1.16.0
1817
build_runner: ^2.0.0
1918
json_serializable: ^6.2.0
20-
clightning_rpc:
21-
path: ../rpc
19+
clightning_rpc: ^0.0.2-beta.4
2220

2321
#dependency_overrides:
2422
# cln_common:

packages/rpc/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: clightning_rpc
22
description: Generic and Fast way to have your app connected with core lightning with dart and Unix socket
33
version: 0.0.2-beta.4
44
homepage: https://github.com/dart-lightning/lndart.clightning
5-
publish_to: none
5+
66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: '>=2.12.0 <4.0.0'
88

99
dev_dependencies:
1010
test: ^1.16.0
@@ -13,8 +13,7 @@ dev_dependencies:
1313
dependencies:
1414
json_rpc_2: ^3.0.1
1515
jsonrpc2: ^3.0.1
16-
cln_common:
17-
path: ../cln_common
16+
cln_common: ^0.0.1-beta.3
1817

1918
#dependency_overrides:
2019
# cln_common:

0 commit comments

Comments
 (0)