@ai-sdk/cohere 3.0.41 → 3.0.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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1045,7 +1045,7 @@ var CohereRerankingModel = class {
|
|
|
1045
1045
|
};
|
|
1046
1046
|
|
|
1047
1047
|
// src/version.ts
|
|
1048
|
-
var VERSION = true ? "3.0.
|
|
1048
|
+
var VERSION = true ? "3.0.42" : "0.0.0-test";
|
|
1049
1049
|
|
|
1050
1050
|
// src/cohere-provider.ts
|
|
1051
1051
|
function createCohere(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -1050,7 +1050,7 @@ var CohereRerankingModel = class {
|
|
|
1050
1050
|
};
|
|
1051
1051
|
|
|
1052
1052
|
// src/version.ts
|
|
1053
|
-
var VERSION = true ? "3.0.
|
|
1053
|
+
var VERSION = true ? "3.0.42" : "0.0.0-test";
|
|
1054
1054
|
|
|
1055
1055
|
// src/cohere-provider.ts
|
|
1056
1056
|
function createCohere(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/cohere",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.42",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ai-sdk/provider": "3.0.12",
|
|
33
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
33
|
+
"@ai-sdk/provider-utils": "4.0.33"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "20.17.24",
|