@rolldown/binding-wasm32-wasi 1.0.0-beta.44 → 1.0.0-beta.46
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
|
@@ -94,7 +94,6 @@ export const BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
|
94
94
|
export const BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
95
95
|
export const BindingOutputAsset = __napiModule.exports.BindingOutputAsset
|
|
96
96
|
export const BindingOutputChunk = __napiModule.exports.BindingOutputChunk
|
|
97
|
-
export const BindingOutputs = __napiModule.exports.BindingOutputs
|
|
98
97
|
export const BindingPluginContext = __napiModule.exports.BindingPluginContext
|
|
99
98
|
export const BindingRenderedChunk = __napiModule.exports.BindingRenderedChunk
|
|
100
99
|
export const BindingRenderedChunkMeta = __napiModule.exports.BindingRenderedChunkMeta
|
|
@@ -139,7 +139,6 @@ module.exports.BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
|
139
139
|
module.exports.BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
140
140
|
module.exports.BindingOutputAsset = __napiModule.exports.BindingOutputAsset
|
|
141
141
|
module.exports.BindingOutputChunk = __napiModule.exports.BindingOutputChunk
|
|
142
|
-
module.exports.BindingOutputs = __napiModule.exports.BindingOutputs
|
|
143
142
|
module.exports.BindingPluginContext = __napiModule.exports.BindingPluginContext
|
|
144
143
|
module.exports.BindingRenderedChunk = __napiModule.exports.BindingRenderedChunk
|
|
145
144
|
module.exports.BindingRenderedChunkMeta = __napiModule.exports.BindingRenderedChunkMeta
|
|
Binary file
|