oxlint: Update to version 0.13.0

This commit is contained in:
github-actions[bot] 2024-11-21 16:30:56 +00:00
parent 926070a7f2
commit 082c98cea1

View File

@ -1,16 +1,16 @@
{
"version": "0.12.0",
"version": "0.13.0",
"description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.12.0/oxlint-win32-x64.zip",
"hash": "41a6dcd4b605e5669f39a3e0e90d578e64640861ddbd83d8ae0aa360b415fcb6"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.0/oxlint-win32-x64.zip",
"hash": "90fca29b68a88b2a17da0ff1bd6defe037fd22220ac6d76479036bc56a588eec"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.12.0/oxlint-win32-arm64.zip",
"hash": "9f0cda759188c1d53bd59347742ed288ea3c52fbd7b3b0550fbf8829f6317d3f"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.0/oxlint-win32-arm64.zip",
"hash": "7b3e7d89b864a348c716775e64d5b4fa26190348618c4ff03d605500413a3510"
}
},
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",