@narrative.io/data-collaboration-sdk-ts 3.6.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/agents/types.d.ts +1 -1
- package/package.json +4 -4
package/build/agents/types.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export type RunId = string;
|
|
|
16
16
|
export type ClientOpId = string;
|
|
17
17
|
export type ConversationVersion = number;
|
|
18
18
|
export type ToolUseId = string;
|
|
19
|
-
export type AgentModel = "anthropic.claude-haiku-4.5" | "anthropic.claude-sonnet-4.5" | "anthropic.claude-sonnet-4.6" | "anthropic.claude-sonnet-5.0" | "anthropic.claude-opus-4.5" | "anthropic.claude-opus-4.6" | "anthropic.claude-opus-4.7" | "anthropic.claude-opus-4.8" | "openai.gpt-oss-120b" | "openai.gpt-4.1" | "openai.o4-mini" | (string & {});
|
|
19
|
+
export type AgentModel = "anthropic.claude-haiku-4.5" | "anthropic.claude-sonnet-4.5" | "anthropic.claude-sonnet-4.6" | "anthropic.claude-sonnet-5.0" | "anthropic.claude-opus-4.5" | "anthropic.claude-opus-4.6" | "anthropic.claude-opus-4.7" | "anthropic.claude-opus-4.8" | "anthropic.claude-opus-5.0" | "openai.gpt-oss-120b" | "openai.gpt-4.1" | "openai.o4-mini" | (string & {});
|
|
20
20
|
export type ExecutionCluster = "shared" | "dedicated";
|
|
21
21
|
/** Subset of JSON Schema Draft 2020-12 accepted by Bedrock structured output. */
|
|
22
22
|
export type JsonSchemaObject = Record<string, unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narrative.io/data-collaboration-sdk-ts",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"repository": "github:narrative-io/data-collaboration-sdk-ts",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"@babel/core": "8.0.1",
|
|
31
31
|
"@babel/preset-env": "8.0.2",
|
|
32
32
|
"@babel/preset-typescript": "8.0.1",
|
|
33
|
-
"@biomejs/biome": "2.5.
|
|
34
|
-
"@commitlint/cli": "21.2.
|
|
33
|
+
"@biomejs/biome": "2.5.4",
|
|
34
|
+
"@commitlint/cli": "21.2.1",
|
|
35
35
|
"@commitlint/config-conventional": "21.2.0",
|
|
36
36
|
"@types/jest": "30.0.0",
|
|
37
37
|
"@types/json-schema": "7.0.15",
|
|
38
38
|
"babel-jest": "30.4.1",
|
|
39
39
|
"jest": "30.4.2",
|
|
40
|
-
"lefthook": "2.1.
|
|
40
|
+
"lefthook": "2.1.10",
|
|
41
41
|
"ts-jest": "29.4.11",
|
|
42
42
|
"typescript": "6.0.0-dev.20260416"
|
|
43
43
|
},
|