@thi.ng/router 4.1.31 → 4.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +0 -1
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -79,7 +79,6 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.94 KB
|
|
|
79
79
|
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
|
|
80
80
|
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
|
|
81
81
|
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
|
|
82
|
-
- [tslib](https://www.typescriptlang.org/)
|
|
83
82
|
|
|
84
83
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
85
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/router",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.33",
|
|
4
4
|
"description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,15 +39,14 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/checks": "^3.7.
|
|
44
|
-
"@thi.ng/equiv": "^2.1.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"tslib": "^2.8.1"
|
|
42
|
+
"@thi.ng/api": "^8.11.30",
|
|
43
|
+
"@thi.ng/checks": "^3.7.10",
|
|
44
|
+
"@thi.ng/equiv": "^2.1.86",
|
|
45
|
+
"@thi.ng/errors": "^2.5.36"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"esbuild": "^0.25.
|
|
50
|
-
"typedoc": "^0.28.
|
|
48
|
+
"esbuild": "^0.25.6",
|
|
49
|
+
"typedoc": "^0.28.7",
|
|
51
50
|
"typescript": "^5.8.3"
|
|
52
51
|
},
|
|
53
52
|
"keywords": [
|
|
@@ -59,6 +58,8 @@
|
|
|
59
58
|
"parametric",
|
|
60
59
|
"pattern",
|
|
61
60
|
"router",
|
|
61
|
+
"server",
|
|
62
|
+
"spa",
|
|
62
63
|
"trie",
|
|
63
64
|
"typescript",
|
|
64
65
|
"ui",
|
|
@@ -99,5 +100,5 @@
|
|
|
99
100
|
],
|
|
100
101
|
"year": 2014
|
|
101
102
|
},
|
|
102
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
|
|
103
104
|
}
|