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 6d5c02c..1a3ac47 100755 Binary files a/bun.lockb and b/bun.lockb differ 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" }