fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-18 19:52:32 +01:00
parent 41ba5c8e4f
commit c6a7938a3e
3 changed files with 356 additions and 273 deletions

View File

@ -18,7 +18,7 @@
"@gitzone/tsbundle": "^2.0.7", "@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.60", "@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18" "@types/node": "^18.15.3"
}, },
"dependencies": { "dependencies": {
"path-to-regexp": "^6.2.0" "path-to-regexp": "^6.2.0"

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartrouter', name: '@pushrocks/smartrouter',
version: '1.0.13', version: '1.0.14',
description: 'a router for routing on websites' description: 'a router for routing on websites'
} }