@azure/identity-cache-persistence 1.1.2-alpha.20241023.1 → 1.1.2-alpha.20241025.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 +1 -2
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@azure/identity-cache-persistence",
3
- "version": "1.1.2-alpha.20241023.1",
3
+ "version": "1.1.2-alpha.20241025.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 && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
11
10
  "build": "npm run clean && npm run extract-api && tsc -p . && dev-tool run bundle",
12
11
  "build:samples": "echo skipped",
13
12
  "build:test": "tsc -p . && dev-tool run bundle",