@azure/identity-cache-persistence 1.2.1-alpha.20250430.1 → 1.2.1-alpha.20250506.3

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
8
+ "packageVersion": "7.52.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/identity-cache-persistence",
3
- "version": "1.2.1-alpha.20250430.1",
3
+ "version": "1.2.1-alpha.20250506.3",
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/commonjs/index.js",
@@ -9,24 +9,18 @@
9
9
  "scripts": {
10
10
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
11
  "build:samples": "echo skipped",
12
- "build:test": "echo skipped.",
13
12
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
14
13
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
15
14
  "execute:samples": "echo skipped",
16
15
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
17
16
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
18
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
19
- "integration-test:browser": "echo skipped",
20
- "integration-test:node": "echo skipped",
21
17
  "lint": "eslint package.json api-extractor.json README.md src test",
22
18
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
23
19
  "pack": "npm pack 2>&1",
24
- "test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test",
25
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
26
- "test:node": "npm run clean && npm run build:test && npm run unit-test:node && npm run integration-test:node",
27
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
28
- "unit-test:browser": "echo skipped",
29
- "unit-test:node": "echo skipped",
20
+ "test": "npm run test:node && npm run test:browser",
21
+ "test:browser": "echo skipped",
22
+ "test:node": "echo skipped",
23
+ "test:node:esm": "echo skipped",
30
24
  "update-snippets": "dev-tool run update-snippets"
31
25
  },
32
26
  "files": [