fix(core): update

This commit is contained in:
2022-12-22 16:47:49 +01:00
parent 94a1f693d3
commit 91e812df08
4 changed files with 213 additions and 184 deletions

View File

@@ -10,20 +10,19 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.59",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.4"
"@types/node": "^18.11.17"
},
"dependencies": {
"@pushrocks/smartcrypto": "^2.0.1",
"@types/jsonwebtoken": "^8.5.5",
"jsonwebtoken": "^8.5.1"
"jsonwebtoken": "^9.0.0"
},
"files": [
"ts/**/*",
@@ -41,4 +40,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}