File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : cln_common
22description : 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
44homepage : https://github.com/dart-lightning/lndart.cln
55
66environment :
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ version: 0.0.1-beta.2
44homepage : https://github.com/dart-lightning/lndart.clightning
55
66environment :
7- sdk : ' >=2.16.2 <3 .0.0'
7+ sdk : ' >=2.16.2 <4 .0.0'
88
99dependencies :
1010 json_annotation : ^4.5.0
1111 cln_common : ^0.0.1-beta.1
1212
1313dev_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
Original file line number Diff line number Diff line change @@ -2,23 +2,21 @@ name: lnlambda
22description : Minimal interface to run lnlambda function with dart.
33version : 0.0.1-beta.6
44homepage : https://github.com/dart-lightning/lndart.clightning
5- publish_to : none
5+
66environment :
7- sdk : ' >=2.17.5 <3 .0.0'
7+ sdk : ' >=2.17.5 <4 .0.0'
88
99dependencies :
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
1514dev_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:
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: clightning_rpc
22description : Generic and Fast way to have your app connected with core lightning with dart and Unix socket
33version : 0.0.2-beta.4
44homepage : https://github.com/dart-lightning/lndart.clightning
5- publish_to : none
5+
66environment :
7- sdk : ' >=2.12.0 <3 .0.0'
7+ sdk : ' >=2.12.0 <4 .0.0'
88
99dev_dependencies :
1010 test : ^1.16.0
@@ -13,8 +13,7 @@ dev_dependencies:
1313dependencies :
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:
You can’t perform that action at this time.
0 commit comments