@ecopages/react-router 0.2.0-alpha.1 → 0.2.0-alpha.3

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/CHANGELOG.md +0 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,10 +6,6 @@ All notable changes to `@ecopages/react-router` are documented here.
6
6
 
7
7
  ## [UNRELEASED] — TBD
8
8
 
9
- ### Bug Fixes
10
-
11
- - Published npm package metadata now includes validated declaration exports for generated dist entrypoints.
12
-
13
9
  ### Refactoring
14
10
 
15
11
  - Updated `package.json` dependencies to align with the new core adapter and esbuild build adapter versions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecopages/react-router",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0-alpha.3",
4
4
  "description": "Client-side SPA router for EcoPages React applications",
5
5
  "keywords": [
6
6
  "ecopages",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/react-router"
33
33
  },
34
34
  "peerDependencies": {
35
- "@ecopages/react": "0.2.0-alpha.1"
35
+ "@ecopages/react": "0.2.0-alpha.3"
36
36
  },
37
37
  "dependencies": {
38
38
  "react": "^19",