@ai-sdk/voyage 2.0.0-canary.16 → 2.0.0-canary.18

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,21 @@
1
1
  # @ai-sdk/voyage
2
2
 
3
+ ## 2.0.0-canary.18
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-sdk/provider-utils@5.0.0-canary.43
10
+ - @ai-sdk/provider@4.0.0-canary.17
11
+
12
+ ## 2.0.0-canary.17
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [a6617c5]
17
+ - @ai-sdk/provider-utils@5.0.0-canary.42
18
+
3
19
  ## 2.0.0-canary.16
4
20
 
5
21
  ### Patch Changes
package/dist/index.js CHANGED
@@ -234,7 +234,7 @@ var voyageRerankingResponseSchema = lazySchema2(
234
234
  );
235
235
 
236
236
  // src/version.ts
237
- var VERSION = true ? "2.0.0-canary.16" : "0.0.0-test";
237
+ var VERSION = true ? "2.0.0-canary.18" : "0.0.0-test";
238
238
 
239
239
  // src/voyage-provider.ts
240
240
  function createVoyage(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/voyage",
3
- "version": "2.0.0-canary.16",
3
+ "version": "2.0.0-canary.18",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,22 +25,22 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/provider": "4.0.0-canary.16",
29
- "@ai-sdk/provider-utils": "5.0.0-canary.41"
28
+ "@ai-sdk/provider": "4.0.0-canary.17",
29
+ "@ai-sdk/provider-utils": "5.0.0-canary.43"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/node": "20.17.24",
33
- "tsup": "^8",
32
+ "@types/node": "22.19.19",
33
+ "tsup": "^8.5.1",
34
34
  "typescript": "5.8.3",
35
35
  "zod": "3.25.76",
36
- "@ai-sdk/test-server": "2.0.0-canary.4",
36
+ "@ai-sdk/test-server": "2.0.0-canary.6",
37
37
  "@vercel/ai-tsconfig": "0.0.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "zod": "^3.25.76 || ^4.1.8"
41
41
  },
42
42
  "engines": {
43
- "node": ">=18"
43
+ "node": ">=22"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",