oxlint: Update to version 1.34.0

This commit is contained in:
github-actions[bot] 2025-12-19 04:32:19 +00:00
parent b8d3cbf5dd
commit 57cfc75d12

View File

@ -1,16 +1,16 @@
{
"version": "1.33.0",
"version": "1.34.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/apps_v1.33.0/oxlint-win32-x64.zip",
"hash": "982e6717ec0d95ba30725f625a177e9f0cfd908f3f9a802a7281da6bfacb6626"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-x64.zip",
"hash": "c43ff2f15914f9cdcf8182c51ef2c94e7a449ac0cb79205f76026f5841222736"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.33.0/oxlint-win32-arm64.zip",
"hash": "e834161707c0d899aea36a992637125e46625e363886e75693b582b027a6c23a"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-arm64.zip",
"hash": "36a51bcd0522af286fe85b9841dd763eb644e0a3b3e897b5adb2d907e4290155"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",