@azure/keyvault-admin 4.7.2-alpha.20251013.1 → 4.7.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/keyvault-admin",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "4.7.2-alpha.
|
|
5
|
+
"version": "4.7.2-alpha.20251017.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",
|
|
@@ -58,34 +58,38 @@
|
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@azure-rest/core-client": "
|
|
62
|
-
"@azure/abort-controller": "
|
|
63
|
-
"@azure/core-auth": "
|
|
64
|
-
"@azure/core-lro": "
|
|
65
|
-
"@azure/core-paging": "
|
|
66
|
-
"@azure/core-rest-pipeline": "
|
|
67
|
-
"@azure/core-tracing": "
|
|
68
|
-
"@azure/core-util": "
|
|
69
|
-
"@azure/keyvault-common": "
|
|
70
|
-
"@azure/logger": "
|
|
61
|
+
"@azure-rest/core-client": ">=2.5.1-alpha <2.5.1-alphb",
|
|
62
|
+
"@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
|
|
63
|
+
"@azure/core-auth": ">=1.10.1-alpha <1.10.1-alphb",
|
|
64
|
+
"@azure/core-lro": ">=3.3.1-alpha <3.3.1-alphb",
|
|
65
|
+
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
66
|
+
"@azure/core-rest-pipeline": ">=1.22.1-alpha <1.22.1-alphb",
|
|
67
|
+
"@azure/core-tracing": ">=1.3.1-alpha <1.3.1-alphb",
|
|
68
|
+
"@azure/core-util": ">=1.13.1-alpha <1.13.1-alphb",
|
|
69
|
+
"@azure/keyvault-common": ">=2.0.2-alpha <2.0.2-alphb",
|
|
70
|
+
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
71
71
|
"tslib": "^2.8.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@azure/identity": "4.11.1",
|
|
75
|
-
"@azure/keyvault-keys": "
|
|
75
|
+
"@azure/keyvault-keys": ">=4.10.2-alpha <4.10.2-alphb",
|
|
76
76
|
"@types/node": "^20.19.0",
|
|
77
77
|
"@vitest/browser": "^3.2.3",
|
|
78
78
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
79
|
+
"cross-env": "^7.0.3",
|
|
79
80
|
"dotenv": "^16.0.0",
|
|
80
81
|
"eslint": "^9.33.0",
|
|
81
82
|
"playwright": "^1.50.1",
|
|
83
|
+
"prettier": "^3.6.2",
|
|
84
|
+
"rimraf": "^6.0.1",
|
|
85
|
+
"tshy": "^3.0.0",
|
|
82
86
|
"typescript": "~5.9.3",
|
|
83
87
|
"vitest": "^3.2.3",
|
|
88
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
89
|
+
"@azure/dev-tool": "^1.0.0",
|
|
84
90
|
"@azure-tools/test-credential": "^2.1.2",
|
|
85
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
86
91
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
87
|
-
"@azure/
|
|
88
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
92
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
89
93
|
},
|
|
90
94
|
"type": "module",
|
|
91
95
|
"tshy": {
|
|
@@ -116,11 +120,11 @@
|
|
|
116
120
|
"scripts": {
|
|
117
121
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
118
122
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
119
|
-
"check-format": "
|
|
120
|
-
"clean": "
|
|
123
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
124
|
+
"clean": "rimraf --glob dist dist-* types *.tgz *.log statistics.html coverage && rimraf --glob src/**/*.js && rimraf --glob test/**/*.js",
|
|
121
125
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
122
126
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
123
|
-
"format": "
|
|
127
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"./**/*.ts\" \"*.{js,json}\"",
|
|
124
128
|
"generate:client": "tsp-client update -d --emitter-options=\"generate-metadata=false;generate-test=false\" && npm run format",
|
|
125
129
|
"lint": "eslint package.json src test",
|
|
126
130
|
"lint:fix": "eslint package.json src --fix --fix-type [problem,suggestion]",
|
|
@@ -128,7 +132,7 @@
|
|
|
128
132
|
"test": "npm run test:node && npm run test:browser",
|
|
129
133
|
"test:browser": "echo Skipped",
|
|
130
134
|
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
131
|
-
"test:node:live": "
|
|
135
|
+
"test:node:live": "cross-env TEST_MODE=live dev-tool run test:vitest --no-test-proxy",
|
|
132
136
|
"update-snippets": "dev-tool run update-snippets"
|
|
133
137
|
}
|
|
134
138
|
}
|