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

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,20 @@
1
1
  # @ai-sdk/voyage
2
2
 
3
+ ## 2.0.0-canary.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [28dfa06]
8
+ - Updated dependencies [e93fa91]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.41
10
+
11
+ ## 2.0.0-canary.15
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a7de9c9]
16
+ - @ai-sdk/provider-utils@5.0.0-canary.40
17
+
3
18
  ## 2.0.0-canary.14
4
19
 
5
20
  ### 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.14" : "0.0.0-test";
237
+ var VERSION = true ? "2.0.0-canary.16" : "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.14",
3
+ "version": "2.0.0-canary.16",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@ai-sdk/provider": "4.0.0-canary.16",
29
- "@ai-sdk/provider-utils": "5.0.0-canary.39"
29
+ "@ai-sdk/provider-utils": "5.0.0-canary.41"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "20.17.24",