@azure/identity 4.6.1-alpha.20250121.1 → 4.6.1-alpha.20250122.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/identity",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "4.6.1-alpha.
|
4
|
+
"version": "4.6.1-alpha.20250122.2",
|
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",
|
@@ -102,11 +102,11 @@
|
|
102
102
|
"@azure/keyvault-keys": "^4.2.0",
|
103
103
|
"@types/jsonwebtoken": "^9.0.0",
|
104
104
|
"@types/jws": "^3.2.2",
|
105
|
-
"@types/ms": "^
|
105
|
+
"@types/ms": "^2.1.0",
|
106
106
|
"@types/node": "^18.0.0",
|
107
107
|
"@types/stoppable": "^1.1.0",
|
108
|
-
"@vitest/browser": "^
|
109
|
-
"@vitest/coverage-istanbul": "^
|
108
|
+
"@vitest/browser": "^3.0.3",
|
109
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
110
110
|
"dotenv": "^16.0.0",
|
111
111
|
"eslint": "^9.9.0",
|
112
112
|
"inherits": "^2.0.3",
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"playwright": "^1.48.2",
|
116
116
|
"typescript": "~5.7.2",
|
117
117
|
"util": "^0.12.1",
|
118
|
-
"vitest": "^
|
118
|
+
"vitest": "^3.0.3"
|
119
119
|
},
|
120
120
|
"type": "module",
|
121
121
|
"tshy": {
|