@takazudo/zfb 2.1.0 → 2.3.0

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 +4 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -79,7 +79,10 @@ surface. Today it covers:
79
79
 
80
80
  The package is JSX-runtime-agnostic: the `Island` component does not
81
81
  import preact or react, so it works under either framework adapter
82
- without bundling the wrong runtime.
82
+ without bundling the wrong runtime. `react` is listed as a peer
83
+ dependency but is **optional** (`peerDependenciesMeta.react.optional`)
84
+ — a preact/compat-only consumer does not need `react` installed and
85
+ does not need `auto-install-peers=true`.
83
86
 
84
87
  ## Usage
85
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Rust-built static-site engine for Astro and Next.js users — millisecond rebuilds, single binary. SDK with islands, content collections, pagination, and config helpers.",
@@ -74,11 +74,11 @@
74
74
  "LICENSE"
75
75
  ],
76
76
  "optionalDependencies": {
77
- "@takazudo/zfb-darwin-arm64": "2.1.0",
78
- "@takazudo/zfb-darwin-x64": "2.1.0",
79
- "@takazudo/zfb-linux-arm64-gnu": "2.1.0",
80
- "@takazudo/zfb-linux-x64-gnu": "2.1.0",
81
- "@takazudo/zfb-win32-x64-msvc": "2.1.0"
77
+ "@takazudo/zfb-darwin-arm64": "2.3.0",
78
+ "@takazudo/zfb-darwin-x64": "2.3.0",
79
+ "@takazudo/zfb-linux-arm64-gnu": "2.3.0",
80
+ "@takazudo/zfb-linux-x64-gnu": "2.3.0",
81
+ "@takazudo/zfb-win32-x64-msvc": "2.3.0"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public"