no longer requires esnext

This commit is contained in:
stjet
2024-11-18 01:58:25 +00:00
parent a601972c5b
commit 8137852257
37 changed files with 75 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "banani-bns",
"version": "0.0.7",
"version": "0.0.8",
"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.3"
"banani": "^1.0.4"
}
}