ecopages 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 +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,13 +65,7 @@ ecopages dev -r
65
65
 
66
66
  ## Ecosystem & Plugins
67
67
 
68
- Ecopages relies on a modular architecture. Core logic and framework integrations are published separately to [JSR](https://jsr.io/@ecopages).
69
-
70
- Configure your project to use JSR by adding a `.npmrc` file:
71
-
72
- ```ini
73
- @jsr:registry=https://npm.jsr.io
74
- ```
68
+ Ecopages relies on a modular architecture. Core logic and framework integrations are published as `@ecopages/*` packages on [npm](https://www.npmjs.com/org/ecopages).
75
69
 
76
70
  ### Official Packages
77
71
 
@@ -80,6 +74,7 @@ Configure your project to use JSR by adding a `.npmrc` file:
80
74
  | `@ecopages/browser-router` | Client-side navigation & view transitions. |
81
75
  | `@ecopages/codemod` | AST migrations for codebase upgrades. |
82
76
  | `@ecopages/core` | The foundational SSG engine. |
77
+ | `@ecopages/ecopages-jsx` | Ecopages-owned JSX routes and hydration. |
83
78
  | `@ecopages/file-system` | Runtime-agnostic file system utilities. |
84
79
  | `@ecopages/image-processor` | Asset pipeline for responsive images. |
85
80
  | `@ecopages/kitajs` | Integration for KitaJS. |
@@ -89,7 +84,7 @@ Configure your project to use JSR by adding a `.npmrc` file:
89
84
  | `@ecopages/react` | Integration for React 19 SSR/Islands. |
90
85
  | `@ecopages/react-router` | SPA routing for React. |
91
86
 
92
- Explore all packages at [jsr.io/@ecopages](https://jsr.io/@ecopages).
87
+ Explore all packages at [npmjs.com/org/ecopages](https://www.npmjs.com/org/ecopages).
93
88
 
94
89
  ## License
95
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecopages",
3
- "version": "0.2.0-alpha.18",
3
+ "version": "0.2.0-alpha.19",
4
4
  "description": "CLI utilities for Ecopages",
5
5
  "type": "module",
6
6
  "license": "MIT",