@contrast/cli 1.46.0 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/rewrite.js +1 -0
  2. package/package.json +7 -7
package/lib/rewrite.js CHANGED
@@ -151,6 +151,7 @@ async function rewriteFile(filename) {
151
151
  isModule,
152
152
  inject: true,
153
153
  wrap: !isModule,
154
+ minify: true,
154
155
  });
155
156
  rewriter.cache.write(filename, result);
156
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/cli",
3
- "version": "1.46.0",
3
+ "version": "1.47.0",
4
4
  "description": "A collection of agent related CLI utilities",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@contrast/find-package-json": "^1.1.0",
27
- "@contrast/rewriter": "1.26.0",
27
+ "@contrast/rewriter": "1.27.0",
28
28
  "@contrast/common": "1.32.0",
29
- "@contrast/config": "1.45.0",
30
- "@contrast/core": "1.50.0",
31
- "@contrast/logger": "1.23.0",
29
+ "@contrast/config": "1.46.0",
30
+ "@contrast/core": "1.51.0",
31
+ "@contrast/logger": "1.24.0",
32
32
  "@contrast/perf": "1.3.1",
33
- "@contrast/reporter": "1.46.0",
34
- "@contrast/scopes": "1.20.0",
33
+ "@contrast/reporter": "1.47.0",
34
+ "@contrast/scopes": "1.21.0",
35
35
  "@swc/core": "1.5.29",
36
36
  "commander": "^9.4.1"
37
37
  }