@azure/arm-carbonoptimization 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250506.2

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.
Files changed (1) hide show
  1. package/package.json +5 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-carbonoptimization",
3
- "version": "1.0.0-alpha.20250505.1",
3
+ "version": "1.0.0-alpha.20250506.2",
4
4
  "description": "A generated SDK for CarbonClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -87,26 +87,19 @@
87
87
  "scripts": {
88
88
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
89
89
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
90
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
91
90
  "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
91
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
93
92
  "execute:samples": "dev-tool samples run samples-dev",
94
93
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
95
94
  "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
95
  "generate:client": "echo skipped",
97
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
98
- "integration-test:browser": "echo skipped",
99
- "integration-test:node": "dev-tool run test:vitest --esm",
100
96
  "lint": "echo skipped",
101
97
  "lint:fix": "echo skipped",
102
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
103
98
  "pack": "npm pack 2>&1",
104
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
105
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
106
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
107
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
108
- "unit-test:browser": "echo skipped",
109
- "unit-test:node": "dev-tool run test:vitest",
99
+ "test": "npm run test:node && npm run test:browser",
100
+ "test:browser": "echo skipped",
101
+ "test:node": "dev-tool run test:vitest",
102
+ "test:node:esm": "dev-tool run test:vitest --esm",
110
103
  "update-snippets": "dev-tool run update-snippets"
111
104
  },
112
105
  "//sampleConfiguration": {