Skip to content

Commit

Permalink
dep: fixing how we mange the dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 24, 2023
1 parent b29b395 commit 111aeb9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
6 changes: 6 additions & 0 deletions packages/cln_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.0.1-beta.3

## Fixed

- adds the LNClientException dependency

# v0.0.1-beta.2

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/cln_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cln_common
description: Proposed solution for the package fragmentation across different package and application that used a basic package like building blocks.
version: 0.0.1-beta.2
version: 0.0.1-beta.3
homepage: https://github.com/dart-lightning/lndart.cln

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/cln_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version: 0.0.1-beta.2
homepage: https://github.com/dart-lightning/lndart.clightning

environment:
sdk: '>=2.16.2 <3.0.0'
sdk: '>=2.16.2 <4.0.0'

dependencies:
json_annotation: ^4.5.0
cln_common: ^0.0.1-beta.1

dev_dependencies:
lints: ^1.0.0
lints: ^2.1.1
test: ^1.16.0
build_runner: ^2.0.0
json_serializable: ^6.2.0
Expand Down
12 changes: 5 additions & 7 deletions packages/lnlambda/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@ name: lnlambda
description: Minimal interface to run lnlambda function with dart.
version: 0.0.1-beta.6
homepage: https://github.com/dart-lightning/lndart.clightning
publish_to: none

environment:
sdk: '>=2.17.5 <3.0.0'
sdk: '>=2.17.5 <4.0.0'

dependencies:
cln_common:
path: ../cln_common
http: ^0.13.4
cln_common: ^0.0.1-beta.3
http: ^1.1.0
json_annotation: ^4.5.0

dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
build_runner: ^2.0.0
json_serializable: ^6.2.0
clightning_rpc:
path: ../rpc
clightning_rpc: ^0.0.2-beta.4

#dependency_overrides:
# cln_common:
Expand Down
7 changes: 3 additions & 4 deletions packages/rpc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: clightning_rpc
description: Generic and Fast way to have your app connected with core lightning with dart and Unix socket
version: 0.0.2-beta.4
homepage: https://github.com/dart-lightning/lndart.clightning
publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dev_dependencies:
test: ^1.16.0
Expand All @@ -13,8 +13,7 @@ dev_dependencies:
dependencies:
json_rpc_2: ^3.0.1
jsonrpc2: ^3.0.1
cln_common:
path: ../cln_common
cln_common: ^0.0.1-beta.3

#dependency_overrides:
# cln_common:
Expand Down

0 comments on commit 111aeb9

Please sign in to comment.