@azure/identity 4.5.1-alpha.20241023.1 → 4.5.1-alpha.20241025.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/identity",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "4.5.1-alpha.
|
4
|
+
"version": "4.5.1-alpha.20241025.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",
|
@@ -46,7 +46,6 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"scripts": {
|
49
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
50
49
|
"build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
|
51
50
|
"build:samples": "echo Obsolete.",
|
52
51
|
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|