@effect/ai-anthropic 0.8.3 → 0.8.4

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.
@@ -73,7 +73,7 @@ export declare const modelWithTokenizer: (model: (string & {}) | Model, config?:
73
73
  * @since 1.0.0
74
74
  * @category Constructors
75
75
  */
76
- export declare const make: (this: unknown, options: {
76
+ export declare const make: (options: {
77
77
  readonly model: (string & {}) | Model;
78
78
  readonly config?: Omit<Config.Service, "model">;
79
79
  }) => Effect.Effect<AiLanguageModel.AiLanguageModel.Service<never>, never, AnthropicClient>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/ai-anthropic",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Effect modules for working with AI apis",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,10 +14,10 @@
14
14
  "@anthropic-ai/tokenizer": "^0.0.4"
15
15
  },
16
16
  "peerDependencies": {
17
- "@effect/ai": "^0.18.3",
18
- "@effect/experimental": "^0.48.3",
19
- "@effect/platform": "^0.84.3",
20
- "effect": "^3.16.2"
17
+ "@effect/ai": "^0.18.4",
18
+ "@effect/experimental": "^0.48.4",
19
+ "@effect/platform": "^0.84.4",
20
+ "effect": "^3.16.3"
21
21
  },
22
22
  "publishConfig": {
23
23
  "provenance": true