@azure/identity-broker 1.2.1-alpha.20250819.2 → 1.2.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 +31 -31
package/package.json
CHANGED
|
@@ -1,29 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity-broker",
|
|
3
|
-
"version": "1.2.1
|
|
3
|
+
"version": "1.2.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",
|
|
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}\"",
|
|
13
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-esm 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}\"",
|
|
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": "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'",
|
|
25
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
26
|
-
},
|
|
27
9
|
"files": [
|
|
28
10
|
"dist/",
|
|
29
11
|
"README.md",
|
|
@@ -56,20 +38,20 @@
|
|
|
56
38
|
"tslib": "^2.2.0"
|
|
57
39
|
},
|
|
58
40
|
"devDependencies": {
|
|
59
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
60
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
61
41
|
"@azure/abort-controller": "^1.1.0",
|
|
62
42
|
"@azure/core-client": "^1.7.0",
|
|
63
|
-
"@azure/core-rest-pipeline": "^1.17.0",
|
|
64
|
-
"@azure/core-util": "^1.6.0",
|
|
65
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
66
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
67
43
|
"@azure/logger": "^1.0.4",
|
|
68
|
-
"@types/node": "^20.
|
|
69
|
-
"@vitest/coverage-istanbul": "^3.
|
|
70
|
-
"eslint": "^9.
|
|
71
|
-
"typescript": "~5.8.
|
|
72
|
-
"vitest": "^3.
|
|
44
|
+
"@types/node": "^20.19.0",
|
|
45
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
46
|
+
"eslint": "^9.33.0",
|
|
47
|
+
"typescript": "~5.8.3",
|
|
48
|
+
"vitest": "^3.2.3",
|
|
49
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
50
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
51
|
+
"@azure/dev-tool": "^1.0.0",
|
|
52
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
53
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
54
|
+
"@azure/core-util": "^1.13.1"
|
|
73
55
|
},
|
|
74
56
|
"//sampleConfiguration": {
|
|
75
57
|
"productName": "Azure Identity Brokered Auth Plugin",
|
|
@@ -106,5 +88,23 @@
|
|
|
106
88
|
"default": "./dist/commonjs/index.js"
|
|
107
89
|
}
|
|
108
90
|
}
|
|
91
|
+
},
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
94
|
+
"build:samples": "echo skipped",
|
|
95
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
96
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-esm types \"*.tgz\" \"*.log\"",
|
|
97
|
+
"execute:samples": "echo skipped",
|
|
98
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
99
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
100
|
+
"lint": "eslint package.json src test",
|
|
101
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
102
|
+
"pack": "pnpm pack 2>&1",
|
|
103
|
+
"test": "npm run test:node && npm run test:browser",
|
|
104
|
+
"test:browser": "echo skipped",
|
|
105
|
+
"test:node": "dev-tool run test:vitest -- --test-timeout 300000",
|
|
106
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
107
|
+
"test:node:manual": "dev-tool run test:vitest -- --timeout 300000 'test/manual/node/popTokenSupport.spec.ts'",
|
|
108
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
109
109
|
}
|
|
110
|
-
}
|
|
110
|
+
}
|