@azure/arm-hybridkubernetes 3.0.0-alpha.20251007.1 → 3.0.0-alpha.20251013.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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for ConnectedKubernetesClient.",
|
|
6
|
-
"version": "3.0.0-alpha.
|
|
6
|
+
"version": "3.0.0-alpha.20251013.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -34,14 +34,18 @@
|
|
|
34
34
|
"@types/node": "^20.19.0",
|
|
35
35
|
"@vitest/browser": "^3.2.3",
|
|
36
36
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
37
|
+
"cross-env": "^7.0.3",
|
|
37
38
|
"dotenv": "^16.0.0",
|
|
38
39
|
"playwright": "^1.50.1",
|
|
39
|
-
"
|
|
40
|
+
"prettier": "^3.6.2",
|
|
41
|
+
"rimraf": "^6.0.1",
|
|
42
|
+
"tshy": "^3.0.0",
|
|
43
|
+
"typescript": "~5.9.3",
|
|
40
44
|
"vitest": "^3.2.3",
|
|
41
45
|
"@azure-tools/test-credential": "^2.1.2",
|
|
42
46
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
43
|
-
"@azure/
|
|
44
|
-
"@azure
|
|
47
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
48
|
+
"@azure/dev-tool": "^1.0.0"
|
|
45
49
|
},
|
|
46
50
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
47
51
|
"bugs": {
|
|
@@ -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,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
124
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
121
125
|
"execute:samples": "echo skipped",
|
|
122
126
|
"extract-api": "dev-tool run extract-api",
|
|
123
|
-
"format": "
|
|
127
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
124
128
|
"lint": "echo skipped",
|
|
125
129
|
"pack": "pnpm pack 2>&1",
|
|
126
130
|
"test": "npm run test:node && npm run test:browser",
|