fix(core): update

This commit is contained in:
2024-02-13 01:18:57 +01:00
parent d124e5807c
commit 8825ca7c09
7 changed files with 1030 additions and 952 deletions

View File

@@ -9,20 +9,20 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"buildDocs": "tsdoc"
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.86",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.1"
"@types/node": "^20.11.17"
},
"dependencies": {
"@push.rocks/smartcrypto": "^2.0.2",
"@types/jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.1"
"@push.rocks/smartcrypto": "^2.0.4",
"@tsclass/tsclass": "^4.0.51",
"@types/jsonwebtoken": "^9.0.5",
"jsonwebtoken": "^9.0.2"
},
"files": [
"ts/**/*",