fix(binary): preload Bedrock provider module for Bun bundle

refs #1814
This commit is contained in:
Mario Zechner 2026-03-04 20:47:41 +01:00
parent 12cec4f162
commit 0199abfd11
6 changed files with 30 additions and 4 deletions

View file

@ -13,6 +13,10 @@
"./oauth": {
"types": "./oauth.d.ts",
"import": "./oauth.js"
},
"./bedrock-provider": {
"types": "./bedrock-provider.d.ts",
"import": "./bedrock-provider.js"
}
},
"bin": {
@ -22,6 +26,8 @@
"dist",
"oauth.js",
"oauth.d.ts",
"bedrock-provider.js",
"bedrock-provider.d.ts",
"README.md"
],
"scripts": {