mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 15:01:24 +00:00
fix(ai,coding-agent): simplify oauth subpath exports closes #1856
This commit is contained in:
parent
a74b18ca5a
commit
0573612a89
5 changed files with 4 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue