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