@workglow/anthropic 0.3.7 → 0.3.10

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.
@@ -55,6 +55,7 @@ declare const AnthropicProvider_base: new (promiseRunFns?: readonly import("@wor
55
55
  readonly displayName: string;
56
56
  readonly isLocal: boolean;
57
57
  readonly supportsBrowser: boolean;
58
+ readonly supportsServer: boolean;
58
59
  };
59
60
  /**
60
61
  * Worker-server registration for Anthropic cloud models. Imports `AiProvider`
@@ -1 +1 @@
1
- {"version":3,"file":"AnthropicProvider.d.ts","sourceRoot":"","sources":["../../src/ai/AnthropicProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQjD;;;;;;;;;;GAUG;AACH,qBAAa,iBAAkB,SAAQ,sBAGrC;IACS,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
1
+ {"version":3,"file":"AnthropicProvider.d.ts","sourceRoot":"","sources":["../../src/ai/AnthropicProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQjD;;;;;;;;;;GAUG;AACH,qBAAa,iBAAkB,SAAQ,sBAGrC;IACS,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
@@ -55,6 +55,7 @@ declare const AnthropicQueuedProvider_base: new (promiseRunFns?: readonly import
55
55
  readonly displayName: string;
56
56
  readonly isLocal: boolean;
57
57
  readonly supportsBrowser: boolean;
58
+ readonly supportsServer: boolean;
58
59
  };
59
60
  /**
60
61
  * Main-thread registration shell for Anthropic. Used both for inline mode
@@ -1 +1 @@
1
- {"version":3,"file":"AnthropicQueuedProvider.d.ts","sourceRoot":"","sources":["../../src/ai/AnthropicQueuedProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAS1C;;;;;;;;;;;GAWG;AACH,qBAAa,uBAAwB,SAAQ,4BAM5C;IACU,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
1
+ {"version":3,"file":"AnthropicQueuedProvider.d.ts","sourceRoot":"","sources":["../../src/ai/AnthropicQueuedProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAS1C;;;;;;;;;;;GAWG;AACH,qBAAa,uBAAwB,SAAQ,4BAM5C;IACU,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@workglow/anthropic",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.3.7",
5
+ "version": "0.3.10",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/workglow-dev/libs.git",
@@ -31,14 +31,14 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@anthropic-ai/sdk": "^0.98.0"
34
+ "@anthropic-ai/sdk": "^0.100.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@workglow/ai": "0.3.7",
38
- "@workglow/job-queue": "0.3.7",
39
- "@workglow/storage": "0.3.7",
40
- "@workglow/task-graph": "0.3.7",
41
- "@workglow/util": "0.3.7"
37
+ "@workglow/ai": "0.3.10",
38
+ "@workglow/job-queue": "0.3.10",
39
+ "@workglow/storage": "0.3.10",
40
+ "@workglow/task-graph": "0.3.10",
41
+ "@workglow/util": "0.3.10"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@workglow/ai": {
@@ -58,11 +58,11 @@
58
58
  }
59
59
  },
60
60
  "devDependencies": {
61
- "@workglow/ai": "0.3.7",
62
- "@workglow/job-queue": "0.3.7",
63
- "@workglow/storage": "0.3.7",
64
- "@workglow/task-graph": "0.3.7",
65
- "@workglow/util": "0.3.7"
61
+ "@workglow/ai": "0.3.10",
62
+ "@workglow/job-queue": "0.3.10",
63
+ "@workglow/storage": "0.3.10",
64
+ "@workglow/task-graph": "0.3.10",
65
+ "@workglow/util": "0.3.10"
66
66
  },
67
67
  "files": [
68
68
  "dist",