@ai-sdk/fal 2.0.28 → 2.0.30

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/fal
2
2
 
3
+ ## 2.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
9
+ ## 2.0.29
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6247886]
14
+ - @ai-sdk/provider-utils@4.0.23
15
+
3
16
  ## 2.0.28
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[fal provider](https://ai-sdk.dev/providers/ai-sdk-providers/fal)** for the [AI SDK](https://ai-sdk.dev/docs) contains image model support for the [fal.ai API](https://fal.ai/).
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access fal (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).
6
+
5
7
  ## Setup
6
8
 
7
9
  The fal provider is available in the `@ai-sdk/fal` module. You can install it with
package/dist/index.js CHANGED
@@ -1002,7 +1002,7 @@ var falVideoResponseSchema = import_v46.z.object({
1002
1002
  });
1003
1003
 
1004
1004
  // src/version.ts
1005
- var VERSION = true ? "2.0.28" : "0.0.0-test";
1005
+ var VERSION = true ? "2.0.30" : "0.0.0-test";
1006
1006
 
1007
1007
  // src/fal-provider.ts
1008
1008
  var defaultBaseURL = "https://fal.run";
package/dist/index.mjs CHANGED
@@ -1022,7 +1022,7 @@ var falVideoResponseSchema = z6.object({
1022
1022
  });
1023
1023
 
1024
1024
  // src/version.ts
1025
- var VERSION = true ? "2.0.28" : "0.0.0-test";
1025
+ var VERSION = true ? "2.0.30" : "0.0.0-test";
1026
1026
 
1027
1027
  // src/fal-provider.ts
1028
1028
  var defaultBaseURL = "https://fal.run";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/fal",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
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",