@azure/identity 3.3.1-alpha.20230906.2 → 3.3.1-alpha.20230926.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 +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "3.3.1-alpha.
|
|
4
|
+
"version": "3.3.1-alpha.20230926.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",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@types/chai": "^4.1.6",
|
|
132
132
|
"@types/jsonwebtoken": "^9.0.0",
|
|
133
133
|
"@types/jws": "^3.2.2",
|
|
134
|
-
"@types/mocha": "^
|
|
134
|
+
"@types/mocha": "^10.0.0",
|
|
135
135
|
"@types/ms": "^0.7.31",
|
|
136
136
|
"@types/node": "^14.0.0",
|
|
137
137
|
"@types/sinon": "^10.0.0",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"karma-mocha": "^2.0.1",
|
|
152
152
|
"karma-mocha-reporter": "^2.2.5",
|
|
153
153
|
"karma-sourcemap-loader": "^0.3.8",
|
|
154
|
-
"mocha": "^
|
|
154
|
+
"mocha": "^10.0.0",
|
|
155
155
|
"mocha-junit-reporter": "^2.0.0",
|
|
156
156
|
"ms": "^2.1.3",
|
|
157
157
|
"nyc": "^15.0.0",
|
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
"ts-node": "^10.0.0",
|
|
163
163
|
"typescript": "~5.0.0",
|
|
164
164
|
"util": "^0.12.1",
|
|
165
|
-
"uuid": "^8.3.2"
|
|
165
|
+
"uuid": "^8.3.2",
|
|
166
|
+
"esm": "^3.2.18"
|
|
166
167
|
}
|
|
167
168
|
}
|