Skip to content

Commit e39e672

Browse files
Merge pull request #7244 from continuedev/tomasz/fix-openai-build
fix: openai adapters
2 parents 1ce60a0 + 8ead72e commit e39e672

File tree

2 files changed

+27
-44
lines changed

2 files changed

+27
-44
lines changed

packages/openai-adapters/package-lock.json

Lines changed: 23 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openai-adapters/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuedev/openai-adapters",
3-
"version": "1.1.1",
3+
"version": "1.5.1",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@aws-sdk/client-bedrock-runtime": "^3.842.0",
1616
"@aws-sdk/credential-providers": "^3.840.0",
17-
"@continuedev/config-types": "file:../config-types",
18-
"@continuedev/config-yaml": "file:../config-yaml",
19-
"@continuedev/fetch": "file:../fetch",
17+
"@continuedev/config-types": "^1.0.14",
18+
"@continuedev/config-yaml": "^1.8.0",
19+
"@continuedev/fetch": "^1.0.16",
2020
"dotenv": "^16.5.0",
2121
"google-auth-library": "^10.1.0",
2222
"json-schema": "^0.4.0",

0 commit comments

Comments
 (0)