@azure/arm-standbypool 1.0.0-alpha.20241025.1 → 1.0.0-alpha.20241028.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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-standbypool",
3
- "version": "1.0.0-alpha.20241025.1",
3
+ "version": "1.0.0-alpha.20241028.1",
4
4
  "description": "A generated SDK for StandbyPoolClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -83,7 +83,6 @@
83
83
  "vitest": "^2.0.5"
84
84
  },
85
85
  "scripts": {
86
- "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
87
86
  "build": "npm run clean && tshy && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
88
87
  "build:samples": "dev-tool run typecheck --paths samples-dev/*.ts && dev-tool samples publish -f",
89
88
  "build:test": "npm run clean && tshy && dev-tool run build-test",