@azure/keyvault-certificates 4.10.1-alpha.20250730.1 → 4.10.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.1
|
|
5
|
+
"version": "4.10.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",
|
|
@@ -31,24 +31,6 @@
|
|
|
31
31
|
"LICENSE"
|
|
32
32
|
],
|
|
33
33
|
"browser": "./dist/browser/index.js",
|
|
34
|
-
"scripts": {
|
|
35
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
36
|
-
"build:samples": "echo Obsolete.",
|
|
37
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
38
|
-
"clean": "dev-tool run vendored rimraf --glob dist-esm dist-test types *.tgz *.log samples/typescript/dist",
|
|
39
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
40
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
41
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
42
|
-
"generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
|
|
43
|
-
"lint": "eslint package.json src test",
|
|
44
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
45
|
-
"pack": "npm pack 2>&1",
|
|
46
|
-
"test": "npm run test:node && npm run test:browser",
|
|
47
|
-
"test:browser": "echo skipped",
|
|
48
|
-
"test:node": "dev-tool run test:vitest",
|
|
49
|
-
"test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
50
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
51
|
-
},
|
|
52
34
|
"sideEffects": false,
|
|
53
35
|
"//metadata": {
|
|
54
36
|
"constantPaths": [
|
|
@@ -98,21 +80,21 @@
|
|
|
98
80
|
"tslib": "^2.8.1"
|
|
99
81
|
},
|
|
100
82
|
"devDependencies": {
|
|
101
|
-
"@azure
|
|
102
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
103
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
104
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
105
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
106
|
-
"@azure/identity": "^4.6.0",
|
|
83
|
+
"@azure/identity": "4.11.1",
|
|
107
84
|
"@azure/keyvault-secrets": "^4.9.0",
|
|
108
|
-
"@types/node": "^20.
|
|
109
|
-
"@vitest/browser": "^3.
|
|
110
|
-
"@vitest/coverage-istanbul": "^3.
|
|
85
|
+
"@types/node": "^20.19.0",
|
|
86
|
+
"@vitest/browser": "^3.2.3",
|
|
87
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
111
88
|
"dotenv": "^16.0.0",
|
|
112
|
-
"eslint": "^9.
|
|
113
|
-
"playwright": "^1.
|
|
114
|
-
"typescript": "~5.8.
|
|
115
|
-
"vitest": "^3.
|
|
89
|
+
"eslint": "^9.33.0",
|
|
90
|
+
"playwright": "^1.50.1",
|
|
91
|
+
"typescript": "~5.8.3",
|
|
92
|
+
"vitest": "^3.2.3",
|
|
93
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
94
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
95
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
96
|
+
"@azure/dev-tool": "^1.0.0",
|
|
97
|
+
"@azure-tools/test-recorder": "^4.1.0"
|
|
116
98
|
},
|
|
117
99
|
"type": "module",
|
|
118
100
|
"tshy": {
|
|
@@ -151,5 +133,23 @@
|
|
|
151
133
|
"default": "./dist/commonjs/index.js"
|
|
152
134
|
}
|
|
153
135
|
}
|
|
136
|
+
},
|
|
137
|
+
"scripts": {
|
|
138
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
139
|
+
"build:samples": "echo Obsolete.",
|
|
140
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
141
|
+
"clean": "dev-tool run vendored rimraf --glob dist-esm dist-test types *.tgz *.log samples/typescript/dist",
|
|
142
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
143
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
144
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
145
|
+
"generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
|
|
146
|
+
"lint": "eslint package.json src test",
|
|
147
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
148
|
+
"pack": "pnpm pack 2>&1",
|
|
149
|
+
"test": "npm run test:node && npm run test:browser",
|
|
150
|
+
"test:browser": "echo skipped",
|
|
151
|
+
"test:node": "dev-tool run test:vitest",
|
|
152
|
+
"test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
|
|
153
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
154
154
|
}
|
|
155
|
-
}
|
|
155
|
+
}
|