@azure/arm-hybridconnectivity 2.0.0-alpha.20251117.1 → 2.0.0-alpha.20251119.2
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-hybridconnectivity",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20251119.2",
|
|
4
4
|
"description": "A generated SDK for HybridConnectivityManagementAPI.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"tshy": "^3.0.3",
|
|
92
92
|
"typescript": "~5.9.3",
|
|
93
93
|
"vitest": "^4.0.8",
|
|
94
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
94
95
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
95
|
-
"@azure/dev-tool": "^1.0.0",
|
|
96
96
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
97
|
-
"@azure/
|
|
98
|
-
"@azure
|
|
97
|
+
"@azure/dev-tool": "^1.0.0",
|
|
98
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
99
99
|
},
|
|
100
100
|
"//sampleConfiguration": {
|
|
101
101
|
"productName": "@azure/arm-hybridconnectivity",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"module": "./dist/esm/index.js",
|
|
312
312
|
"scripts": {
|
|
313
313
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
314
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
314
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
315
315
|
"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\"",
|
|
316
316
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
317
317
|
"execute:samples": "dev-tool samples run samples-dev",
|