dart pub updates

This commit is contained in:
Vishal 2024-04-20 15:48:08 +05:30
parent a60478d183
commit f22851ed45
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ class EventData {
//print("Could not parse the given nsec/private key. Exiting.");
return mentionTag;
}
} on Exception catch (e) {
} on Exception {
//print("====================Caught exctption.");
return "nostr:$strBechId";
}

View File

@ -100,7 +100,7 @@ dev_dependencies:
test: ^1.21.4
dependencies:
args: ^2.3.1
bip340: ^0.2.0
bip340: ^0.3.0
crypto: ^3.0.2
intl: ^0.19.0
translator: ^1.0.0