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.
- package/dist/cli/index.cjs +1 -2
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -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.
|
|
358
|
+
return true ? "0.2.9" : "unknown";
|
|
360
359
|
}
|
|
361
360
|
function getFileArg() {
|
|
362
361
|
const file = args[1];
|