workers-ai-provider 0.6.3 → 0.6.5

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/dist/index.d.ts CHANGED
@@ -90,7 +90,6 @@ type WorkersAIChatSettings = {
90
90
  safePrompt?: boolean;
91
91
  /**
92
92
  * Optionally set Cloudflare AI Gateway options.
93
- * @deprecated
94
93
  */
95
94
  gateway?: GatewayOptions;
96
95
  } & {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "workers-ai-provider",
3
3
  "description": "Workers AI Provider for the vercel AI SDK",
4
4
  "type": "module",
5
- "version": "0.6.3",
5
+ "version": "0.6.5",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "repository": {
@@ -9,7 +9,6 @@ export type WorkersAIChatSettings = {
9
9
 
10
10
  /**
11
11
  * Optionally set Cloudflare AI Gateway options.
12
- * @deprecated
13
12
  */
14
13
  gateway?: GatewayOptions;
15
14
  } & {