fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-21 12:38:33 +02:00
parent 4a777b5d35
commit 3555731fc3
3 changed files with 2188 additions and 834 deletions

View File

@ -14,16 +14,16 @@
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^18.11.18"
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.1"
},
"dependencies": {
"@push.rocks/smartstring": "^4.0.5"
"@push.rocks/smartstring": "^4.0.8"
},
"browserslist": [
"last 1 chrome versions"

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webjwt',
version: '1.0.8',
version: '1.0.9',
description: 'a package to handle jwt in the web'
}