@azure/identity-broker 1.3.0-alpha.20251013.2 → 1.3.0-alpha.20251015.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity-broker",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.20251015.1",
|
|
4
4
|
"sdk-type": "client",
|
|
5
5
|
"description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -40,16 +40,20 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "^20.19.0",
|
|
42
42
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
43
|
+
"cross-env": "^7.0.3",
|
|
43
44
|
"eslint": "^9.33.0",
|
|
45
|
+
"prettier": "^3.6.2",
|
|
46
|
+
"rimraf": "^6.0.1",
|
|
47
|
+
"tshy": "^3.0.0",
|
|
44
48
|
"typescript": "~5.9.3",
|
|
45
49
|
"vitest": "^3.2.3",
|
|
46
50
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
47
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
48
51
|
"@azure/abort-controller": "^2.1.3",
|
|
49
|
-
"@azure/
|
|
50
|
-
"@azure/core-rest-pipeline": "^1.22.1",
|
|
52
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
51
53
|
"@azure/core-util": "^1.13.1",
|
|
52
54
|
"@azure/dev-tool": "^1.0.0",
|
|
55
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
56
|
+
"@azure/core-client": "^1.10.1",
|
|
53
57
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
54
58
|
"@azure/logger": "^1.3.1"
|
|
55
59
|
},
|
|
@@ -92,11 +96,11 @@
|
|
|
92
96
|
"scripts": {
|
|
93
97
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
94
98
|
"build:samples": "echo Skipped.",
|
|
95
|
-
"check-format": "
|
|
96
|
-
"clean": "
|
|
99
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
100
|
+
"clean": "rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"",
|
|
97
101
|
"execute:samples": "echo skipped",
|
|
98
102
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
99
|
-
"format": "
|
|
103
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
100
104
|
"lint": "eslint package.json src test",
|
|
101
105
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
102
106
|
"pack": "pnpm pack 2>&1",
|