Skip to content

Commit

Permalink
chore: ⬆️ Upgrade AWC Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Dec 18, 2024
1 parent 79b0a16 commit 0cd2a11
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.6-beta.2

- ⬆️ Upgrade `archethic_wallet_client`.

# 3.2.6-beta

- ⬆️ Upgrade dependencies
Expand Down
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ packages:
archethic_wallet_client:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "5b92a861a527f02233a4bc9b797fca67cd9a72f0dd06ae398ea2eb12fad1f475"
url: "https://pub.dev"
source: hosted
version: "2.1.8-beta"
path: "."
ref: "70-add-encrypt-and-decrypt-methods"
resolved-ref: eeb7179a3b73592ed7c5c0c1603bbdc1b8831742
url: "https://github.com/archethic-foundation/archethic-wallet-client-dart.git"
source: git
version: "2.1.8-beta.1"
archive:
dependency: "direct main"
description:
Expand Down
14 changes: 6 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter
description: An internal framework for archethic flutter development
homepage: https://github.com/archethic-foundation/archethic-dapp-framework-flutter

version: 3.2.6-beta
version: 3.2.6-beta.2

environment:
sdk: ">=3.5.3 <4.0.0"
Expand All @@ -19,13 +19,11 @@ dependencies:
# path: ../../packages/libdart

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^2.1.8-beta
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
# ref: main
# archethic_wallet_client:
# path: ../../packages/archethic-wallet-client-dart
# archethic_wallet_client: ^2.1.5
archethic_wallet_client:
git: # TODO Waiting for https://github.com/zino-hofmann/graphql-flutter/issues/1460 resolution to use stable versions.
url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
ref: 70-add-encrypt-and-decrypt-methods

# Compression
archive: ^3.4.10
Expand Down

0 comments on commit 0cd2a11

Please sign in to comment.