@rolldown/binding-wasm32-wasi 1.1.2 → 1.1.4

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.1.2",
3
+ "version": "1.1.4",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "browser": "rolldown-binding.wasi-browser.js",
39
39
  "dependencies": {
40
- "@napi-rs/wasm-runtime": "^1.1.5",
40
+ "@napi-rs/wasm-runtime": "^1.1.6",
41
41
  "@emnapi/core": "1.11.1",
42
42
  "@emnapi/runtime": "1.11.1"
43
43
  }
@@ -116,7 +116,6 @@ export const BindingWatcherBundler = __napiModule.exports.BindingWatcherBundler
116
116
  export const BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
117
117
  export const BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
118
118
  export const ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
119
- export const ScheduledBuild = __napiModule.exports.ScheduledBuild
120
119
  export const TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
121
120
  export const TsconfigCache = __napiModule.exports.TsconfigCache
122
121
  export const BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
@@ -155,7 +155,6 @@ module.exports.BindingWatcherBundler = __napiModule.exports.BindingWatcherBundle
155
155
  module.exports.BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
156
156
  module.exports.BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
157
157
  module.exports.ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
158
- module.exports.ScheduledBuild = __napiModule.exports.ScheduledBuild
159
158
  module.exports.TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
160
159
  module.exports.TsconfigCache = __napiModule.exports.TsconfigCache
161
160
  module.exports.BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
Binary file