@azure/arm-hybridconnectivity 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-hybridconnectivity",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20251015.1",
|
|
4
4
|
"description": "A generated SDK for HybridConnectivityManagementAPI.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -68,30 +68,34 @@
|
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@azure/core-util": "^1.12.0",
|
|
72
71
|
"@azure-rest/core-client": "^2.3.1",
|
|
73
72
|
"@azure/abort-controller": "^2.1.2",
|
|
74
73
|
"@azure/core-auth": "^1.9.0",
|
|
75
74
|
"@azure/core-lro": "^3.1.0",
|
|
76
75
|
"@azure/core-rest-pipeline": "^1.20.0",
|
|
76
|
+
"@azure/core-util": "^1.12.0",
|
|
77
77
|
"@azure/logger": "^1.2.0",
|
|
78
78
|
"tslib": "^2.8.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@azure/identity": "4.11.1",
|
|
82
82
|
"@types/node": "^20.19.0",
|
|
83
|
-
"eslint": "^9.33.0",
|
|
84
83
|
"@vitest/browser": "^3.2.3",
|
|
85
84
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
85
|
+
"cross-env": "^7.0.3",
|
|
86
86
|
"dotenv": "^16.0.0",
|
|
87
|
+
"eslint": "^9.33.0",
|
|
87
88
|
"playwright": "^1.50.1",
|
|
89
|
+
"prettier": "^3.6.2",
|
|
90
|
+
"rimraf": "^6.0.1",
|
|
91
|
+
"tshy": "^3.0.0",
|
|
88
92
|
"typescript": "~5.9.3",
|
|
89
93
|
"vitest": "^3.2.3",
|
|
90
94
|
"@azure-tools/test-credential": "^2.1.2",
|
|
91
95
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
96
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
92
97
|
"@azure/dev-tool": "^1.0.0",
|
|
93
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
94
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
98
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
95
99
|
},
|
|
96
100
|
"//sampleConfiguration": {
|
|
97
101
|
"productName": "@azure/arm-hybridconnectivity",
|
|
@@ -306,20 +310,20 @@
|
|
|
306
310
|
"types": "./dist/commonjs/index.d.ts",
|
|
307
311
|
"module": "./dist/esm/index.js",
|
|
308
312
|
"scripts": {
|
|
309
|
-
"
|
|
310
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
311
|
-
"pack": "pnpm pack 2>&1",
|
|
312
|
-
"lint": "echo skipped",
|
|
313
|
-
"lint:fix": "echo skipped",
|
|
313
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
314
314
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
315
|
-
"check-format": "
|
|
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
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
316
317
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
317
|
-
"
|
|
318
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
319
|
+
"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
320
|
"generate:client": "echo skipped",
|
|
321
|
+
"lint": "echo skipped",
|
|
322
|
+
"lint:fix": "echo skipped",
|
|
323
|
+
"pack": "pnpm pack 2>&1",
|
|
324
|
+
"test": "npm run test:node && npm run test:browser",
|
|
319
325
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
320
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
321
326
|
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
322
|
-
"test": "npm run test:node && npm run test:browser",
|
|
323
327
|
"update-snippets": "dev-tool run update-snippets"
|
|
324
328
|
}
|
|
325
329
|
}
|