@ai-sdk/workflow 1.0.64 → 1.0.66

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @ai-sdk/workflow
2
2
 
3
+ ## 1.0.66
4
+
5
+ ### Patch Changes
6
+
7
+ - c661693: Fix the Workflow integration test harness by aligning `@workflow/vitest` with the installed Workflow runtime.
8
+ - Updated dependencies [0782259]
9
+ - Updated dependencies [2fd1214]
10
+ - ai@7.0.66
11
+
12
+ ## 1.0.65
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [dc8caae]
17
+ - Updated dependencies [72ec74f]
18
+ - Updated dependencies [c5b0515]
19
+ - ai@7.0.65
20
+
3
21
  ## 1.0.64
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/workflow",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "type": "module",
5
5
  "description": "WorkflowAgent for building AI agents with AI SDK",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "ajv": "^8.20.0",
30
30
  "@ai-sdk/provider": "4.0.7",
31
31
  "@ai-sdk/provider-utils": "5.0.27",
32
- "ai": "7.0.64"
32
+ "ai": "7.0.66"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "22.19.19",
36
- "@workflow/vitest": "4.0.1",
36
+ "@workflow/vitest": "4.0.5",
37
37
  "tsup": "^8.5.1",
38
38
  "typescript": "5.8.3",
39
39
  "vitest": "4.1.6",