Skip to content

Commit

Permalink
V4.5.0
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
mrtnetwork committed Jul 14, 2024
1 parent ce93a4c commit dd6baad
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "blockchain_utils",
"rootUri": "file:///Users/macbookpro/.pub-cache/hosted/pub.dev/blockchain_utils-3.2.0",
"rootUri": "file:///Users/macbookpro/.pub-cache/hosted/pub.dev/blockchain_utils-3.3.0",
"packageUri": "lib/",
"languageVersion": "2.15"
},
Expand Down Expand Up @@ -302,7 +302,7 @@
"languageVersion": "2.15"
}
],
"generated": "2024-06-24T17:20:32.360965Z",
"generated": "2024-07-14T16:47:28.207863Z",
"generator": "pub",
"generatorVersion": "3.4.3",
"flutterRoot": "file:///Users/macbookpro/Documents/flutter",
Expand Down
8 changes: 4 additions & 4 deletions .dart_tool/package_config_subset
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ async
2.18
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/async-2.11.0/
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/async-2.11.0/lib/
blockchain_utils
2.15
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/blockchain_utils-3.3.0/
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/blockchain_utils-3.3.0/lib/
boolean_selector
2.17
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/
Expand Down Expand Up @@ -190,10 +194,6 @@ yaml
2.19
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/yaml-3.1.2/
file:///Users/macbookpro/.pub-cache/hosted/pub.dev/yaml-3.1.2/lib/
blockchain_utils
2.15
file:///Users/macbookpro/Documents/bitcoin/blockchain_utils/
file:///Users/macbookpro/Documents/bitcoin/blockchain_utils/lib/
xrpl_dart
2.15
file:///Users/macbookpro/Documents/xrpl_dart/
Expand Down
Binary file modified .dart_tool/test/incremental_kernel.Ly9AZGFydD0yLjE1
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.5.0

- Update dependencies.


## 4.4.0

- Update dependencies.
Expand Down
1 change: 0 additions & 1 deletion example/lib/examples/quick_wallet/quick_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import 'dart:convert';

import 'package:blockchain_utils/bip/mnemonic/mnemonic.dart';
import 'package:blockchain_utils/blockchain_utils.dart';
import 'package:example/socket_rpc_example/http_service.dart';
import 'package:xrpl_dart/xrpl_dart.dart';
Expand Down
11 changes: 6 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ packages:
blockchain_utils:
dependency: "direct main"
description:
path: "../../bitcoin/blockchain_utils"
relative: true
source: path
version: "3.1.0"
name: blockchain_utils
sha256: aebc3a32b927b34f638817c4bfdb85f86a97e6ad35f0cd962660b0c6e8d5c56b
url: "https://pub.dev"
source: hosted
version: "3.3.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -277,7 +278,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.3.0"
version: "4.5.0"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies:
http: ^1.1.2
web_socket_channel: ^2.4.0
asn1lib: ^1.5.0
# blockchain_utils: ^3.0.0
blockchain_utils:
path: ../../bitcoin/blockchain_utils
blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../../bitcoin/blockchain_utils

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: "direct main"
description:
name: blockchain_utils
sha256: f78783b522b5247faab0a811bfa83bf121fccdbfbbae0c3488543a690d3de480
sha256: aebc3a32b927b34f638817c4bfdb85f86a97e6ad35f0cd962660b0c6e8d5c56b
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.3.0"
boolean_selector:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xrpl_dart
description: Easily sign, create, and send all types of XRP transactions using the xrpl_dart package. Manage your XRP Ledger transactions securely and with ease.
version: 4.4.0
version: 4.5.0
homepage: "https://github.com/mrtnetwork/xrpl_dart"
repository: "https://github.com/mrtnetwork/xrpl_dart"
Author: mrhaydari.t@gmail.com
Expand All @@ -15,7 +15,7 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dependencies:
blockchain_utils: ^3.2.0
blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../bitcoin/blockchain_utils

Expand Down

0 comments on commit dd6baad

Please sign in to comment.