oxlint: Update to version 0.9.10

This commit is contained in:
github-actions[bot] 2024-10-08 08:30:16 +00:00
parent 456af1ee67
commit 12c60f6bc0

View File

@ -1,16 +1,16 @@
{ {
"version": "0.9.9", "version": "0.9.10",
"description": "A collection of JavaScript tools written in Rust.", "description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc", "homepage": "https://github.com/oxc-project/oxc",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.9/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.10/oxlint-win32-x64.zip",
"hash": "5c1b19d1090a044253599fa8f5710a77a2028f69c81db3488b6c5f87a2d5e867" "hash": "3e42d392540f0918319819a91d073fe37dfa11f925b0b52d2c5f23006f751e27"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.9/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.9.10/oxlint-win32-arm64.zip",
"hash": "50a6addf0c357a1ae8877c2e2e558eb02c826e17bb5bd8f8d1601f800abee5b8" "hash": "dcdd6ba6c5cf40496266f780005ad85952361b0ad1cd093b9d40404b755bbe3a"
} }
}, },
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"", "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",