oxlint 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ The Oxidation Compiler is creating a suite of high-performance tools for JavaScr
42
42
 
43
43
  This is the linter for oxc.
44
44
 
45
- See [usage instructions](https://oxc-project.github.io/docs/guide/usage/linter.html).
45
+ See [usage instructions](https://oxc.rs/docs/guide/usage/linter.html).
46
46
 
47
47
  Run
48
48
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"oxlint","version":"0.4.2","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://oxc-project.github.io","bugs":"https://github.com/oxc-project/oxc/issues","repository":{"type":"git","url":"https://github.com/oxc-project/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","bin/oxc_language_server","configuration_schema.json","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.4.2","@oxlint/win32-arm64":"0.4.2","@oxlint/linux-x64-gnu":"0.4.2","@oxlint/linux-arm64-gnu":"0.4.2","@oxlint/linux-x64-musl":"0.4.2","@oxlint/linux-arm64-musl":"0.4.2","@oxlint/darwin-x64":"0.4.2","@oxlint/darwin-arm64":"0.4.2"}}
1
+ {"name":"oxlint","version":"0.4.4","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://oxc.rs","bugs":"https://github.com/oxc-project/oxc/issues","repository":{"type":"git","url":"https://github.com/oxc-project/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","bin/oxc_language_server","configuration_schema.json","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.4.4","@oxlint/win32-arm64":"0.4.4","@oxlint/linux-x64-gnu":"0.4.4","@oxlint/linux-arm64-gnu":"0.4.4","@oxlint/linux-x64-musl":"0.4.4","@oxlint/linux-arm64-musl":"0.4.4","@oxlint/darwin-x64":"0.4.4","@oxlint/darwin-arm64":"0.4.4"}}