strict tsconfig, reverse resolve

This commit is contained in:
stjet
2025-02-21 03:39:47 +00:00
parent 9afbfbbbfe
commit 7d7fe6da88
75 changed files with 394 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "banani-bns",
"version": "0.0.9",
"version": "0.0.10",
"description": "JS/TS library for the Banano cryptocurrency's currently unofficial Banano Name System (BNS)",
"main": "main.js",
"scripts": {
@@ -11,11 +11,12 @@
"diff": "git diff --cached -- *.{ts,md,json} 'browser_test/index.html' 'node_test/index.js'"
},
"devDependencies": {
"@types/blake2b": "^2.1.3",
"esbuild": "^0.21.4",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"dependencies": {
"banani": "^1.0.7"
"banani": "^1.0.9"
}
}