@azure/arm-carbonoptimization 1.0.0-alpha.20250804.1 → 1.0.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-carbonoptimization",
3
- "version": "1.0.0-alpha.20250804.1",
3
+ "version": "1.0.0-alpha.20250825.1",
4
4
  "description": "A generated SDK for CarbonOptimizationManagementClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -70,38 +70,20 @@
70
70
  "tslib": "^2.8.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@azure-tools/test-credential": "^2.0.0",
74
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
75
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
76
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
77
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
78
- "@azure/identity": "^4.9.1",
79
- "@types/node": "^20.0.0",
80
- "eslint": "^9.9.0",
81
- "@vitest/browser": "^3.0.9",
82
- "@vitest/coverage-istanbul": "^3.0.9",
73
+ "@azure/identity": "4.11.1",
74
+ "@types/node": "^20.19.0",
75
+ "eslint": "^9.33.0",
76
+ "@vitest/browser": "^3.2.3",
77
+ "@vitest/coverage-istanbul": "^3.2.3",
83
78
  "dotenv": "^16.0.0",
84
- "playwright": "^1.52.0",
85
- "typescript": "~5.8.2",
86
- "vitest": "^3.0.9"
87
- },
88
- "scripts": {
89
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
90
- "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
91
- "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\"",
92
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
93
- "execute:samples": "dev-tool samples run samples-dev",
94
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
95
- "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\"",
96
- "generate:client": "echo skipped",
97
- "lint": "echo skipped",
98
- "lint:fix": "echo skipped",
99
- "pack": "npm pack 2>&1",
100
- "test": "npm run test:node && npm run test:browser",
101
- "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
102
- "test:node": "dev-tool run test:vitest",
103
- "test:node:esm": "dev-tool run test:vitest --esm",
104
- "update-snippets": "dev-tool run update-snippets"
79
+ "playwright": "^1.50.1",
80
+ "typescript": "~5.8.3",
81
+ "vitest": "^3.2.3",
82
+ "@azure-tools/test-recorder": "^4.1.0",
83
+ "@azure-tools/test-utils-vitest": "^2.0.0",
84
+ "@azure/dev-tool": "^1.0.0",
85
+ "@azure-tools/test-credential": "^2.1.1",
86
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
105
87
  },
106
88
  "//sampleConfiguration": {
107
89
  "productName": "@azure/arm-carbonoptimization",
@@ -206,5 +188,22 @@
206
188
  },
207
189
  "main": "./dist/commonjs/index.js",
208
190
  "types": "./dist/commonjs/index.d.ts",
209
- "module": "./dist/esm/index.js"
210
- }
191
+ "module": "./dist/esm/index.js",
192
+ "scripts": {
193
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
194
+ "build:samples": "tsc -p tsconfig.samples.json",
195
+ "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\"",
196
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
197
+ "execute:samples": "dev-tool samples run samples-dev",
198
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
199
+ "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\"",
200
+ "generate:client": "echo skipped",
201
+ "lint": "echo skipped",
202
+ "lint:fix": "echo skipped",
203
+ "pack": "pnpm pack 2>&1",
204
+ "test": "npm run test:node && npm run test:browser",
205
+ "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
206
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
207
+ "update-snippets": "dev-tool run update-snippets"
208
+ }
209
+ }