@ai-sdk/workflow 2.0.43 → 2.0.45

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @ai-sdk/workflow
2
2
 
3
+ ## 2.0.45
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b5679a7]
8
+ - Updated dependencies [ca31b89]
9
+ - ai@7.0.114
10
+
11
+ ## 2.0.44
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [dcdb011]
16
+ - Updated dependencies [8f72832]
17
+ - Updated dependencies [fe07867]
18
+ - Updated dependencies [b74c0cb]
19
+ - Updated dependencies [a4b0940]
20
+ - Updated dependencies [2693319]
21
+ - Updated dependencies [c93ee90]
22
+ - Updated dependencies [771e74b]
23
+ - ai@7.0.113
24
+ - @ai-sdk/provider-utils@5.0.47
25
+
3
26
  ## 2.0.43
4
27
 
5
28
  ### Patch Changes
package/README.md CHANGED
@@ -15,7 +15,7 @@ import { WorkflowAgent } from '@ai-sdk/workflow';
15
15
  import { z } from 'zod';
16
16
 
17
17
  const agent = new WorkflowAgent({
18
- model: 'anthropic/claude-opus',
18
+ model: 'anthropic/claude-opus-5.5',
19
19
  tools: {
20
20
  getWeather: {
21
21
  description: 'Get weather for a location',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/workflow",
3
- "version": "2.0.43",
3
+ "version": "2.0.45",
4
4
  "type": "module",
5
5
  "description": "WorkflowAgent for building AI agents with AI SDK",
6
6
  "license": "Apache-2.0",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@ai-sdk/provider": "4.0.18",
40
- "@ai-sdk/provider-utils": "5.0.46",
41
- "ai": "7.0.112",
40
+ "@ai-sdk/provider-utils": "5.0.47",
41
+ "ai": "7.0.114",
42
42
  "ajv": "^8.20.0"
43
43
  },
44
44
  "devDependencies": {