@azure/arm-templatespecs 2.1.1-alpha.20241030.1 → 2.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 TemplateSpecsClient.",
6
- "version": "2.1.1-alpha.20241030.1",
6
+ "version": "2.1.1-alpha.20241031.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -37,8 +37,7 @@
37
37
  "cross-env": "^7.0.2",
38
38
  "mocha": "^10.0.0",
39
39
  "ts-node": "^10.0.0",
40
- "typescript": "~5.6.2",
41
- "uglify-js": "^3.4.9"
40
+ "typescript": "~5.6.2"
42
41
  },
43
42
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/templatespecs/arm-templatespecs",
44
43
  "repository": {
@@ -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",