@azure/arm-hardwaresecuritymodules 2.0.0-alpha.20251013.1 → 2.0.0-alpha.20251015.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-hardwaresecuritymodules",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20251015.1",
|
|
4
4
|
"description": "A generated SDK for AzureDedicatedHSMResourceProvider.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
]
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@azure/core-util": "^1.11.0",
|
|
74
73
|
"@azure-rest/core-client": "^2.1.0",
|
|
75
74
|
"@azure/abort-controller": "^2.1.2",
|
|
76
75
|
"@azure/core-auth": "^1.9.0",
|
|
77
76
|
"@azure/core-lro": "^3.0.0",
|
|
78
77
|
"@azure/core-rest-pipeline": "^1.18.2",
|
|
78
|
+
"@azure/core-util": "^1.11.0",
|
|
79
79
|
"@azure/logger": "^1.1.4",
|
|
80
80
|
"tslib": "^2.8.1"
|
|
81
81
|
},
|
|
@@ -84,15 +84,19 @@
|
|
|
84
84
|
"@types/node": "^20.19.0",
|
|
85
85
|
"@vitest/browser": "^3.2.3",
|
|
86
86
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
87
|
+
"cross-env": "^7.0.3",
|
|
87
88
|
"dotenv": "^16.0.0",
|
|
88
89
|
"eslint": "^9.33.0",
|
|
89
90
|
"playwright": "^1.50.1",
|
|
91
|
+
"prettier": "^3.6.2",
|
|
92
|
+
"rimraf": "^6.0.1",
|
|
93
|
+
"tshy": "^3.0.0",
|
|
90
94
|
"typescript": "~5.9.3",
|
|
91
95
|
"vitest": "^3.2.3",
|
|
92
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
96
|
"@azure-tools/test-credential": "^2.1.2",
|
|
94
|
-
"@azure-tools/test-
|
|
97
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
95
98
|
"@azure/dev-tool": "^1.0.0",
|
|
99
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
96
100
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
97
101
|
},
|
|
98
102
|
"//sampleConfiguration": {
|
|
@@ -310,11 +314,11 @@
|
|
|
310
314
|
"scripts": {
|
|
311
315
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
312
316
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
313
|
-
"check-format": "
|
|
314
|
-
"clean": "
|
|
317
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
318
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
315
319
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
316
|
-
"extract-api": "
|
|
317
|
-
"format": "
|
|
320
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
321
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
318
322
|
"generate:client": "echo skipped",
|
|
319
323
|
"lint": "echo skipped",
|
|
320
324
|
"lint:fix": "echo skipped",
|