We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a06ea5 commit a5b0ab1Copy full SHA for a5b0ab1
packages/vertex-sdk/yarn.lock
@@ -16,7 +16,7 @@
16
"@jridgewell/trace-mapping" "^0.3.9"
17
18
"@anthropic-ai/sdk@file:../../dist":
19
- version "0.12.3"
+ version "0.12.4"
20
dependencies:
21
"@types/node" "^18.11.18"
22
"@types/node-fetch" "^2.6.4"
src/streaming.ts
@@ -4,7 +4,7 @@ import { AnthropicError } from './error';
4
import { safeJSON, createResponseHeaders } from '@anthropic-ai/sdk/core';
5
import { APIError } from '@anthropic-ai/sdk/error';
6
7
-export type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
+type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
8
9
export type ServerSentEvent = {
10
event: string | null;
0 commit comments