@ai-sdk/cohere 0.0.24 → 0.0.25

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,13 @@
1
1
  # @ai-sdk/cohere
2
2
 
3
+ ## 0.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d595d0d]
8
+ - @ai-sdk/provider@0.0.24
9
+ - @ai-sdk/provider-utils@1.0.20
10
+
3
11
  ## 0.0.24
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Vercel AI SDK - Cohere Provider
1
+ # AI SDK - Cohere Provider
2
2
 
3
- The **[Cohere provider](https://sdk.vercel.ai/providers/ai-sdk-providers/cohere)** for the [Vercel AI SDK](https://sdk.vercel.ai/docs) contains language model support for the Cohere API.
3
+ The **[Cohere provider](https://sdk.vercel.ai/providers/ai-sdk-providers/cohere)** for the [AI SDK](https://sdk.vercel.ai/docs) contains language model support for the Cohere API.
4
4
 
5
5
  ## Setup
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/cohere",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ai-sdk/provider": "0.0.23",
23
- "@ai-sdk/provider-utils": "1.0.19"
22
+ "@ai-sdk/provider": "0.0.24",
23
+ "@ai-sdk/provider-utils": "1.0.20"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^18",