@azure/identity-broker 1.2.1-alpha.20250502.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.
- package/package.json +6 -12
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.20250506.3",
|
|
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",
|
|
@@ -9,25 +9,19 @@
|
|
|
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}\"",
|
|
14
13
|
"clean": "dev-tool run vendored rimraf --glob dist dist-esm 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}\"",
|
|
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
|
|
20
|
+
"test": "npm run test:node && npm run test:browser",
|
|
25
21
|
"test:browser": "echo skipped",
|
|
26
|
-
"test:node": "
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"unit-test:node": "dev-tool run test:vitest -- --test-timeout 300000",
|
|
30
|
-
"unit-test:manual": "dev-tool run test:vitest -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
|
|
22
|
+
"test:node": "dev-tool run test:vitest -- --test-timeout 300000",
|
|
23
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
24
|
+
"test:node:manual": "dev-tool run test:vitest -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
|
|
31
25
|
"update-snippets": "dev-tool run update-snippets"
|
|
32
26
|
},
|
|
33
27
|
"files": [
|
|
@@ -57,8 +51,8 @@
|
|
|
57
51
|
"dependencies": {
|
|
58
52
|
"@azure/core-auth": "^1.9.0",
|
|
59
53
|
"@azure/identity": "^4.7.0",
|
|
60
|
-
"@azure/msal-node-extensions": "^1.3.0",
|
|
61
54
|
"@azure/msal-node": "^3.2.2",
|
|
55
|
+
"@azure/msal-node-extensions": "^1.3.0",
|
|
62
56
|
"tslib": "^2.2.0"
|
|
63
57
|
},
|
|
64
58
|
"devDependencies": {
|