@azure/identity 4.8.1-alpha.20250404.1 → 4.8.1-alpha.20250408.2
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/package.json +1 -8
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.
|
4
|
+
"version": "4.8.1-alpha.20250408.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",
|
@@ -88,10 +88,7 @@
|
|
88
88
|
"@azure/logger": "^1.0.0",
|
89
89
|
"@azure/msal-node": "^3.2.3",
|
90
90
|
"@azure/msal-browser": "^4.2.0",
|
91
|
-
"events": "^3.0.0",
|
92
|
-
"jws": "^4.0.0",
|
93
91
|
"open": "^10.1.0",
|
94
|
-
"stoppable": "^1.1.0",
|
95
92
|
"tslib": "^2.2.0"
|
96
93
|
},
|
97
94
|
"devDependencies": {
|
@@ -101,20 +98,16 @@
|
|
101
98
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
102
99
|
"@azure/keyvault-keys": "^4.2.0",
|
103
100
|
"@types/jsonwebtoken": "^9.0.0",
|
104
|
-
"@types/jws": "^3.2.2",
|
105
101
|
"@types/ms": "^2.1.0",
|
106
102
|
"@types/node": "^18.0.0",
|
107
|
-
"@types/stoppable": "^1.1.0",
|
108
103
|
"@vitest/browser": "^3.0.9",
|
109
104
|
"@vitest/coverage-istanbul": "^3.0.9",
|
110
105
|
"dotenv": "^16.0.0",
|
111
106
|
"eslint": "^9.9.0",
|
112
|
-
"inherits": "^2.0.3",
|
113
107
|
"jsonwebtoken": "^9.0.0",
|
114
108
|
"ms": "^2.1.3",
|
115
109
|
"playwright": "^1.48.2",
|
116
110
|
"typescript": "~5.8.2",
|
117
|
-
"util": "^0.12.1",
|
118
111
|
"vitest": "^3.0.9"
|
119
112
|
},
|
120
113
|
"type": "module",
|