You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ai-sdk/azure

Package Overview
Dependencies
Maintainers
3
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/azure - npm Package Compare versions

Comparing version
4.0.0-beta.6
to
4.0.0-beta.7
+9
-0
CHANGELOG.md
# @ai-sdk/azure
## 4.0.0-beta.7
### Patch Changes
- Updated dependencies [5c2a5a2]
- @ai-sdk/provider@4.0.0-beta.1
- @ai-sdk/openai@4.0.0-beta.7
- @ai-sdk/provider-utils@5.0.0-beta.2
## 4.0.0-beta.6

@@ -4,0 +13,0 @@

+4
-4

@@ -21,4 +21,4 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
VERSION: () => VERSION,

@@ -28,3 +28,3 @@ azure: () => azure,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -45,3 +45,3 @@ // src/azure-openai-provider.ts

// src/version.ts
var VERSION = true ? "4.0.0-beta.6" : "0.0.0-test";
var VERSION = true ? "4.0.0-beta.7" : "0.0.0-test";

@@ -48,0 +48,0 @@ // src/azure-openai-provider.ts

@@ -32,3 +32,3 @@ // src/azure-openai-provider.ts

// src/version.ts
var VERSION = true ? "4.0.0-beta.6" : "0.0.0-test";
var VERSION = true ? "4.0.0-beta.7" : "0.0.0-test";

@@ -35,0 +35,0 @@ // src/azure-openai-provider.ts

{
"name": "@ai-sdk/azure",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"license": "Apache-2.0",

@@ -32,5 +32,5 @@ "sideEffects": false,

"dependencies": {
"@ai-sdk/openai": "4.0.0-beta.6",
"@ai-sdk/provider": "4.0.0-beta.0",
"@ai-sdk/provider-utils": "5.0.0-beta.1"
"@ai-sdk/openai": "4.0.0-beta.7",
"@ai-sdk/provider": "4.0.0-beta.1",
"@ai-sdk/provider-utils": "5.0.0-beta.2"
},

@@ -37,0 +37,0 @@ "devDependencies": {