@azure/keyvault-common 2.0.2-alpha.20251013.1 → 2.0.2-alpha.20251017.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/keyvault-common",
|
|
3
|
-
"version": "2.0.2-alpha.
|
|
3
|
+
"version": "2.0.2-alpha.20251017.1",
|
|
4
4
|
"description": "Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -30,21 +30,25 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@azure/abort-controller": "
|
|
34
|
-
"@azure/core-auth": "
|
|
35
|
-
"@azure/core-client": "
|
|
36
|
-
"@azure/core-rest-pipeline": "
|
|
37
|
-
"@azure/core-tracing": "
|
|
38
|
-
"@azure/core-util": "
|
|
39
|
-
"@azure/logger": "
|
|
33
|
+
"@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
|
|
34
|
+
"@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
|
|
35
|
+
"@azure/core-client": ">=1.10.1-alpha <1.10.1-alphb",
|
|
36
|
+
"@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
|
|
37
|
+
"@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
|
|
38
|
+
"@azure/core-util": ">=1.13.1-alpha <1.13.1-alphb",
|
|
39
|
+
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
40
40
|
"tslib": "^2.2.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^20.19.0",
|
|
44
44
|
"@vitest/browser": "^3.2.3",
|
|
45
45
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
46
|
+
"cross-env": "^7.0.3",
|
|
46
47
|
"eslint": "^9.33.0",
|
|
47
48
|
"playwright": "^1.50.1",
|
|
49
|
+
"prettier": "^3.6.2",
|
|
50
|
+
"rimraf": "^6.0.1",
|
|
51
|
+
"tshy": "^3.0.0",
|
|
48
52
|
"typescript": "~5.9.3",
|
|
49
53
|
"vitest": "^3.2.3",
|
|
50
54
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
@@ -87,11 +91,11 @@
|
|
|
87
91
|
"scripts": {
|
|
88
92
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
89
93
|
"build:samples": "echo Skipped.",
|
|
90
|
-
"check-format": "
|
|
91
|
-
"clean": "
|
|
94
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
95
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
92
96
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
93
97
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
94
|
-
"format": "
|
|
98
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
95
99
|
"lint": "eslint package.json src test",
|
|
96
100
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
97
101
|
"pack": "pnpm pack 2>&1",
|