@azure/arm-templatespecs 2.1.1-alpha.20241030.1 → 2.1.1-alpha.20241111.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 +4 -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 TemplateSpecsClient.",
6
- "version": "2.1.1-alpha.20241030.1",
6
+ "version": "2.1.1-alpha.20241111.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -34,11 +34,9 @@
34
34
  "@types/mocha": "^10.0.0",
35
35
  "@types/node": "^18.0.0",
36
36
  "chai": "^4.2.0",
37
- "cross-env": "^7.0.2",
38
37
  "mocha": "^10.0.0",
39
38
  "ts-node": "^10.0.0",
40
- "typescript": "~5.6.2",
41
- "uglify-js": "^3.4.9"
39
+ "typescript": "~5.6.2"
42
40
  },
43
41
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/templatespecs/arm-templatespecs",
44
42
  "repository": {
@@ -80,7 +78,7 @@
80
78
  "integration-test:browser": "echo skipped",
81
79
  "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
82
80
  "lint": "echo skipped",
83
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
81
+ "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
82
  "pack": "npm pack 2>&1",
85
83
  "prepack": "npm run build",
86
84
  "test": "npm run integration-test",
@@ -88,7 +86,7 @@
88
86
  "test:node": "echo skipped",
89
87
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
90
88
  "unit-test:browser": "echo skipped",
91
- "unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
89
+ "unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
92
90
  "update-snippets": "echo skipped"
93
91
  },
94
92
  "sideEffects": false,