Skip to content

Commit

Permalink
chore: ⬇️ Downgrade decimal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 13, 2024
1 parent e768cf7 commit 4d18828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.0.2
- Downgrade `decimal` dependency

# 5.0.1
- Downgrade `collection` dependency

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: archethic_lib_dart
description: Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network
homepage: https://github.com/archethic-foundation/libdart

version: 5.0.1
version: 5.0.2

environment:
sdk: ">=3.5.3 <4.0.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
crypto: ^3.0.6

# The decimal package allows you to deal with decimal numbers without losing precision
decimal: ^3.1.0
decimal: ^3.0.2

# Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3
ecdsa: ^0.1.2
Expand Down

0 comments on commit 4d18828

Please sign in to comment.