@ai-sdk/cerebras 3.0.0-beta.32 → 3.0.0-beta.33

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,15 @@
1
1
  # @ai-sdk/cerebras
2
2
 
3
+ ## 3.0.0-beta.33
4
+
5
+ ### Patch Changes
6
+
7
+ - 9f0e36c: trigger release for all packages after provenance setup
8
+ - Updated dependencies [9f0e36c]
9
+ - @ai-sdk/openai-compatible@3.0.0-beta.33
10
+ - @ai-sdk/provider@4.0.0-beta.13
11
+ - @ai-sdk/provider-utils@5.0.0-beta.28
12
+
3
13
  ## 3.0.0-beta.32
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  import { z } from "zod/v4";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "3.0.0-beta.32" : "0.0.0-test";
14
+ var VERSION = true ? "3.0.0-beta.33" : "0.0.0-test";
15
15
 
16
16
  // src/cerebras-provider.ts
17
17
  var cerebrasErrorSchema = z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/cerebras",
3
- "version": "3.0.0-beta.32",
3
+ "version": "3.0.0-beta.33",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.0-beta.32",
33
- "@ai-sdk/provider": "4.0.0-beta.12",
34
- "@ai-sdk/provider-utils": "5.0.0-beta.27"
32
+ "@ai-sdk/openai-compatible": "3.0.0-beta.33",
33
+ "@ai-sdk/provider": "4.0.0-beta.13",
34
+ "@ai-sdk/provider-utils": "5.0.0-beta.28"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",
@@ -53,7 +53,8 @@
53
53
  "homepage": "https://ai-sdk.dev/docs",
54
54
  "repository": {
55
55
  "type": "git",
56
- "url": "git+https://github.com/vercel/ai.git"
56
+ "url": "https://github.com/vercel/ai",
57
+ "directory": "packages/cerebras"
57
58
  },
58
59
  "bugs": {
59
60
  "url": "https://github.com/vercel/ai/issues"
@@ -62,7 +63,6 @@
62
63
  "ai"
63
64
  ],
64
65
  "description": "The **Cerebras provider** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for [Cerebras](https://cerebras.ai), offering high-speed AI model inference powered by Cerebras Wafer-Scale Engines and CS-3 systems.",
65
- "author": "",
66
66
  "scripts": {
67
67
  "build": "pnpm clean && tsup --tsconfig tsconfig.build.json",
68
68
  "build:watch": "pnpm clean && tsup --watch",