@azure/identity-vscode 1.0.1-alpha.20241022.1 → 1.0.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-vscode",
3
- "version": "1.0.1-alpha.20241022.1",
3
+ "version": "1.0.1-alpha.20241024.1",
4
4
  "sdk-type": "client",
5
5
  "description": "Use the Azure Account extension for Visual Studio Code to authenticate with Azure Identity",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/identity-vscode/src/index.js",
8
8
  "types": "./types/identity-vscode.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 clean && 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}\" \"samples-dev/**/*.ts\"",
15
- "clean": "rimraf --glob dist dist-* types *.tgz *.log",
15
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* 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}\" \"samples-dev/**/*.ts\"",
@@ -70,7 +70,6 @@
70
70
  "@azure/core-client": "^1.7.0",
71
71
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
72
72
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
73
- "@microsoft/api-extractor": "^7.31.1",
74
73
  "@types/jws": "^3.2.2",
75
74
  "@types/mocha": "^10.0.0",
76
75
  "@types/node": "^18.0.0",
@@ -83,7 +82,6 @@
83
82
  "inherits": "^2.0.3",
84
83
  "mocha": "^10.0.0",
85
84
  "puppeteer": "^23.0.2",
86
- "rimraf": "^5.0.5",
87
85
  "sinon": "^17.0.0",
88
86
  "ts-node": "^10.0.0",
89
87
  "typescript": "~5.6.2",