@narrative.io/data-collaboration-sdk-ts 2.99.0 → 2.100.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.
@@ -2,7 +2,7 @@
2
2
  * Model identifiers supported by the Narrative model inference API.
3
3
  * Maps to Scala ModelInferenceRunJobInput.Model
4
4
  */
5
- export type InferenceModel = "anthropic.claude-haiku-4.5" | "anthropic.claude-sonnet-4.5" | "anthropic.claude-opus-4.5" | "openai.gpt-oss-120b" | "openai.gpt-4.1" | "openai.o4-mini";
5
+ export type InferenceModel = "anthropic.claude-haiku-4.5" | "anthropic.claude-sonnet-4.5" | "anthropic.claude-sonnet-4.6" | "anthropic.claude-opus-4.5" | "anthropic.claude-opus-4.6" | "openai.gpt-oss-120b" | "openai.gpt-4.1" | "openai.o4-mini";
6
6
  /**
7
7
  * Message role for inference requests.
8
8
  * Maps to Scala ModelInferenceRunJobInput.Role
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narrative.io/data-collaboration-sdk-ts",
3
- "version": "2.99.0",
3
+ "version": "2.100.0",
4
4
  "main": "build/index.js",
5
5
  "repository": "github:narrative-io/data-collaboration-sdk-ts",
6
6
  "source": "src/index.ts",
@@ -28,19 +28,19 @@
28
28
  "@babel/core": "7.29.0",
29
29
  "@babel/preset-env": "7.29.2",
30
30
  "@babel/preset-typescript": "7.28.5",
31
- "@biomejs/biome": "2.4.11",
32
- "@commitlint/cli": "20.5.0",
31
+ "@biomejs/biome": "2.4.13",
32
+ "@commitlint/cli": "20.5.2",
33
33
  "@commitlint/config-conventional": "20.5.0",
34
34
  "@types/jest": "30.0.0",
35
35
  "babel-jest": "30.3.0",
36
36
  "jest": "30.3.0",
37
- "lefthook": "2.1.5",
37
+ "lefthook": "2.1.6",
38
38
  "ts-jest": "29.4.9"
39
39
  },
40
40
  "dependencies": {
41
41
  "mande": "2.0.9",
42
42
  "zod": "4.3.6",
43
- "bignumber.js": "10.0.2"
43
+ "bignumber.js": "11.0.0"
44
44
  },
45
45
  "overrides": {
46
46
  "semver@<7.5.2": "7.5.2"