oxlint 0.0.17 → 0.0.19

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 (3) hide show
  1. package/README.md +8 -8
  2. package/bin/oxlint +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,19 +18,19 @@
18
18
  [discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
19
19
  [discord-url]: https://discord.gg/9uXCAwqQZW
20
20
  [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
21
- [license-url]: https://github.com/web-infra-dev/oxc/blob/main/LICENSE
22
- [ci-badge]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml/badge.svg?event=push&branch=main
23
- [ci-url]: https://github.com/web-infra-dev/oxc/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain
21
+ [license-url]: https://github.com/oxc-project/oxc/blob/main/LICENSE
22
+ [ci-badge]: https://github.com/oxc-project/oxc/actions/workflows/ci.yml/badge.svg?event=push&branch=main
23
+ [ci-url]: https://github.com/oxc-project/oxc/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain
24
24
  [npm-badge]: https://img.shields.io/npm/v/oxlint/latest?color=brightgreen
25
25
  [npm-url]: https://www.npmjs.com/package/oxlint/v/latest
26
- [code-size-badge]: https://img.shields.io/github/languages/code-size/web-infra-dev/oxc
27
- [code-size-url]: https://github.com/web-infra-dev/oxc
28
- [code-coverage-badge]: https://codecov.io/github/web-infra-dev/oxc/branch/main/graph/badge.svg
29
- [code-coverage-url]: https://codecov.io/gh/web-infra-dev/oxc
26
+ [code-size-badge]: https://img.shields.io/github/languages/code-size/oxc-project/oxc
27
+ [code-size-url]: https://github.com/oxc-project/oxc
28
+ [code-coverage-badge]: https://codecov.io/github/oxc-project/oxc/branch/main/graph/badge.svg
29
+ [code-coverage-url]: https://codecov.io/gh/oxc-project/oxc
30
30
  [sponsors-badge]: https://img.shields.io/github/sponsors/Boshen
31
31
  [sponsors-url]: https://github.com/sponsors/Boshen
32
32
  [playground-badge]: https://img.shields.io/badge/Playground-blue?color=9BE4E0
33
- [playground-url]: https://web-infra-dev.github.io/oxc/playground
33
+ [playground-url]: https://oxc-project.github.io/oxc/playground
34
34
 
35
35
  </div>
36
36
 
package/bin/oxlint CHANGED
@@ -41,7 +41,7 @@ if (binPath) {
41
41
  } else {
42
42
  console.error(
43
43
  "The oxlint CLI package doesn't ship with prebuilt binaries for your platform yet. " +
44
- "You can create an issue at https://github.com/web-infra-dev/oxc/issues for support."
44
+ "You can create an issue at https://github.com/oxc-project/oxc/issues for support."
45
45
  );
46
46
  process.exitCode = 1;
47
47
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"oxlint","version":"0.0.17","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/web-infra-dev/oxc","bugs":"https://github.com/web-infra-dev/oxc/issues","repository":{"type":"git","url":"https://github.com/web-infra-dev/oxc","directory":"npm/oxlint"},"bin":"bin/oxlint","funding":{"url":"https://github.com/sponsors/Boshen"},"engines":{"node":">=14.*"},"files":["bin/oxlint","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.0.17","@oxlint/win32-arm64":"0.0.17","@oxlint/darwin-x64":"0.0.17","@oxlint/darwin-arm64":"0.0.17","@oxlint/linux-x64":"0.0.17","@oxlint/linux-arm64":"0.0.17"}}
1
+ {"name":"oxlint","version":"0.0.19","description":"Linter for the JavaScript Oxidation Compiler","keywords":[],"author":"Boshen and oxc contributors","license":"MIT","homepage":"https://github.com/oxc-project/oxc","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","README.md"],"optionalDependencies":{"@oxlint/win32-x64":"0.0.19","@oxlint/win32-arm64":"0.0.19","@oxlint/darwin-x64":"0.0.19","@oxlint/darwin-arm64":"0.0.19","@oxlint/linux-x64":"0.0.19","@oxlint/linux-arm64":"0.0.19"}}