@azure/arm-resourcehealth 4.1.0-alpha.20241021.1 → 4.1.0-alpha.20241023.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 +3 -6
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.20241021.1",
6
+ "version": "4.1.0-alpha.20241023.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -30,16 +30,13 @@
30
30
  "@azure-tools/test-recorder": "^3.0.0",
31
31
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
32
32
  "@azure/identity": "^4.0.1",
33
- "@microsoft/api-extractor": "^7.31.1",
34
33
  "@types/chai": "^4.2.8",
35
34
  "@types/mocha": "^10.0.0",
36
35
  "@types/node": "^18.0.0",
37
36
  "chai": "^4.2.0",
38
37
  "cross-env": "^7.0.2",
39
38
  "dotenv": "^16.0.0",
40
- "mkdirp": "^3.0.1",
41
39
  "mocha": "^10.0.0",
42
- "rimraf": "^5.0.0",
43
40
  "ts-node": "^10.0.0",
44
41
  "typescript": "~5.6.2",
45
42
  "uglify-js": "^3.4.9"
@@ -70,13 +67,13 @@
70
67
  ],
71
68
  "scripts": {
72
69
  "audit": "echo skipped",
73
- "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
70
+ "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
74
71
  "build:browser": "echo skipped",
75
72
  "build:node": "echo skipped",
76
73
  "build:samples": "echo skipped.",
77
74
  "build:test": "echo skipped",
78
75
  "check-format": "echo skipped",
79
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
76
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
80
77
  "execute:samples": "echo skipped",
81
78
  "extract-api": "dev-tool run extract-api",
82
79
  "format": "echo skipped",