limited automatic util tests, various fixes - v1.0.8

This commit is contained in:
stjet
2025-01-20 23:30:29 +00:00
parent 89165e3868
commit b311029cfb
76 changed files with 330 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "banani",
"version": "1.0.7",
"version": "1.0.8",
"description": "JS/TS library for the Banano cryptocurrency in the style of bananopie",
"main": "main.js",
"scripts": {
@@ -8,9 +8,10 @@
"prettier": "prettier . --write",
"docs": "typedoc --name banani --entryPoints ./main.ts && node --eval \"require('fs').writeFileSync('./docs/CNAME', 'banani.prussia.dev')\"",
"browser": "esbuild browser-main.ts --bundle --minify --keep-names --drop-labels=NODE --outfile=banani-browser.js",
"build": "npm run prettier && npm run compile && npm run docs && npm run browser",
"build": "npm run prettier && npm run compile && npm test && npm run docs && npm run browser",
"cryptodiff": "diff tweetnacl_og.js tweetnacl_mod.js",
"diff": "git diff --cached -- *.{ts,md,json} 'browser_test/index.html' 'node_test/index.js'"
"diff": "git diff --cached -- *.{ts,md,json} 'browser_test/index.html' 'node_test/index.js'",
"test": "node util_test.js"
},
"repository": {
"type": "git",