@ecopages/react-router 0.2.0-alpha.18 → 0.2.0-alpha.19

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 +3 -3
package/README.md CHANGED
@@ -23,7 +23,7 @@ This keeps React-router focused on React rendering while still allowing mixed Re
23
23
  ## Installation
24
24
 
25
25
  ```bash
26
- bunx jsr add @ecopages/react-router
26
+ bun add @ecopages/react-router
27
27
  ```
28
28
 
29
29
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecopages/react-router",
3
- "version": "0.2.0-alpha.18",
3
+ "version": "0.2.0-alpha.19",
4
4
  "description": "Client-side SPA router for EcoPages React applications",
5
5
  "keywords": [
6
6
  "ecopages",
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/react-router"
33
33
  },
34
34
  "peerDependencies": {
35
- "@ecopages/core": "0.2.0-alpha.18",
36
- "@ecopages/react": "0.2.0-alpha.18"
35
+ "@ecopages/core": "0.2.0-alpha.19",
36
+ "@ecopages/react": "0.2.0-alpha.19"
37
37
  },
38
38
  "dependencies": {
39
39
  "react": "^19",