Skip to content

Commit b584e85

Browse files
committed
fix dependency of signer from root to be from github
1 parent c4b08b3 commit b584e85

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

pubspec.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,10 @@ packages:
629629
dependency: "direct main"
630630
description:
631631
path: "packages/signer"
632-
relative: true
633-
source: path
632+
ref: main
633+
resolved-ref: "3663a356a722c082aa0b68d5405f42b3885beedb"
634+
url: "https://github.com/codescalers/tfgrid-sdk-dart.git"
635+
source: git
634636
version: "1.0.0"
635637
source_map_stack_trace:
636638
dependency: transitive
@@ -759,14 +761,14 @@ packages:
759761
sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d"
760762
url: "https://pub.dev"
761763
source: hosted
762-
version: "0.6.4"
764+
version: "0.6.5"
763765
tfchain_client:
764766
dependency: "direct main"
765767
description:
766768
path: "packages/tfchain_client"
767769
relative: true
768770
source: path
769-
version: "1.0.0"
771+
version: "0.1.0"
770772
typed_data:
771773
dependency: transitive
772774
description:

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ dependencies:
1313
coverage: ^1.7.1
1414
melos: ^4.1.0
1515
signer:
16-
path: ./packages/signer
16+
git:
17+
url: https://github.com/codescalers/tfgrid-sdk-dart.git
18+
ref: main
19+
path: packages/signer
1720
substrate_bip39: ^0.4.0
1821
tfchain_client:
1922
path: ./packages/tfchain_client

0 commit comments

Comments
 (0)