@azure/arm-resourcehealth 4.1.0-alpha.20241029.1 → 4.1.0-alpha.20241031.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 -4
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.20241029.1",
6
+ "version": "4.1.0-alpha.20241031.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -38,8 +38,7 @@
38
38
  "dotenv": "^16.0.0",
39
39
  "mocha": "^10.0.0",
40
40
  "ts-node": "^10.0.0",
41
- "typescript": "~5.6.2",
42
- "uglify-js": "^3.4.9"
41
+ "typescript": "~5.6.2"
43
42
  },
44
43
  "repository": {
45
44
  "type": "git",
@@ -80,7 +79,7 @@
80
79
  "integration-test:browser": "echo skipped",
81
80
  "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
82
81
  "lint": "echo skipped",
83
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
82
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
84
83
  "pack": "npm pack 2>&1",
85
84
  "prepack": "npm run build",
86
85
  "test": "npm run integration-test",