@pipeline-builder/ai-core 3.4.125 → 3.4.126
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/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Providers and their env vars: Anthropic (`ANTHROPIC_API_KEY`), OpenAI (`OPENAI_A
|
|
|
31
31
|
```typescript
|
|
32
32
|
import { resolveModel, generateText } from '@pipeline-builder/ai-core';
|
|
33
33
|
|
|
34
|
-
const model = resolveModel('anthropic', 'claude-sonnet-
|
|
34
|
+
const model = resolveModel('anthropic', 'claude-sonnet-5');
|
|
35
35
|
const { text } = await generateText({ model, prompt: 'Generate a pipeline spec…' });
|
|
36
36
|
```
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"typescript": "npm:@typescript/typescript6@^6.0.2"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ai-sdk/amazon-bedrock": "5.0.
|
|
25
|
-
"@ai-sdk/anthropic": "4.0.
|
|
26
|
-
"@ai-sdk/google": "4.0.
|
|
27
|
-
"@ai-sdk/openai": "4.0.
|
|
28
|
-
"@ai-sdk/openai-compatible": "3.0.
|
|
29
|
-
"@ai-sdk/xai": "4.0.
|
|
30
|
-
"ai": "7.0.
|
|
31
|
-
"@pipeline-builder/api-core": "3.4.
|
|
24
|
+
"@ai-sdk/amazon-bedrock": "5.0.62",
|
|
25
|
+
"@ai-sdk/anthropic": "4.0.42",
|
|
26
|
+
"@ai-sdk/google": "4.0.51",
|
|
27
|
+
"@ai-sdk/openai": "4.0.47",
|
|
28
|
+
"@ai-sdk/openai-compatible": "3.0.37",
|
|
29
|
+
"@ai-sdk/xai": "4.0.44",
|
|
30
|
+
"ai": "7.0.79",
|
|
31
|
+
"@pipeline-builder/api-core": "3.4.126"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"ci-cd",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"access": "public",
|
|
85
85
|
"registry": "https://registry.npmjs.org/"
|
|
86
86
|
},
|
|
87
|
-
"version": "3.4.
|
|
87
|
+
"version": "3.4.126",
|
|
88
88
|
"bugs": {
|
|
89
89
|
"url": "https://github.com/mwashburn160/pipeline-builder/issues"
|
|
90
90
|
},
|