@ai-sdk/baseten 1.0.33 → 1.0.34

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/baseten
2
2
 
3
+ ## 1.0.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [58bc42d]
8
+ - @ai-sdk/provider-utils@4.0.16
9
+ - @ai-sdk/openai-compatible@2.0.31
10
+
3
11
  ## 1.0.33
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var import_v4 = require("zod/v4");
34
34
  var import_performance_client = require("@basetenlabs/performance-client");
35
35
 
36
36
  // src/version.ts
37
- var VERSION = true ? "1.0.33" : "0.0.0-test";
37
+ var VERSION = true ? "1.0.34" : "0.0.0-test";
38
38
 
39
39
  // src/baseten-provider.ts
40
40
  var basetenErrorSchema = import_v4.z.object({
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ import { z } from "zod/v4";
15
15
  import { PerformanceClient } from "@basetenlabs/performance-client";
16
16
 
17
17
  // src/version.ts
18
- var VERSION = true ? "1.0.33" : "0.0.0-test";
18
+ var VERSION = true ? "1.0.34" : "0.0.0-test";
19
19
 
20
20
  // src/baseten-provider.ts
21
21
  var basetenErrorSchema = z.object({
@@ -52,7 +52,7 @@ You can use the following optional settings to customize the Baseten provider in
52
52
  - **apiKey** _string_
53
53
 
54
54
  API key that is being sent using the `Authorization` header. It defaults to
55
- the `BASETEN_API_KEY` environment variable. It is recommended you set the environment variable using `export` so you do not need to include the field everytime.
55
+ the `BASETEN_API_KEY` environment variable. It is recommended you set the environment variable using `export` so you do not need to include the field every time.
56
56
  You can grab your Baseten API Key [here](https://app.baseten.co/settings/api_keys)
57
57
 
58
58
  - **modelURL** _string_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/baseten",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@basetenlabs/performance-client": "^0.0.10",
33
- "@ai-sdk/openai-compatible": "2.0.30",
33
+ "@ai-sdk/openai-compatible": "2.0.31",
34
34
  "@ai-sdk/provider": "3.0.8",
35
- "@ai-sdk/provider-utils": "4.0.15"
35
+ "@ai-sdk/provider-utils": "4.0.16"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "20.17.24",