@azure/identity 4.1.1-alpha.20240418.1 → 4.1.1-alpha.20240419.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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.1.1-alpha.
|
|
4
|
+
"version": "4.1.1-alpha.20240419.1",
|
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
|
|
52
52
|
"clean": "rimraf --glob dist dist-* types *.tgz *.log",
|
|
53
53
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
54
|
-
"extract-api": "tsc -p . &&
|
|
54
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
55
55
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
56
56
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
57
57
|
"integration-test:browser": "echo skipped",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"karma-sourcemap-loader": "^0.3.8",
|
|
155
155
|
"mocha": "^10.0.0",
|
|
156
156
|
"ms": "^2.1.3",
|
|
157
|
-
"
|
|
157
|
+
"nyc": "^15.1.0",
|
|
158
158
|
"puppeteer": "^22.2.0",
|
|
159
159
|
"rimraf": "^5.0.5",
|
|
160
160
|
"sinon": "^17.0.0",
|