@node-minify/cli 10.0.1 → 10.1.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/dist/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -4,7 +4,7 @@ import { Command } from "commander";
4
4
  import updateNotifier from "update-notifier";
5
5
 
6
6
  //#region package.json
7
- var version = "10.0.1";
7
+ var version = "10.1.0";
8
8
  var package_default = {
9
9
  name: "@node-minify/cli",
10
10
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-minify/cli",
3
- "version": "10.0.1",
3
+ "version": "10.1.0",
4
4
  "description": "CLI - command line interface for @node-minify",
5
5
  "keywords": [
6
6
  "compressor",