@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-20T16:33:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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 (BasicRouter.format:1)} will include this prefix.
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.16",
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.0",
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": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
94
+ "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
95
95
  }