Skip to content

Commit 466b3a8

Browse files
Merge branch 'main' into refactor-ellipsis
2 parents 5e1b36a + 3f6eba2 commit 466b3a8

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

packages/fetch/package-lock.json

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

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuedev/fetch",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/fetch/src/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("parseDataLine", () => {
8686
test("parseDataLine should throw error when data contains error field", () => {
8787
const line = 'data: {"error":"something went wrong"}';
8888
expect(() => parseDataLine(line)).toThrow(
89-
"Error streaming response: something went wrong",
89+
'Error streaming response: "something went wrong"',
9090
);
9191
});
9292

packages/openai-adapters/package-lock.json

Lines changed: 4 additions & 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@aws-sdk/credential-providers": "^3.840.0",
1717
"@continuedev/config-types": "^1.0.5",
1818
"@continuedev/config-yaml": "^1.0.51",
19-
"@continuedev/fetch": "^1.0.15",
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)