fix(ai,coding-agent): simplify oauth subpath exports closes #1856

This commit is contained in:
Mario Zechner 2026-03-05 23:28:56 +01:00
parent a74b18ca5a
commit 0573612a89
5 changed files with 4 additions and 6 deletions

View file

@ -11,8 +11,8 @@
"import": "./dist/index.js"
},
"./oauth": {
"types": "./oauth.d.ts",
"import": "./oauth.js"
"types": "./dist/oauth.d.ts",
"import": "./dist/oauth.js"
},
"./bedrock-provider": {
"types": "./bedrock-provider.d.ts",
@ -24,8 +24,6 @@
},
"files": [
"dist",
"oauth.js",
"oauth.d.ts",
"bedrock-provider.js",
"bedrock-provider.d.ts",
"README.md"