@takazudo/zfb 0.1.0-next.73 → 0.1.0-next.74
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.
- package/dist/config.d.ts +1 -1
- package/package.json +6 -6
package/dist/config.d.ts
CHANGED
|
@@ -197,7 +197,7 @@ export type ZfbConfig = {
|
|
|
197
197
|
* `"@takazudo/zfb-adapter-cloudflare"` selects the matching adapter,
|
|
198
198
|
* and `zfb build` invokes that package's bin to wrap the SSR bundle
|
|
199
199
|
* into a deploy-ready entry (e.g. `dist/_worker.js` for Cloudflare
|
|
200
|
-
* Pages).
|
|
200
|
+
* Workers Static Assets, Pages-compatible).
|
|
201
201
|
*
|
|
202
202
|
* Mirrors `Config::adapter` in crates/zfb/src/config.rs.
|
|
203
203
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zfb",
|
|
3
|
-
"version": "0.1.0-next.
|
|
3
|
+
"version": "0.1.0-next.74",
|
|
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.
|
|
78
|
-
"@takazudo/zfb-darwin-x64": "0.1.0-next.
|
|
79
|
-
"@takazudo/zfb-linux-arm64-gnu": "0.1.0-next.
|
|
80
|
-
"@takazudo/zfb-linux-x64-gnu": "0.1.0-next.
|
|
81
|
-
"@takazudo/zfb-win32-x64-msvc": "0.1.0-next.
|
|
77
|
+
"@takazudo/zfb-darwin-arm64": "0.1.0-next.74",
|
|
78
|
+
"@takazudo/zfb-darwin-x64": "0.1.0-next.74",
|
|
79
|
+
"@takazudo/zfb-linux-arm64-gnu": "0.1.0-next.74",
|
|
80
|
+
"@takazudo/zfb-linux-x64-gnu": "0.1.0-next.74",
|
|
81
|
+
"@takazudo/zfb-win32-x64-msvc": "0.1.0-next.74"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|