From af6da1e1fb16232bbd977244d728b9cd8bbcecfd Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Thu, 21 May 2026 02:57:40 +0900 Subject: [PATCH] chore: willboosterify this repo --- bun.lock | 4 ++-- bunfig.toml | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 3b2f7bb..ef26f22 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "@typescript/native-preview": "7.0.0-dev.20260511.1", "@willbooster/oxfmt-config": "1.2.2", "@willbooster/oxlint-config": "1.4.6", - "@willbooster/wb": "13.15.2", + "@willbooster/wb": "13.16.0", "build-ts": "17.1.15", "conventional-changelog-conventionalcommits": "9.3.1", "lefthook": "2.1.6", @@ -587,7 +587,7 @@ "@willbooster/shared-lib-node": ["@willbooster/shared-lib-node@8.5.17", "", { "dependencies": { "dotenv": "17.4.2", "dotenv-expand": "13.0.0" } }, "sha512-hgrH7uvHEz8ONFsuj3uCBhwtlcqdO+u7CdG/G0Mk2l2FP0auAmWkGWA9HwUYOrnqiWH/h4QrumWXVS8F0karjw=="], - "@willbooster/wb": ["@willbooster/wb@13.15.2", "", { "dependencies": { "chalk": "5.6.2", "dotenv": "17.4.2", "dotenv-expand": "13.0.0", "fastest-levenshtein": "1.0.16", "globby": "16.2.0", "kill-port": "2.0.1", "minimal-promise-pool": "6.0.2", "yargs": "18.0.0" }, "bin": { "wb": "bin/index.js" } }, "sha512-E4Fn5xGhywoKPW/U+nLfJmg+VttnboLVzISoBk9dA81+KBIgNCtASCHF+Am7byLwzu7tveCaOiqFCFdUPRARwQ=="], + "@willbooster/wb": ["@willbooster/wb@13.16.0", "", { "dependencies": { "chalk": "5.6.2", "dotenv": "17.4.2", "dotenv-expand": "13.0.0", "fastest-levenshtein": "1.0.16", "globby": "16.2.0", "kill-port": "2.0.1", "minimal-promise-pool": "6.0.2", "yargs": "18.0.0" }, "bin": { "wb": "bin/index.js" } }, "sha512-WEXsFTpwK4vI9wfxVAyyw1qismdZE9EvO30nyzY55G6NvpBTggefATtvAUfooVmCgF87Vzs+jm3LCxtka9TMXA=="], "accepts": ["accepts@2.0.0", "", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="], diff --git a/bunfig.toml b/bunfig.toml index 7a037ac..392d6e4 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -35,6 +35,8 @@ minimumReleaseAgeExcludes = [ "@typescript/native-preview-linux-x64", "@typescript/native-preview-win32-arm64", "@typescript/native-preview-win32-x64", + "@types/bun", + "bun-types", "oxfmt", "@oxfmt/binding-android-arm-eabi", "@oxfmt/binding-android-arm64", diff --git a/package.json b/package.json index cc4cd03..8413e2f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@typescript/native-preview": "7.0.0-dev.20260511.1", "@willbooster/oxfmt-config": "1.2.2", "@willbooster/oxlint-config": "1.4.6", - "@willbooster/wb": "13.15.2", + "@willbooster/wb": "13.16.0", "build-ts": "17.1.15", "conventional-changelog-conventionalcommits": "9.3.1", "lefthook": "2.1.6",