@thi.ng/router 4.1.32 → 4.1.34
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 +8 -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.34",
|
|
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.31",
|
|
43
|
+
"@thi.ng/checks": "^3.7.11",
|
|
44
|
+
"@thi.ng/equiv": "^2.1.87",
|
|
45
|
+
"@thi.ng/errors": "^2.5.37"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"esbuild": "^0.25.
|
|
50
|
-
"typedoc": "^0.28.
|
|
48
|
+
"esbuild": "^0.25.8",
|
|
49
|
+
"typedoc": "^0.28.7",
|
|
51
50
|
"typescript": "^5.8.3"
|
|
52
51
|
},
|
|
53
52
|
"keywords": [
|
|
@@ -101,5 +100,5 @@
|
|
|
101
100
|
],
|
|
102
101
|
"year": 2014
|
|
103
102
|
},
|
|
104
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
|
|
105
104
|
}
|