@azure/identity-cache-persistence 1.2.1-alpha.20250804.4 → 1.2.1-alpha.20250825.5

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.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,28 +1,11 @@
1
1
  {
2
2
  "name": "@azure/identity-cache-persistence",
3
- "version": "1.2.1-alpha.20250804.4",
3
+ "version": "1.2.1-alpha.20250825.5",
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",
7
7
  "module": "./dist/esm/index.js",
8
8
  "types": "./dist/commonjs/index.d.ts",
9
- "scripts": {
10
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
- "build:samples": "echo skipped",
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\"",
13
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
14
- "execute:samples": "echo skipped",
15
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
16
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
17
- "lint": "eslint package.json src test",
18
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
19
- "pack": "npm pack 2>&1",
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",
24
- "update-snippets": "dev-tool run update-snippets"
25
- },
26
9
  "files": [
27
10
  "dist/",
28
11
  "README.md",
@@ -53,25 +36,25 @@
53
36
  "@azure/core-auth": "^1.9.0",
54
37
  "@azure/identity": "^4.7.0",
55
38
  "@azure/msal-node": "^3.2.2",
56
- "@azure/msal-node-extensions": "^1.5.0",
39
+ "@azure/msal-node-extensions": "^1.5.20",
57
40
  "keytar": "^7.6.0",
58
41
  "tslib": "^2.8.1"
59
42
  },
60
43
  "devDependencies": {
61
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
62
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
63
44
  "@azure/core-client": "^1.9.2",
64
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
65
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
66
45
  "@azure/logger": "^1.1.4",
67
- "@types/node": "^20.0.0",
68
- "@vitest/browser": "^3.0.9",
69
- "@vitest/coverage-istanbul": "^3.0.9",
46
+ "@types/node": "^20.19.0",
47
+ "@vitest/browser": "^3.2.3",
48
+ "@vitest/coverage-istanbul": "^3.2.3",
70
49
  "dotenv": "^16.0.0",
71
- "eslint": "^9.9.0",
50
+ "eslint": "^9.33.0",
72
51
  "playwright": "^1.50.1",
73
- "typescript": "~5.8.2",
74
- "vitest": "^3.0.9"
52
+ "typescript": "~5.8.3",
53
+ "vitest": "^3.2.3",
54
+ "@azure-tools/test-utils-vitest": "^2.0.0",
55
+ "@azure/dev-tool": "^1.0.0",
56
+ "@azure-tools/test-recorder": "^4.1.0",
57
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
75
58
  },
76
59
  "type": "module",
77
60
  "tshy": {
@@ -112,5 +95,21 @@
112
95
  }
113
96
  }
114
97
  },
115
- "react-native": "./dist/react-native/index.js"
116
- }
98
+ "react-native": "./dist/react-native/index.js",
99
+ "scripts": {
100
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
101
+ "build:samples": "tsc -p tsconfig.samples.json",
102
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
103
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
104
+ "execute:samples": "echo skipped",
105
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
106
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"samples-dev/**/*.ts\"",
107
+ "lint": "eslint package.json src test",
108
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
109
+ "pack": "pnpm pack 2>&1",
110
+ "test": "npm run test:node && npm run test:browser",
111
+ "test:browser": "echo skipped",
112
+ "test:node": "echo skipped",
113
+ "update-snippets": "dev-tool run update-snippets"
114
+ }
115
+ }