@azure/identity-broker 1.2.1-alpha.20250528.1 → 1.2.1-alpha.20250603.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity-broker",
|
|
3
|
-
"version": "1.2.1-alpha.
|
|
3
|
+
"version": "1.2.1-alpha.20250603.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",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"execute:samples": "echo skipped",
|
|
15
15
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
16
16
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
17
|
-
"lint": "eslint package.json api-extractor.json
|
|
18
|
-
"lint:fix": "eslint package.json api-extractor.json
|
|
17
|
+
"lint": "eslint package.json api-extractor.json src test",
|
|
18
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
19
19
|
"pack": "npm pack 2>&1",
|
|
20
20
|
"test": "npm run test:node && npm run test:browser",
|
|
21
21
|
"test:browser": "echo skipped",
|