@azure/identity 3.2.0-alpha.20230228.2 → 3.2.0-alpha.20230302.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.
Potentially problematic release.
This version of @azure/identity might be problematic. Click here for more details.
- 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": "3.2.0-alpha.
|
|
4
|
+
"version": "3.2.0-alpha.20230302.1",
|
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"uuid": "^8.3.0"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@azure-tools/test-recorder": "
|
|
125
|
+
"@azure-tools/test-recorder": ">=3.0.0-alpha <3.0.0-alphb",
|
|
126
126
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
127
127
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
128
128
|
"@azure/keyvault-keys": "^4.2.0",
|