Upgrade bun

This commit is contained in:
redphx 2024-10-08 19:59:53 +07:00
parent 739adfce41
commit ab1c93eb3a
4 changed files with 2 additions and 7 deletions

View File

@ -139,7 +139,7 @@ const build = async (target: BuildTarget, version: string, variant: BuildVariant
await Bun.write(path, scriptHeader + result); await Bun.write(path, scriptHeader + result);
// Create meta file (don't build if it's beta version) // Create meta file (don't build if it's beta version)
if (!version.includes('beta')) { if (!version.includes('beta') && variant === 'full') {
await Bun.write(outDir + '/' + outputMetaName, txtMetaHeader.replace('[[VERSION]]', version)); await Bun.write(outDir + '/' + outputMetaName, txtMetaHeader.replace('[[VERSION]]', version));
} }

BIN
bun.lockb

Binary file not shown.

View File

@ -1,5 +0,0 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 5.8.0
// ==/UserScript==

View File

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "^1.1.10", "@types/bun": "^1.1.10",
"@types/node": "^22.7.4", "@types/node": "^22.7.5",
"@types/stylus": "^0.48.43", "@types/stylus": "^0.48.43",
"eslint": "^9.12.0", "eslint": "^9.12.0",
"eslint-plugin-compat": "^6.0.1", "eslint-plugin-compat": "^6.0.1",