@ai-sdk/cohere 3.0.34 → 3.0.35
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
|
@@ -1043,7 +1043,7 @@ var CohereRerankingModel = class {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
1045
1045
|
// src/version.ts
|
|
1046
|
-
var VERSION = true ? "3.0.
|
|
1046
|
+
var VERSION = true ? "3.0.35" : "0.0.0-test";
|
|
1047
1047
|
|
|
1048
1048
|
// src/cohere-provider.ts
|
|
1049
1049
|
function createCohere(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -1047,7 +1047,7 @@ var CohereRerankingModel = class {
|
|
|
1047
1047
|
};
|
|
1048
1048
|
|
|
1049
1049
|
// src/version.ts
|
|
1050
|
-
var VERSION = true ? "3.0.
|
|
1050
|
+
var VERSION = true ? "3.0.35" : "0.0.0-test";
|
|
1051
1051
|
|
|
1052
1052
|
// src/cohere-provider.ts
|
|
1053
1053
|
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.35",
|
|
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.10",
|
|
33
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
33
|
+
"@ai-sdk/provider-utils": "4.0.27"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "20.17.24",
|