@azure/identity 4.8.1-alpha.20250314.1 → 4.8.1-alpha.20250318.1

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.51.1"
8
+ "packageVersion": "7.52.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/identity",
3
3
  "sdk-type": "client",
4
- "version": "4.8.1-alpha.20250314.1",
4
+ "version": "4.8.1-alpha.20250318.1",
5
5
  "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
@@ -105,17 +105,17 @@
105
105
  "@types/ms": "^2.1.0",
106
106
  "@types/node": "^18.0.0",
107
107
  "@types/stoppable": "^1.1.0",
108
- "@vitest/browser": "^3.0.3",
109
- "@vitest/coverage-istanbul": "^3.0.3",
108
+ "@vitest/browser": "^3.0.9",
109
+ "@vitest/coverage-istanbul": "^3.0.9",
110
110
  "dotenv": "^16.0.0",
111
111
  "eslint": "^9.9.0",
112
112
  "inherits": "^2.0.3",
113
113
  "jsonwebtoken": "^9.0.0",
114
114
  "ms": "^2.1.3",
115
115
  "playwright": "^1.48.2",
116
- "typescript": "~5.7.2",
116
+ "typescript": "~5.8.2",
117
117
  "util": "^0.12.1",
118
- "vitest": "^3.0.3"
118
+ "vitest": "^3.0.9"
119
119
  },
120
120
  "type": "module",
121
121
  "tshy": {