ts strict: true and noUnusedLocals: true - v1.0.5

had to do one @ts-ignore because .d.ts file for tweetnacl_mod.js are not going to happen
This commit is contained in:
stjet
2024-12-14 04:36:46 +00:00
parent 9dc83286f2
commit 295e180553
6 changed files with 33 additions and 17 deletions

12
package-lock.json generated
View File

@@ -1,17 +1,18 @@
{
"name": "banani",
"version": "1.0.0",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "banani",
"version": "1.0.0",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"blake2b": "^2.1.4"
},
"devDependencies": {
"@types/blake2b": "^2.1.3",
"esbuild": "^0.21.4",
"prettier": "3.3.2",
"typedoc": "^0.25.13",
@@ -386,6 +387,13 @@
"node": ">=12"
}
},
"node_modules/@types/blake2b": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@types/blake2b/-/blake2b-2.1.3.tgz",
"integrity": "sha512-MFCdX0MNxFBP/xEILO5Td0kv6nI7+Q2iRWZbTL/yzH2/eDVZS5Wd1LHdsmXClvsCyzqaZfHFzZaN6BUeUCfSDA==",
"dev": true,
"license": "MIT"
},
"node_modules/ansi-sequence-parser": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",