From 91fc61ae7246705d26e96a95dae38b46e9ad9290 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Thu, 30 May 2024 16:41:47 +0100 Subject: [PATCH] feat(bedrock): support tools (this is an empty commit to trigger a release) --- packages/bedrock-sdk/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bedrock-sdk/build b/packages/bedrock-sdk/build index cbffa1fe..4f14ea52 100644 --- a/packages/bedrock-sdk/build +++ b/packages/bedrock-sdk/build @@ -28,6 +28,7 @@ npm exec tsc-multi # No way to get that from index.ts because it would cause compile errors # when building .mjs DIST_PATH=./dist node ../../scripts/utils/fix-index-exports.cjs + # with "moduleResolution": "nodenext", if ESM resolves to index.d.ts, # it'll have TS errors on the default import. But if it resolves to # index.d.mts the default import will work (even though both files have