@bleedingdev/modern-js-main-doc 3.5.0-ultramodern.12 → 3.5.0-ultramodern.13

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.
@@ -189,9 +189,10 @@ instead of patching generated output by hand.
189
189
  Cloudflare D1 bindings are first-class on `deploy.worker.d1Databases`; use that
190
190
  config instead of app-local postprocessing when a generated app owns D1
191
191
  migrations. Cloudflare public output excludes server-only `api` and `shared`
192
- directories by default, and generated Modern/Rspack caches are isolated per app,
193
- build target, and Rspack environment so local `build`, `cloudflare:build`, and
194
- multi-environment compilers do not share the same filesystem cache directory.
192
+ directories by default, and generated Modern/Rspack output roots, temp
193
+ directories, and caches are isolated per app, build target, and Rspack
194
+ environment so local `build`, `cloudflare:build`, and multi-environment
195
+ compilers do not share mutable build state.
195
196
 
196
197
  ## Human Workflow
197
198
 
@@ -161,9 +161,9 @@ Federation 冲突,都应在对应归属文件中修复,不要手写补丁覆
161
161
 
162
162
  Cloudflare D1 绑定使用一等配置 `deploy.worker.d1Databases`;生成 app 拥有 D1
163
163
  migration 时不要再用 app 本地 postprocess。Cloudflare public output 默认排除服务端
164
- `api` 和 `shared` 目录,并且生成的 Modern/Rspack cache 会按 app、构建目标和 Rspack
165
- environment 隔离,避免本地 `build`、`cloudflare:build` 以及多 environment compiler
166
- 共享同一个文件系统 cache 目录。
164
+ `api` 和 `shared` 目录,并且生成的 Modern/Rspack 输出根目录、temp 目录和 cache
165
+ 会按 app、构建目标和 Rspack environment 隔离,避免本地 `build`、`cloudflare:build`
166
+ 以及多 environment compiler 共享可变构建状态。
167
167
 
168
168
  ## 人类工作流
169
169
 
package/package.json CHANGED
@@ -19,14 +19,14 @@
19
19
  "modern.js",
20
20
  "ultramodern.js"
21
21
  ],
22
- "version": "3.5.0-ultramodern.12",
22
+ "version": "3.5.0-ultramodern.13",
23
23
  "publishConfig": {
24
24
  "registry": "https://registry.npmjs.org/",
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
28
  "mermaid": "^11.16.0",
29
- "@modern-js/sandpack-react": "npm:@bleedingdev/modern-js-sandpack-react@3.5.0-ultramodern.12"
29
+ "@modern-js/sandpack-react": "npm:@bleedingdev/modern-js-sandpack-react@3.5.0-ultramodern.13"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@rsbuild/plugin-sass": "2.0.0",