single-file-cli 2.0.36 → 2.0.38

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/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const version = "2.0.36";
1
+ export const version = "2.0.38";
package/options.js CHANGED
@@ -199,7 +199,7 @@ function parseArgs(args) {
199
199
  }
200
200
  let nextArgName;
201
201
  if (argValue === undefined) {
202
- while (
202
+ if (
203
203
  argIndex + 1 < args.length &&
204
204
  ({ argName: nextArgName } = parseArg(args[argIndex + 1])) &&
205
205
  (nextArgName === undefined || !getOptionInfo(nextArgName)) &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-cli",
3
- "version": "2.0.36",
3
+ "version": "2.0.38",
4
4
  "description": "SingleFile CLI",
5
5
  "author": "Gildas Lormeau",
6
6
  "engines": {