Skip to content

Commit 73c2304

Browse files
committed
fix: bump openai-adapters
1 parent 4ee39f3 commit 73c2304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/continue-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Continue Dev, Inc.",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@continuedev/config-yaml": "file:../config-yaml",
17+
"@continuedev/config-yaml": "^1.33.0",
1818
"@openapitools/openapi-generator-cli": "^2.24.0",
1919
"express": "^4.18.2",
2020
"swagger-ui-express": "^5.0.0"

packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Continue Dev, Inc.",
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@continuedev/config-yaml": "^1.29.0"
15+
"@continuedev/config-yaml": "^1.33.0"
1616
},
1717
"devDependencies": {
1818
"@types/jest": "^29.5.14",

packages/openai-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@aws-sdk/client-bedrock-runtime": "^3.842.0",
1717
"@aws-sdk/credential-providers": "^3.913.0",
1818
"@continuedev/config-types": "^1.0.14",
19-
"@continuedev/config-yaml": "^1.29.0",
19+
"@continuedev/config-yaml": "^1.33.0",
2020
"@continuedev/fetch": "^1.5.0",
2121
"dotenv": "^16.5.0",
2222
"google-auth-library": "^10.1.0",

0 commit comments

Comments
 (0)