@azure/arm-resourcehealth 4.1.0-alpha.20240418.1 → 4.1.0-alpha.20240419.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MicrosoftResourceHealth.",
6
- "version": "4.1.0-alpha.20240418.1",
6
+ "version": "4.1.0-alpha.20240419.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -73,7 +73,7 @@
73
73
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
74
74
  "prepack": "npm run build",
75
75
  "pack": "npm pack 2>&1",
76
- "extract-api": "api-extractor run --local",
76
+ "extract-api": "dev-tool run extract-api",
77
77
  "lint": "echo skipped",
78
78
  "audit": "echo skipped",
79
79
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",