@azure/keyvault-certificates 4.10.2-alpha.20251010.1 → 4.10.2-alpha.20251014.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/keyvault-certificates",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "4.10.2-alpha.
|
|
5
|
+
"version": "4.10.2-alpha.20251014.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Isomorphic client library for Azure KeyVault's certificates.",
|
|
8
8
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-certificates/README.md",
|
|
@@ -81,16 +81,20 @@
|
|
|
81
81
|
"@types/node": "^20.19.0",
|
|
82
82
|
"@vitest/browser": "^3.2.3",
|
|
83
83
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
84
|
+
"cross-env": "^7.0.3",
|
|
84
85
|
"dotenv": "^16.0.0",
|
|
85
86
|
"eslint": "^9.33.0",
|
|
86
87
|
"playwright": "^1.50.1",
|
|
88
|
+
"prettier": "^3.6.2",
|
|
89
|
+
"rimraf": "^6.0.1",
|
|
90
|
+
"tshy": "^3.0.0",
|
|
87
91
|
"typescript": "~5.9.3",
|
|
88
92
|
"vitest": "^3.2.3",
|
|
89
|
-
"@azure-tools/test-
|
|
93
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
94
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
90
95
|
"@azure/dev-tool": "^1.0.0",
|
|
91
96
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
92
|
-
"@azure-tools/test-
|
|
93
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
97
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
94
98
|
},
|
|
95
99
|
"type": "module",
|
|
96
100
|
"tshy": {
|
|
@@ -133,11 +137,11 @@
|
|
|
133
137
|
"scripts": {
|
|
134
138
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
135
139
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
136
|
-
"check-format": "
|
|
137
|
-
"clean": "
|
|
140
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
141
|
+
"clean": "rimraf --glob dist-esm dist-test types *.tgz *.log samples/typescript/dist",
|
|
138
142
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
139
143
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
140
|
-
"format": "
|
|
144
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"./**/*.ts\" \"*.{js,json}\"",
|
|
141
145
|
"generate:client": "tsp-client update -d --emitter-options=\"generate-metadata=false;generate-test=false\" && npm run format",
|
|
142
146
|
"lint": "eslint package.json src test",
|
|
143
147
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|