@azure/identity-cache-persistence 1.1.2-alpha.20241022.1 → 1.1.2-alpha.20241023.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-cache-persistence",
3
- "version": "1.1.2-alpha.20241022.1",
3
+ "version": "1.1.2-alpha.20241023.1",
4
4
  "sdk-type": "client",
5
5
  "description": "A secure, persistent token cache for Azure Identity credentials that uses the OS secret-management API",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist-esm/identity-cache-persistence/src/index.js",
8
8
  "types": "./types/identity-cache-persistence.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\"",
@@ -74,7 +74,6 @@
74
74
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
75
75
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
76
76
  "@azure/logger": "^1.0.4",
77
- "@microsoft/api-extractor": "^7.31.1",
78
77
  "@types/jws": "^3.2.2",
79
78
  "@types/mocha": "^10.0.0",
80
79
  "@types/node": "^18.0.0",
@@ -86,7 +85,6 @@
86
85
  "inherits": "^2.0.3",
87
86
  "mocha": "^10.0.0",
88
87
  "puppeteer": "^23.0.2",
89
- "rimraf": "^5.0.5",
90
88
  "sinon": "^17.0.0",
91
89
  "ts-node": "^10.0.0",
92
90
  "typescript": "~5.6.2",