@ai-sdk/hume 2.0.27 → 2.0.29

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,18 @@
1
1
  # @ai-sdk/hume
2
2
 
3
+ ## 2.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
9
+ ## 2.0.28
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6247886]
14
+ - @ai-sdk/provider-utils@4.0.23
15
+
3
16
  ## 2.0.27
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[Hume provider](https://ai-sdk.dev/providers/ai-sdk-providers/hume)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains support for the Hume API.
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Hume (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
7
+
6
8
  ## Setup
7
9
 
8
10
  The Hume provider is available in the `@ai-sdk/hume` module. You can install it with
package/dist/index.js CHANGED
@@ -236,7 +236,7 @@ var HumeSpeechModel = class {
236
236
  };
237
237
 
238
238
  // src/version.ts
239
- var VERSION = true ? "2.0.27" : "0.0.0-test";
239
+ var VERSION = true ? "2.0.29" : "0.0.0-test";
240
240
 
241
241
  // src/hume-provider.ts
242
242
  function createHume(options = {}) {
package/dist/index.mjs CHANGED
@@ -216,7 +216,7 @@ var HumeSpeechModel = class {
216
216
  };
217
217
 
218
218
  // src/version.ts
219
- var VERSION = true ? "2.0.27" : "0.0.0-test";
219
+ var VERSION = true ? "2.0.29" : "0.0.0-test";
220
220
 
221
221
  // src/hume-provider.ts
222
222
  function createHume(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/hume",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
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.8",
33
- "@ai-sdk/provider-utils": "4.0.22"
33
+ "@ai-sdk/provider-utils": "4.0.23"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",