@thi.ng/router 3.2.16 → 3.2.17
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/api.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/api.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ export interface RouterConfig {
|
|
|
120
120
|
/**
|
|
121
121
|
* Route prefix. Default: `/`. All routes to be parsed by
|
|
122
122
|
* {@link BasicRouter.route} are assumed to have this prefix. All routes
|
|
123
|
-
* returned by {@link
|
|
123
|
+
* returned by {@link BasicRouter.format} will include this prefix.
|
|
124
124
|
*/
|
|
125
125
|
prefix?: string;
|
|
126
126
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/router",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.17",
|
|
4
4
|
"description": "Generic router for browser & non-browser based applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.6.
|
|
37
|
+
"@thi.ng/api": "^8.6.1",
|
|
38
38
|
"@thi.ng/checks": "^3.3.5",
|
|
39
39
|
"@thi.ng/equiv": "^2.1.15",
|
|
40
40
|
"@thi.ng/errors": "^2.2.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
],
|
|
92
92
|
"year": 2014
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
|
|
95
95
|
}
|