@azure/identity 4.5.1-alpha.20241217.4 → 4.5.1-alpha.20241219.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/identity",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "4.5.1-alpha.
|
4
|
+
"version": "4.5.1-alpha.20241219.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",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"jsonwebtoken": "^9.0.0",
|
114
114
|
"ms": "^2.1.3",
|
115
115
|
"playwright": "^1.48.2",
|
116
|
-
"typescript": "~5.
|
116
|
+
"typescript": "~5.7.2",
|
117
117
|
"util": "^0.12.1",
|
118
118
|
"vitest": "^2.1.4"
|
119
119
|
},
|