@takazudo/zfb 2.10.0 → 2.10.1

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 +1 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- > **Newer releases:** see https://takazudomodular.com/pj/zudo-front-builder/docs/changelog/ for v0.1.0-next.5 and later. Entries below are historical (kept for npm readers).
3
+ > **Newer releases:** shared lockstep releases from v0.1.0-next.5 through v2.10.0 and future `@takazudo/zfb` releases live at https://takazudomodular.com/pj/zudo-front-builder/docs/changelog/zfb/. Entries below are historical (kept for npm readers).
4
4
 
5
5
  ## Unreleased
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
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.10.0",
78
- "@takazudo/zfb-darwin-x64": "2.10.0",
79
- "@takazudo/zfb-linux-arm64-gnu": "2.10.0",
80
- "@takazudo/zfb-linux-x64-gnu": "2.10.0",
81
- "@takazudo/zfb-win32-x64-msvc": "2.10.0"
77
+ "@takazudo/zfb-darwin-arm64": "2.10.1",
78
+ "@takazudo/zfb-darwin-x64": "2.10.1",
79
+ "@takazudo/zfb-linux-arm64-gnu": "2.10.1",
80
+ "@takazudo/zfb-linux-x64-gnu": "2.10.1",
81
+ "@takazudo/zfb-win32-x64-msvc": "2.10.1"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public"