@ai-sdk/black-forest-labs 2.0.5 → 2.0.7

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,20 @@
1
1
  # @ai-sdk/black-forest-labs
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f93c57]
8
+ - @ai-sdk/provider@4.0.3
9
+ - @ai-sdk/provider-utils@5.0.7
10
+
11
+ ## 2.0.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [ac306ed]
16
+ - @ai-sdk/provider-utils@5.0.6
17
+
3
18
  ## 2.0.5
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -415,7 +415,7 @@ function bflErrorToMessage(error) {
415
415
  }
416
416
 
417
417
  // src/version.ts
418
- var VERSION = true ? "2.0.5" : "0.0.0-test";
418
+ var VERSION = true ? "2.0.7" : "0.0.0-test";
419
419
 
420
420
  // src/black-forest-labs-provider.ts
421
421
  var defaultBaseURL = "https://api.bfl.ai/v1";
@@ -11,21 +11,7 @@ description: Learn how to use Black Forest Labs models with the AI SDK.
11
11
 
12
12
  The Black Forest Labs provider is available via the `@ai-sdk/black-forest-labs` module. You can install it with
13
13
 
14
- <Tabs items={['pnpm', 'npm', 'yarn', 'bun']}>
15
- <Tab>
16
- <Snippet text="pnpm add @ai-sdk/black-forest-labs" dark />
17
- </Tab>
18
- <Tab>
19
- <Snippet text="npm install @ai-sdk/black-forest-labs" dark />
20
- </Tab>
21
- <Tab>
22
- <Snippet text="yarn add @ai-sdk/black-forest-labs" dark />
23
- </Tab>
24
-
25
- <Tab>
26
- <Snippet text="bun add @ai-sdk/black-forest-labs" dark />
27
- </Tab>
28
- </Tabs>
14
+ <InstallPackages packages="@ai-sdk/black-forest-labs" />
29
15
 
30
16
  ## Provider Instance
31
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/black-forest-labs",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -28,8 +28,8 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@ai-sdk/provider": "4.0.2",
32
- "@ai-sdk/provider-utils": "5.0.5"
31
+ "@ai-sdk/provider": "4.0.3",
32
+ "@ai-sdk/provider-utils": "5.0.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "22.19.19",