@takazudo/zfb 0.1.0-next.91 → 0.1.0-next.92

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ### Build compatibility
8
+
9
+ **Explicit workspace-root alias claims** (#1883):
10
+
11
+ - A nested workspace host may import root-package source through a broad
12
+ TypeScript alias only when the workspace manifest explicitly claims `.`.
13
+ - The broad alias stages concrete runtime-imported root-package claims; it
14
+ does not mirror the entire workspace root.
15
+ - Parent-escaping relative value imports remain rejected, and the stage-escape
16
+ audit continues to reject genuine live-tree escapes.
17
+ - The separately reported private consumer still requires adoption validation
18
+ against the next prerelease; this compatibility boundary does not claim that
19
+ consumer has been run.
20
+
7
21
  ### New features
8
22
 
9
23
  **`VNode`, `VNodeArray`, `VNodeObject` exported from `"@takazudo/zfb"`** (#972):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb",
3
- "version": "0.1.0-next.91",
3
+ "version": "0.1.0-next.92",
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": "0.1.0-next.91",
78
- "@takazudo/zfb-darwin-x64": "0.1.0-next.91",
79
- "@takazudo/zfb-linux-arm64-gnu": "0.1.0-next.91",
80
- "@takazudo/zfb-linux-x64-gnu": "0.1.0-next.91",
81
- "@takazudo/zfb-win32-x64-msvc": "0.1.0-next.91"
77
+ "@takazudo/zfb-darwin-arm64": "0.1.0-next.92",
78
+ "@takazudo/zfb-darwin-x64": "0.1.0-next.92",
79
+ "@takazudo/zfb-linux-arm64-gnu": "0.1.0-next.92",
80
+ "@takazudo/zfb-linux-x64-gnu": "0.1.0-next.92",
81
+ "@takazudo/zfb-win32-x64-msvc": "0.1.0-next.92"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public"