@shakerquiz/utilities 0.4.85 → 0.4.86

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "0.4.85",
4
+ "version": "0.4.86",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "scripts": {
@@ -321,7 +321,7 @@ export var RoutePathname = /** @type {const} */ ({
321
321
  Mailing: '/mailings/:mailing?',
322
322
  })
323
323
 
324
- export var RoutePathParams = /** @type {const} */ ({
324
+ export var RoutePathnameParams = /** @type {const} */ ({
325
325
  Users: [],
326
326
  User: [':user?'],
327
327