logshield-cli 0.2.8 → 0.2.9

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.
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  "use strict";
4
3
  var __create = Object.create;
5
4
  var __defProp = Object.defineProperty;
@@ -356,7 +355,7 @@ function hasFlag(flag) {
356
355
  return args.includes(flag);
357
356
  }
358
357
  function getVersion() {
359
- return true ? "0.2.8" : "unknown";
358
+ return true ? "0.2.9" : "unknown";
360
359
  }
361
360
  function getFileArg() {
362
361
  const file = args[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logshield-cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "commonjs",
5
5
  "bin": {
6
6
  "logshield": "dist/cli/index.cjs"