From 4e6009a8bdcf5f7d0f0fcae5c24cf01f1011afee Mon Sep 17 00:00:00 2001 From: GooseOb Date: Sat, 7 Dec 2024 00:45:52 +0100 Subject: [PATCH] update dist filename --- build-config.ts | 2 +- bun.lockb | Bin 3897 -> 3897 bytes package.json | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-config.ts b/build-config.ts index 25d8c73..4d6d3a4 100644 --- a/build-config.ts +++ b/build-config.ts @@ -14,7 +14,7 @@ while ((tmp = pattern.exec(raw))) { export default { // @ts-expect-error entrypoints: ['src/index.ts'], - naming: 'dist/index.js', + naming: 'dist/script.user.js', define, userscript: { logErrors: process.argv.includes('--watch'), diff --git a/bun.lockb b/bun.lockb index 6d5c02c66e8875d8c915d02e3f2bce9bbf4a2b9f..1a3ac47b1722bd71931c7479b871f36643f5137a 100755 GIT binary patch delta 144 zcmV;B0B`@f9=RTnE+D9%^o03X$rqthPE?^uE+?wWj(=Z(Hd7Pe^^bbH+{81fCZx%vpofB1pzRVs0uRyF|*tXTLJ+wvp5X_0?Xe)D*ylh diff --git a/package.json b/package.json index 76e13ac..13319b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yt-defaulter", "author": "GooseOb", - "version": "1.11.2", + "version": "1.11.3", "repository": { "type": "git", "url": "git+https://github.com/GooseOb/YT-Defaulter.git" @@ -17,7 +17,7 @@ }, "type": "module", "devDependencies": { - "bun-build-userscript": "^1.6.1", + "bun-build-userscript": "^1.6.2", "husky": "^8.0.3", "prettier": "^3.4.2" }