@azure/identity-broker 1.1.1-alpha.20241022.1 → 1.1.1-alpha.20241024.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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@azure/identity-broker",
3
- "version": "1.1.1-alpha.20241022.1",
3
+ "version": "1.1.1-alpha.20241024.1",
4
4
  "sdk-type": "client",
5
5
  "description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/identity-broker/src/index.js",
8
8
  "types": "./types/identity-broker.d.ts",
9
9
  "scripts": {
10
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
10
+ "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",
11
11
  "build": "npm run extract-api && tsc -p . && dev-tool run bundle",
12
12
  "build:samples": "echo skipped",
13
13
  "build:test": "tsc -p . && dev-tool run bundle",
14
14
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
15
- "clean": "rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"",
15
+ "clean": "dev-tool run vendored rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"",
16
16
  "execute:samples": "echo skipped",
17
17
  "extract-api": "tsc -p . && dev-tool run extract-api",
18
18
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
@@ -75,7 +75,6 @@
75
75
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
76
76
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
77
77
  "@azure/logger": "^1.0.4",
78
- "@microsoft/api-extractor": "^7.35.1",
79
78
  "@types/mocha": "^10.0.0",
80
79
  "@types/node": "^18.0.0",
81
80
  "@types/sinon": "^17.0.0",
@@ -83,7 +82,6 @@
83
82
  "eslint": "^9.9.0",
84
83
  "mocha": "^10.0.0",
85
84
  "puppeteer": "^23.0.2",
86
- "rimraf": "^5.0.1",
87
85
  "sinon": "^17.0.0",
88
86
  "typescript": "~5.6.2"
89
87
  },