2 Commits

Author SHA1 Message Date
7d01fe89bc 1.0.14 2023-03-18 19:52:33 +01:00
c6a7938a3e fix(core): update 2023-03-18 19:52:32 +01:00
3 changed files with 357 additions and 274 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartrouter",
"version": "1.0.13",
"version": "1.0.14",
"private": false,
"description": "a router for routing on websites",
"main": "dist_ts/index.js",
@ -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"

625
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

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'
}