oxlint-react-compiler-experimental 0.0.5 → 0.0.6

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/dist/bindings.js CHANGED
@@ -399,6 +399,6 @@ if (nativeBinding = requireNative(), !nativeBinding || process.env.NAPI_RS_FORCE
399
399
  }
400
400
  }
401
401
  if (!nativeBinding) throw loadErrors.length > 0 ? Error("Cannot find native binding. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.", { cause: loadErrors.reduce((err, cur) => (cur.cause = err, cur)) }) : Error("Failed to load native binding");
402
- const { applyFixes, getBufferOffset, lint, parseRawSync, rawTransferSupported } = nativeBinding;
402
+ const { Severity, applyFixes, getBufferOffset, lint, parseRawSync, rawTransferSupported } = nativeBinding;
403
403
  //#endregion
404
404
  export { rawTransferSupported as a, parseRawSync as i, getBufferOffset as n, lint as r, applyFixes as t };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-react-compiler-experimental",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Linter for the JavaScript Oxidation Compiler (React Compiler Experimental)",
5
5
  "keywords": [
6
6
  "eslint",