@shakerquiz/utilities 0.5.70 → 0.5.71

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.5.70",
4
+ "version": "0.5.71",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -569,7 +569,7 @@ export var getRoutePathnamePattern = value => {
569
569
 
570
570
  export var hydrateRoutePathname = (value, parameters) => {
571
571
  var route = getRoute(value)
572
- var pathname = getRoutePathnamePattern(route)
572
+ var pathname = getRoutePathname(route)
573
573
  var params = getRouteParams(route)
574
574
 
575
575
  return params.reduce(