@takazudo/zfb-runtime 0.1.0-next.3 → 0.1.0-next.5

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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).
4
+
5
+ ## 0.1.0-next.4
6
+
7
+ Version bump for lockstep release. No API changes in `zfb-runtime` itself. Note: the content-snapshot flow fix (#442) touched `packages/zfb/src/content.ts`, which affects how the CLI calls `setContentSnapshot` — but the `zfb-runtime` API surface is unchanged.
8
+
3
9
  ## 0.1.0-next.1
4
10
 
5
11
  Initial public prerelease on npm.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb-runtime",
3
- "version": "0.1.0-next.3",
3
+ "version": "0.1.0-next.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "JavaScript runtime for zfb static sites — Hono-backed page router, content snapshots, and client-side hydration.",
@@ -60,14 +60,14 @@
60
60
  "hono": "^4.7.0"
61
61
  },
62
62
  "peerDependencies": {
63
- "@takazudo/zfb": "0.1.0-next.3"
63
+ "@takazudo/zfb": "0.1.0-next.5"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/node": "^22.0.0",
67
67
  "happy-dom": "^15.7.4",
68
68
  "typescript": "^5.9.0",
69
69
  "vitest": "^2.1.9",
70
- "@takazudo/zfb": "0.1.0-next.3"
70
+ "@takazudo/zfb": "0.1.0-next.5"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "tsc",