From 6571c87e14a7faf00dfcbff0f17251801d52298b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:35:23 +0900 Subject: [PATCH] fix: attempt to fix test (#16719) * fix(backend): attempt to fix test * fix * Revert "fix(backend): attempt to fix test" This reverts commit 67dff577c9b23ad0b463b6741872f258170c1615. * attempt to fix test * Revert "fix" This reverts commit cec3d2f5c6418a692cfa673e1e70752260c5d4ba. * fix --- packages/misskey-bubble-game/package.json | 2 ++ packages/misskey-js/package.json | 2 ++ packages/misskey-reversi/package.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/packages/misskey-bubble-game/package.json b/packages/misskey-bubble-game/package.json index 934717571f..acf5254801 100644 --- a/packages/misskey-bubble-game/package.json +++ b/packages/misskey-bubble-game/package.json @@ -6,10 +6,12 @@ "types": "./built/index.d.ts", "exports": { ".": { + "default": "./built/index.js", "import": "./built/index.js", "types": "./built/index.d.ts" }, "./*": { + "default": "./built/*", "import": "./built/*", "types": "./built/*" } diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index acb9e0ea6e..5ac7e0b24a 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -8,10 +8,12 @@ "types": "./built/index.d.ts", "exports": { ".": { + "default": "./built/index.js", "import": "./built/index.js", "types": "./built/index.d.ts" }, "./*": { + "default": "./built/*", "import": "./built/*", "types": "./built/*" } diff --git a/packages/misskey-reversi/package.json b/packages/misskey-reversi/package.json index 6e4a770bb1..36827663b1 100644 --- a/packages/misskey-reversi/package.json +++ b/packages/misskey-reversi/package.json @@ -6,10 +6,12 @@ "types": "./built/index.d.ts", "exports": { ".": { + "default": "./built/index.js", "import": "./built/index.js", "types": "./built/index.d.ts" }, "./*": { + "default": "./built/*", "import": "./built/*", "types": "./built/*" }