@azure/arm-carbonoptimization 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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-carbonoptimization",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for CarbonOptimizationManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -62,28 +62,32 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@azure/core-util": "^1.12.0",
|
|
66
65
|
"@azure-rest/core-client": "^2.3.1",
|
|
67
66
|
"@azure/core-auth": "^1.9.0",
|
|
68
67
|
"@azure/core-rest-pipeline": "^1.20.0",
|
|
68
|
+
"@azure/core-util": "^1.12.0",
|
|
69
69
|
"@azure/logger": "^1.2.0",
|
|
70
70
|
"tslib": "^2.8.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@azure/identity": "4.11.1",
|
|
74
74
|
"@types/node": "^20.19.0",
|
|
75
|
-
"eslint": "^9.33.0",
|
|
76
75
|
"@vitest/browser": "^3.2.3",
|
|
77
76
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
77
|
+
"cross-env": "^7.0.3",
|
|
78
78
|
"dotenv": "^16.0.0",
|
|
79
|
+
"eslint": "^9.33.0",
|
|
79
80
|
"playwright": "^1.50.1",
|
|
81
|
+
"prettier": "^3.6.2",
|
|
82
|
+
"rimraf": "^6.0.1",
|
|
83
|
+
"tshy": "^3.0.0",
|
|
80
84
|
"typescript": "~5.9.3",
|
|
81
85
|
"vitest": "^3.2.3",
|
|
86
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
82
87
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
83
88
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
84
|
-
"@azure/dev-tool": "^1.0.0",
|
|
85
89
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
86
|
-
"@azure
|
|
90
|
+
"@azure/dev-tool": "^1.0.0"
|
|
87
91
|
},
|
|
88
92
|
"//sampleConfiguration": {
|
|
89
93
|
"productName": "@azure/arm-carbonoptimization",
|
|
@@ -192,11 +196,11 @@
|
|
|
192
196
|
"scripts": {
|
|
193
197
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
194
198
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
195
|
-
"check-format": "
|
|
196
|
-
"clean": "
|
|
199
|
+
"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\"",
|
|
200
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
197
201
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
198
|
-
"extract-api": "
|
|
199
|
-
"format": "
|
|
202
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
203
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
200
204
|
"generate:client": "echo skipped",
|
|
201
205
|
"lint": "echo skipped",
|
|
202
206
|
"lint:fix": "echo skipped",
|