fix for kalium rpc (banani), lowercase domain names

This commit is contained in:
stjet
2024-09-21 22:48:34 +00:00
parent 998a621601
commit 1680113193
37 changed files with 63 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "banani-bns",
"version": "0.0.3",
"version": "0.0.5",
"description": "JS/TS library for the Banano cryptocurrency's currently unofficial Banano Name System (BNS)",
"main": "main.js",
"scripts": {
@@ -16,6 +16,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"banani": "^1.0.2"
"banani": "^1.0.3"
}
}