@azure/arm-hybridconnectivity 2.0.0-alpha.20250805.3 → 2.0.0-alpha.20250827.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.20250827.1",
|
|
4
4
|
"description": "A generated SDK for HybridConnectivityManagementAPI.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -78,38 +78,20 @@
|
|
|
78
78
|
"tslib": "^2.8.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@azure
|
|
82
|
-
"@
|
|
83
|
-
"
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@azure/identity": "^4.9.0",
|
|
87
|
-
"@types/node": "^20.0.0",
|
|
88
|
-
"eslint": "^9.9.0",
|
|
89
|
-
"@vitest/browser": "^3.0.9",
|
|
90
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
81
|
+
"@azure/identity": "4.11.1",
|
|
82
|
+
"@types/node": "^20.19.0",
|
|
83
|
+
"eslint": "^9.33.0",
|
|
84
|
+
"@vitest/browser": "^3.2.3",
|
|
85
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
91
86
|
"dotenv": "^16.0.0",
|
|
92
|
-
"playwright": "^1.
|
|
93
|
-
"typescript": "~5.8.
|
|
94
|
-
"vitest": "^3.
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"lint": "echo skipped",
|
|
101
|
-
"lint:fix": "echo skipped",
|
|
102
|
-
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
103
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
104
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
105
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
106
|
-
"generate:client": "echo skipped",
|
|
107
|
-
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
108
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
109
|
-
"test:node": "dev-tool run test:vitest",
|
|
110
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
111
|
-
"test": "npm run test:node && npm run test:browser",
|
|
112
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
87
|
+
"playwright": "^1.50.1",
|
|
88
|
+
"typescript": "~5.8.3",
|
|
89
|
+
"vitest": "^3.2.3",
|
|
90
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
91
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
92
|
+
"@azure/dev-tool": "^1.0.0",
|
|
93
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
94
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
113
95
|
},
|
|
114
96
|
"//sampleConfiguration": {
|
|
115
97
|
"productName": "@azure/arm-hybridconnectivity",
|
|
@@ -322,5 +304,22 @@
|
|
|
322
304
|
},
|
|
323
305
|
"main": "./dist/commonjs/index.js",
|
|
324
306
|
"types": "./dist/commonjs/index.d.ts",
|
|
325
|
-
"module": "./dist/esm/index.js"
|
|
326
|
-
|
|
307
|
+
"module": "./dist/esm/index.js",
|
|
308
|
+
"scripts": {
|
|
309
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
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",
|
|
314
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
315
|
+
"check-format": "dev-tool run vendored 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
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
317
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
318
|
+
"generate:client": "echo skipped",
|
|
319
|
+
"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
|
+
"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
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
324
|
+
}
|
|
325
|
+
}
|