2 Commits

Author SHA1 Message Date
0be5a0bf3d 1.0.16 2023-04-11 12:04:18 +02:00
187a273309 fix(core): update 2023-04-11 12:04:17 +02:00
3 changed files with 666 additions and 655 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartrouter",
"version": "1.0.15",
"version": "1.0.16",
"private": false,
"description": "a router for routing on websites",
"main": "dist_ts/index.js",

1317
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.15',
version: '1.0.16',
description: 'a router for routing on websites'
}