clear-react-router 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -399,7 +399,6 @@ var RouterProvider = ({ children, routeList, context: initialContext = {} }) =>
399
399
  blockerState,
400
400
  context,
401
401
  setContext,
402
- routeList,
403
402
  routeItemData,
404
403
  restoreScroll,
405
404
  currentLoaderFallback
@@ -408,7 +407,6 @@ var RouterProvider = ({ children, routeList, context: initialContext = {} }) =>
408
407
  context,
409
408
  prefetchLoader,
410
409
  routeItemData,
411
- routeList,
412
410
  setSearch,
413
411
  updateBlockedRoute,
414
412
  updateLocation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear-react-router",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A lightweight, type-safe routing library for React applications",
5
5
  "author": "Andrew Bubnov",
6
6
  "scripts": {