@azure/identity 4.5.1-alpha.20241022.1 → 4.5.1-alpha.20241023.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -5
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.20241022.1",
4
+ "version": "4.5.1-alpha.20241023.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,12 +46,12 @@
46
46
  }
47
47
  },
48
48
  "scripts": {
49
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
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
50
  "build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
51
51
  "build:samples": "echo Obsolete.",
52
52
  "build:test": "echo skipped. actual commands inlined in browser test scripts",
53
53
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
54
- "clean": "rimraf --glob dist dist-* types *.tgz *.log",
54
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
55
55
  "execute:samples": "dev-tool samples run samples-dev",
56
56
  "extract-api": "tsc -p . && dev-tool run extract-api",
57
57
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -130,7 +130,6 @@
130
130
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
131
131
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
132
132
  "@azure/keyvault-keys": "^4.2.0",
133
- "@microsoft/api-extractor": "^7.31.1",
134
133
  "@types/chai": "^4.1.6",
135
134
  "@types/jsonwebtoken": "^9.0.0",
136
135
  "@types/jws": "^3.2.2",
@@ -158,7 +157,6 @@
158
157
  "ms": "^2.1.3",
159
158
  "nyc": "^17.0.0",
160
159
  "puppeteer": "^23.0.2",
161
- "rimraf": "^5.0.5",
162
160
  "sinon": "^17.0.0",
163
161
  "ts-node": "^10.0.0",
164
162
  "typescript": "~5.6.2",