@azure/arm-standbypool 2.0.0-alpha.20250506.1 → 2.0.0-alpha.20250507.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.
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-standbypool",
3
- "version": "2.0.0-alpha.20250506.1",
3
+ "version": "2.0.0-alpha.20250507.1",
4
4
  "description": "A generated SDK for StandbyPoolClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -93,26 +93,19 @@
93
93
  "scripts": {
94
94
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
95
95
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
96
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
97
96
  "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\"",
98
97
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
99
98
  "execute:samples": "dev-tool samples run samples-dev",
100
99
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
101
100
  "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\"",
102
101
  "generate:client": "echo skipped",
103
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
104
- "integration-test:browser": "echo skipped",
105
- "integration-test:node": "dev-tool run test:vitest --esm",
106
102
  "lint": "echo skipped",
107
103
  "lint:fix": "echo skipped",
108
- "minify": "echo skipped",
109
104
  "pack": "npm pack 2>&1",
110
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
111
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
112
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
113
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
114
- "unit-test:browser": "echo skipped",
115
- "unit-test:node": "dev-tool run test:vitest",
105
+ "test": "npm run test:node && npm run test:browser",
106
+ "test:browser": "echo skipped",
107
+ "test:node": "dev-tool run test:vitest",
108
+ "test:node:esm": "dev-tool run test:vitest --esm",
116
109
  "update-snippets": "dev-tool run update-snippets"
117
110
  },
118
111
  "//sampleConfiguration": {