@azure/arm-advisor 3.2.0-alpha.20250815.1 → 3.2.0-alpha.20250825.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 AdvisorManagementClient.",
|
|
6
|
-
"version": "3.2.0-alpha.
|
|
6
|
+
"version": "3.2.0-alpha.20250825.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"module": "./dist/esm/index.js",
|
|
28
28
|
"types": "./dist/commonjs/index.d.ts",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@azure
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@azure/identity": "^4.0.1",
|
|
35
|
-
"@types/node": "^20.0.0",
|
|
36
|
-
"@vitest/browser": "^3.0.9",
|
|
37
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
30
|
+
"@azure/identity": "4.11.1",
|
|
31
|
+
"@types/node": "^20.19.0",
|
|
32
|
+
"@vitest/browser": "^3.2.3",
|
|
33
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
38
34
|
"dotenv": "^16.0.0",
|
|
39
|
-
"playwright": "^1.
|
|
40
|
-
"typescript": "~5.8.
|
|
41
|
-
"vitest": "^3.
|
|
35
|
+
"playwright": "^1.50.1",
|
|
36
|
+
"typescript": "~5.8.3",
|
|
37
|
+
"vitest": "^3.2.3",
|
|
38
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
39
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
40
|
+
"@azure/dev-tool": "^1.0.0",
|
|
41
|
+
"@azure-tools/test-utils-vitest": "^2.0.0"
|
|
42
42
|
},
|
|
43
43
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
44
44
|
"bugs": {
|
|
@@ -51,22 +51,6 @@
|
|
|
51
51
|
"review/",
|
|
52
52
|
"CHANGELOG.md"
|
|
53
53
|
],
|
|
54
|
-
"scripts": {
|
|
55
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
56
|
-
"build:samples": "echo skipped.",
|
|
57
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
58
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
59
|
-
"execute:samples": "echo skipped",
|
|
60
|
-
"extract-api": "dev-tool run extract-api",
|
|
61
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
62
|
-
"lint": "echo skipped",
|
|
63
|
-
"pack": "npm pack 2>&1",
|
|
64
|
-
"test": "npm run test:node && npm run test:browser",
|
|
65
|
-
"test:browser": "echo skipped",
|
|
66
|
-
"test:node": "dev-tool run test:vitest",
|
|
67
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
68
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
69
|
-
},
|
|
70
54
|
"sideEffects": false,
|
|
71
55
|
"//metadata": {
|
|
72
56
|
"constantPaths": [
|
|
@@ -111,5 +95,20 @@
|
|
|
111
95
|
"default": "./dist/commonjs/index.js"
|
|
112
96
|
}
|
|
113
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"scripts": {
|
|
100
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
101
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
102
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
103
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
104
|
+
"execute:samples": "echo skipped",
|
|
105
|
+
"extract-api": "dev-tool run extract-api",
|
|
106
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
107
|
+
"lint": "echo skipped",
|
|
108
|
+
"pack": "pnpm pack 2>&1",
|
|
109
|
+
"test": "npm run test:node && npm run test:browser",
|
|
110
|
+
"test:browser": "echo skipped",
|
|
111
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
112
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
114
113
|
}
|
|
115
|
-
}
|
|
114
|
+
}
|