@ai-sdk/workflow 1.0.0-canary.58 → 1.0.0-canary.61

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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ai-sdk/workflow
2
2
 
3
+ ## 1.0.0-canary.61
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
8
+ - Updated dependencies [7fc6bd6]
9
+ - ai@7.0.0-canary.144
10
+ - @ai-sdk/provider-utils@5.0.0-canary.43
11
+ - @ai-sdk/provider@4.0.0-canary.17
12
+
13
+ ## 1.0.0-canary.60
14
+
15
+ ### Patch Changes
16
+
17
+ - b567a6c: dependency updates
18
+ - Updated dependencies [a6617c5]
19
+ - @ai-sdk/provider-utils@5.0.0-canary.42
20
+ - ai@7.0.0-canary.143
21
+
22
+ ## 1.0.0-canary.59
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [62d6481]
27
+ - ai@7.0.0-canary.142
28
+
3
29
  ## 1.0.0-canary.58
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/workflow",
3
- "version": "1.0.0-canary.58",
3
+ "version": "1.0.0-canary.61",
4
4
  "description": "WorkflowAgent for building AI agents with AI SDK",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -26,15 +26,15 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "ajv": "^8.18.0",
30
- "@ai-sdk/provider": "4.0.0-canary.16",
31
- "@ai-sdk/provider-utils": "5.0.0-canary.41",
32
- "ai": "7.0.0-canary.141"
29
+ "ajv": "^8.20.0",
30
+ "@ai-sdk/provider": "4.0.0-canary.17",
31
+ "@ai-sdk/provider-utils": "5.0.0-canary.43",
32
+ "ai": "7.0.0-canary.144"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/node": "20.17.24",
35
+ "@types/node": "22.19.19",
36
36
  "@workflow/vitest": "4.0.1",
37
- "tsup": "^8",
37
+ "tsup": "^8.5.1",
38
38
  "typescript": "5.8.3",
39
39
  "workflow": "4.2.4",
40
40
  "zod": "3.25.76",
@@ -44,7 +44,7 @@
44
44
  "zod": "^3.25.76 || ^4.1.8"
45
45
  },
46
46
  "engines": {
47
- "node": ">=18"
47
+ "node": ">=22"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",