oxlint: Update to version 1.14.0

This commit is contained in:
github-actions[bot] 2025-08-30 16:30:02 +00:00
parent c05f175906
commit a5c53f7c95

View File

@ -1,16 +1,16 @@
{
"version": "1.13.0",
"version": "1.14.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_v1.13.0/oxlint-win32-x64.zip",
"hash": "15649bb6a03e519ed7dd3763a47410e0584d0d498f4739e9259cdc777fc58077"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.14.0/oxlint-win32-x64.zip",
"hash": "1c6c5763826a4ea6b3ef3f9601c26d81f73b6427ae9acfbd645472a63633528a"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.13.0/oxlint-win32-arm64.zip",
"hash": "e0c6b2fc67c35ebc85ea8532973db2633560ad50d9d36a7b71ef438499e65ea9"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.14.0/oxlint-win32-arm64.zip",
"hash": "cf92afeed0ffbbee6786cfb47084e7736b34b84ebb606fa7621ade7bf526ade5"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",