@azure/arm-datamigration 3.0.0-alpha.20241028.1 → 3.0.0-alpha.20241030.1

Sign up to get free protection for your applications and to get access to all the features.
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.20241028.1",
6
+ "version": "3.0.0-alpha.20241030.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -39,8 +39,7 @@
39
39
  "cross-env": "^7.0.2",
40
40
  "mocha": "^10.0.0",
41
41
  "ts-node": "^10.0.0",
42
- "typescript": "~5.6.2",
43
- "uglify-js": "^3.4.9"
42
+ "typescript": "~5.6.2"
44
43
  },
45
44
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/datamigration/arm-datamigration",
46
45
  "repository": {
@@ -82,7 +81,7 @@
82
81
  "integration-test:browser": "echo skipped",
83
82
  "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
84
83
  "lint": "echo skipped",
85
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
84
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
86
85
  "pack": "npm pack 2>&1",
87
86
  "prepack": "npm run build",
88
87
  "test": "npm run integration-test",