@azure/arm-healthcareapis 3.1.1-alpha.20241029.1 → 3.1.1-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 HealthcareApisManagementClient.",
6
- "version": "3.1.1-alpha.20241029.1",
6
+ "version": "3.1.1-alpha.20241031.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -40,8 +40,7 @@
40
40
  "dotenv": "^16.0.0",
41
41
  "mocha": "^10.0.0",
42
42
  "ts-node": "^10.0.0",
43
- "typescript": "~5.6.2",
44
- "uglify-js": "^3.4.9"
43
+ "typescript": "~5.6.2"
45
44
  },
46
45
  "repository": {
47
46
  "type": "git",
@@ -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",