fix(core): update

This commit is contained in:
2023-03-18 19:52:32 +01:00
parent 41ba5c8e4f
commit c6a7938a3e
3 changed files with 356 additions and 273 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18"
"@types/node": "^18.15.3"
},
"dependencies": {
"path-to-regexp": "^6.2.0"
+354 -271
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartrouter',
version: '1.0.13',
version: '1.0.14',
description: 'a router for routing on websites'
}