@azure/keyvault-common 2.0.1 → 2.0.2-alpha.20250924.2
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.
|
|
3
|
+
"version": "2.0.2-alpha.20250924.2",
|
|
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",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"playwright": "^1.50.1",
|
|
48
48
|
"typescript": "~5.8.3",
|
|
49
49
|
"vitest": "^3.2.3",
|
|
50
|
-
"@azure-tools/test-utils-vitest": "^
|
|
51
|
-
"@azure/
|
|
52
|
-
"@azure/
|
|
50
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
51
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
52
|
+
"@azure/dev-tool": "^1.0.0"
|
|
53
53
|
},
|
|
54
54
|
"type": "module",
|
|
55
55
|
"tshy": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
89
|
-
"build:samples": "echo
|
|
89
|
+
"build:samples": "echo Skipped.",
|
|
90
90
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
91
91
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
92
92
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -97,8 +97,7 @@
|
|
|
97
97
|
"pack": "pnpm pack 2>&1",
|
|
98
98
|
"test": "npm run test:node && npm run test:browser",
|
|
99
99
|
"test:browser": "echo skipped",
|
|
100
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
101
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
100
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
102
101
|
"update-snippets": "dev-tool run update-snippets"
|
|
103
102
|
}
|
|
104
103
|
}
|