routexiz 0.2.1 → 0.2.2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  A lightweight, powerful, and modern router for React.
8
8
 
9
- > Tree-based routing — modeled like a TreeView, where each route is a node and navigation resolves a single path from root to leaf.
9
+ > Tree-based routing — modeled like a TreeView, where each route is a node and navigation resolves a single path from root to leaf.
10
10
  > Nested layouts via `children`.
11
11
 
12
12
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routexiz",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A modern tree-based router for React with intent-driven navigation, Suspense-first data loading, and built-in guards, middleware, and caching.",
5
5
  "author": "Delpi.Kye",
6
6
  "license": "MIT",