@azure/identity 2.1.0-alpha.20220426.1 → 2.1.0-alpha.20220512.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.
Potentially problematic release.
This version of @azure/identity might be problematic. Click here for more details.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.1.0-alpha.
|
|
4
|
+
"version": "2.1.0-alpha.20220512.2",
|
|
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",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md",
|
|
103
103
|
"sideEffects": false,
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@azure/core-util": "
|
|
105
|
+
"@azure/core-util": "^1.0.0",
|
|
106
106
|
"@azure/core-tracing": "^1.0.0",
|
|
107
107
|
"@azure/core-auth": "^1.3.0",
|
|
108
108
|
"@azure/core-client": "^1.4.0",
|
|
109
109
|
"@azure/core-rest-pipeline": "^1.1.0",
|
|
110
110
|
"@azure/logger": "^1.0.0",
|
|
111
111
|
"@azure/abort-controller": "^1.0.0",
|
|
112
|
-
"@azure/msal-common": "^
|
|
112
|
+
"@azure/msal-common": "^6.3.0",
|
|
113
113
|
"@azure/msal-node": "^1.3.0",
|
|
114
114
|
"@azure/msal-browser": "^2.16.0",
|
|
115
115
|
"events": "^3.0.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"mocha-junit-reporter": "^2.0.0",
|
|
150
150
|
"nyc": "^15.0.0",
|
|
151
151
|
"prettier": "^2.5.1",
|
|
152
|
-
"puppeteer": "^
|
|
152
|
+
"puppeteer": "^14.0.0",
|
|
153
153
|
"rimraf": "^3.0.0",
|
|
154
154
|
"typescript": "~4.6.0",
|
|
155
155
|
"util": "^0.12.1",
|