@ai-sdk/azure 0.0.38 → 0.0.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,19 @@
1
1
  # @ai-sdk/azure
2
2
 
3
+ ## 0.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7efa867]
8
+ - @ai-sdk/openai@0.0.62
9
+
10
+ ## 0.0.39
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8132a60]
15
+ - @ai-sdk/openai@0.0.61
16
+
3
17
  ## 0.0.38
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Vercel AI SDK - Azure OpenAI Provider
1
+ # AI SDK - Azure OpenAI Provider
2
2
 
3
- The **[Azure provider](https://sdk.vercel.ai/providers/ai-sdk-providers/azure)** for the [Vercel AI SDK](https://sdk.vercel.ai/docs) contains language model support for the Azure OpenAI API.
3
+ The **[Azure provider](https://sdk.vercel.ai/providers/ai-sdk-providers/azure)** for the [AI SDK](https://sdk.vercel.ai/docs) contains language model support for the Azure OpenAI API.
4
4
 
5
5
  ## Setup
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/azure",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ai-sdk/openai": "0.0.60",
22
+ "@ai-sdk/openai": "0.0.62",
23
23
  "@ai-sdk/provider": "0.0.23",
24
24
  "@ai-sdk/provider-utils": "1.0.19"
25
25
  },