Skip to content

Commit

Permalink
build: ⬆️ Upgrade archethic_lib_dart & archethic_wallet_client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Oct 11, 2024
1 parent 7d7aa6a commit 6dc23c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ packages:
dependency: "direct main"
description:
name: archethic_lib_dart
sha256: "9d725d17a2ac7239a4d70048520daf45723661a829c09813f937bac613465060"
sha256: "741e01c105feea9e49da15ee8742fa1a831bcdb371adb623b49516034520ee1c"
url: "https://pub.dev"
source: hosted
version: "3.4.2"
version: "4.0.0"
archethic_wallet_client:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "06681c843ded9f5d4de904eea71e0c727d7574eb939523da8fff94f70629f913"
sha256: "199162a5142a84e9312c698bd8f298c65d0895c3f0369e9f646d8406e4cad865"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
archive:
dependency: "direct main"
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ environment:
dependencies:
# Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser

archethic_lib_dart: ^3.4.2
archethic_lib_dart: ^4.0.0
#archethic_lib_dart:
# git:
# url: https://github.com/archethic-foundation/libdart.git
# ref: dev
#archethic_lib_dart:
# path: ../libdart-2
# archethic_lib_dart:
# path: ../../packages/libdart

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^2.1.3
archethic_wallet_client: ^2.1.4
# archethic_wallet_client:
# path: ../../packages/archethic-wallet-client-dart

Expand Down

0 comments on commit 6dc23c2

Please sign in to comment.