@azure/arm-hybridkubernetes 3.0.0-alpha.20250505.1 → 3.0.0-alpha.20250508.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 +17 -26
package/package.json
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
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.20250508.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-lro": "^2.5.4",
|
|
12
11
|
"@azure/abort-controller": "^2.1.2",
|
|
13
|
-
"@azure/core-paging": "^1.6.2",
|
|
14
|
-
"@azure/core-client": "^1.9.2",
|
|
15
12
|
"@azure/core-auth": "^1.9.0",
|
|
13
|
+
"@azure/core-client": "^1.9.2",
|
|
14
|
+
"@azure/core-lro": "^2.5.4",
|
|
15
|
+
"@azure/core-paging": "^1.6.2",
|
|
16
16
|
"@azure/core-rest-pipeline": "^1.19.0",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"module": "./dist/esm/index.js",
|
|
30
30
|
"types": "./dist/commonjs/index.d.ts",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
33
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
34
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
36
|
"@azure/identity": "^4.6.0",
|
|
36
37
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
38
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
39
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
40
38
|
"@types/node": "^18.0.0",
|
|
41
39
|
"@vitest/browser": "^3.0.9",
|
|
42
40
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
41
|
+
"dotenv": "^16.0.0",
|
|
43
42
|
"playwright": "^1.50.1",
|
|
43
|
+
"typescript": "~5.7.2",
|
|
44
44
|
"vitest": "^3.0.9"
|
|
45
45
|
},
|
|
46
46
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
@@ -56,28 +56,19 @@
|
|
|
56
56
|
],
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
59
|
-
"minify": "echo skipped",
|
|
60
|
-
"prepack": "npm run build",
|
|
61
|
-
"pack": "npm pack 2>&1",
|
|
62
|
-
"extract-api": "dev-tool run extract-api",
|
|
63
|
-
"lint": "echo skipped",
|
|
64
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
65
|
-
"build:node": "echo skipped",
|
|
66
|
-
"build:browser": "echo skipped",
|
|
67
|
-
"build:test": "echo skipped",
|
|
68
59
|
"build:samples": "echo skipped.",
|
|
69
60
|
"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}\" ",
|
|
61
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
70
62
|
"execute:samples": "echo skipped",
|
|
63
|
+
"extract-api": "dev-tool run extract-api",
|
|
71
64
|
"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}\" ",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
65
|
+
"lint": "echo skipped",
|
|
66
|
+
"pack": "npm pack 2>&1",
|
|
67
|
+
"prepack": "npm run build",
|
|
68
|
+
"test": "npm run test:node && npm run test:browser",
|
|
74
69
|
"test:browser": "echo skipped",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"unit-test:browser": "echo skipped",
|
|
78
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
79
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
80
|
-
"integration-test:browser": "echo skipped",
|
|
70
|
+
"test:node": "dev-tool run test:vitest",
|
|
71
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
81
72
|
"update-snippets": "dev-tool run update-snippets"
|
|
82
73
|
},
|
|
83
74
|
"sideEffects": false,
|