@ai-sdk/openai-compatible 3.0.0-canary.39 → 3.0.0-canary.40

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,12 @@
1
1
  # @ai-sdk/openai-compatible
2
2
 
3
+ ## 3.0.0-canary.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2427d88]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.33
9
+
3
10
  ## 3.0.0-canary.39
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1784,7 +1784,7 @@ import {
1784
1784
  } from "@ai-sdk/provider-utils";
1785
1785
 
1786
1786
  // src/version.ts
1787
- var VERSION = true ? "3.0.0-canary.39" : "0.0.0-test";
1787
+ var VERSION = true ? "3.0.0-canary.40" : "0.0.0-test";
1788
1788
 
1789
1789
  // src/openai-compatible-provider.ts
1790
1790
  function createOpenAICompatible(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/openai-compatible",
3
- "version": "3.0.0-canary.39",
3
+ "version": "3.0.0-canary.40",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@ai-sdk/provider": "4.0.0-canary.16",
39
- "@ai-sdk/provider-utils": "5.0.0-canary.32"
39
+ "@ai-sdk/provider-utils": "5.0.0-canary.33"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "20.17.24",