@azure/keyvault-admin 4.7.1-alpha.20250730.1 → 4.7.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-admin",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "4.7.1
|
|
5
|
+
"version": "4.7.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Isomorphic client library for Azure KeyVault's administrative functions.",
|
|
8
8
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/README.md",
|
|
@@ -34,25 +34,6 @@
|
|
|
34
34
|
"README.md",
|
|
35
35
|
"LICENSE"
|
|
36
36
|
],
|
|
37
|
-
"scripts": {
|
|
38
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
39
|
-
"build:samples": "echo Obsolete.",
|
|
40
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
41
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log statistics.html coverage && dev-tool run vendored rimraf --glob src/**/*.js && dev-tool run vendored rimraf --glob test/**/*.js",
|
|
42
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
43
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
44
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
45
|
-
"generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
|
|
46
|
-
"lint": "eslint package.json src test",
|
|
47
|
-
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
48
|
-
"pack": "npm pack 2>&1",
|
|
49
|
-
"test": "npm run test:node && npm run test:browser",
|
|
50
|
-
"test:browser": "echo Skipped",
|
|
51
|
-
"test:node": "dev-tool run test:vitest",
|
|
52
|
-
"test:node:esm": "echo skipped",
|
|
53
|
-
"test:node:live": "dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --no-test-proxy --esm",
|
|
54
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
55
|
-
},
|
|
56
37
|
"//metadata": {
|
|
57
38
|
"constantPaths": [
|
|
58
39
|
{
|
|
@@ -90,21 +71,21 @@
|
|
|
90
71
|
"tslib": "^2.8.1"
|
|
91
72
|
},
|
|
92
73
|
"devDependencies": {
|
|
93
|
-
"@azure
|
|
94
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
95
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
96
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
97
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
98
|
-
"@azure/identity": "^4.6.0",
|
|
74
|
+
"@azure/identity": "4.11.1",
|
|
99
75
|
"@azure/keyvault-keys": "^4.9.0",
|
|
100
|
-
"@types/node": "^20.
|
|
101
|
-
"@vitest/browser": "^3.
|
|
102
|
-
"@vitest/coverage-istanbul": "^3.
|
|
76
|
+
"@types/node": "^20.19.0",
|
|
77
|
+
"@vitest/browser": "^3.2.3",
|
|
78
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
103
79
|
"dotenv": "^16.0.0",
|
|
104
|
-
"eslint": "^9.
|
|
80
|
+
"eslint": "^9.33.0",
|
|
105
81
|
"playwright": "^1.50.1",
|
|
106
|
-
"typescript": "~5.8.
|
|
107
|
-
"vitest": "^3.
|
|
82
|
+
"typescript": "~5.8.3",
|
|
83
|
+
"vitest": "^3.2.3",
|
|
84
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
85
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
86
|
+
"@azure/dev-tool": "^1.0.0",
|
|
87
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
88
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
108
89
|
},
|
|
109
90
|
"type": "module",
|
|
110
91
|
"tshy": {
|
|
@@ -131,5 +112,24 @@
|
|
|
131
112
|
"default": "./dist/commonjs/index.js"
|
|
132
113
|
}
|
|
133
114
|
}
|
|
115
|
+
},
|
|
116
|
+
"scripts": {
|
|
117
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
118
|
+
"build:samples": "echo Obsolete.",
|
|
119
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
120
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log statistics.html coverage && dev-tool run vendored rimraf --glob src/**/*.js && dev-tool run vendored rimraf --glob test/**/*.js",
|
|
121
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
122
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
123
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
124
|
+
"generate:client": "tsp-client update -d -o src/generated --emitter-options=\"generate-metadata=false;generate-test=false\"",
|
|
125
|
+
"lint": "eslint package.json src test",
|
|
126
|
+
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
127
|
+
"pack": "pnpm pack 2>&1",
|
|
128
|
+
"test": "npm run test:node && npm run test:browser",
|
|
129
|
+
"test:browser": "echo Skipped",
|
|
130
|
+
"test:node": "dev-tool run test:vitest",
|
|
131
|
+
"test:node:esm": "echo skipped",
|
|
132
|
+
"test:node:live": "dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --no-test-proxy --esm",
|
|
133
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
134
134
|
}
|
|
135
|
-
}
|
|
135
|
+
}
|