@oxc-minify/binding-wasm32-wasi 0.97.0 → 0.98.0

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.
@@ -57,4 +57,5 @@ const {
57
57
  })
58
58
  export default __napiModule.exports
59
59
  export const minify = __napiModule.exports.minify
60
+ export const minifySync = __napiModule.exports.minifySync
60
61
  export const Severity = __napiModule.exports.Severity
package/minify.wasi.cjs CHANGED
@@ -109,4 +109,5 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
109
109
  })
110
110
  module.exports = __napiModule.exports
111
111
  module.exports.minify = __napiModule.exports.minify
112
+ module.exports.minifySync = __napiModule.exports.minifySync
112
113
  module.exports.Severity = __napiModule.exports.Severity
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-minify/binding-wasm32-wasi",
3
- "version": "0.97.0",
3
+ "version": "0.98.0",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],