@rolldown/binding-wasm32-wasi 1.2.6 → 1.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/binding-wasm32-wasi",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "main": "rolldown-binding.wasi.cjs",
5
5
  "files": [
6
6
  "rolldown-binding.wasm32-wasi.wasm",
@@ -3191,7 +3191,7 @@ export interface PreRenderedChunk {
3191
3191
  /** Whether this chunk is a dynamic entry point. */
3192
3192
  isDynamicEntry: boolean
3193
3193
  /** The id of a module that this chunk corresponds to. */
3194
- facadeModuleId?: string
3194
+ facadeModuleId: string | null
3195
3195
  /** The list of ids of modules included in this chunk. */
3196
3196
  moduleIds: Array<string>
3197
3197
  /** Exported variable names from this chunk. */
Binary file