@ai-sdk/cohere 4.0.0-canary.41 → 4.0.0-canary.42

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,12 @@
1
1
  # @ai-sdk/cohere
2
2
 
3
+ ## 4.0.0-canary.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [105f95b]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.39
9
+
3
10
  ## 4.0.0-canary.41
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1127,7 +1127,7 @@ var CohereRerankingModel = class {
1127
1127
  };
1128
1128
 
1129
1129
  // src/version.ts
1130
- var VERSION = true ? "4.0.0-canary.41" : "0.0.0-test";
1130
+ var VERSION = true ? "4.0.0-canary.42" : "0.0.0-test";
1131
1131
 
1132
1132
  // src/cohere-provider.ts
1133
1133
  function createCohere(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/cohere",
3
- "version": "4.0.0-canary.41",
3
+ "version": "4.0.0-canary.42",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider-utils": "5.0.0-canary.38",
33
- "@ai-sdk/provider": "4.0.0-canary.16"
32
+ "@ai-sdk/provider": "4.0.0-canary.16",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.39"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",