headlamp 0.1.2 → 0.1.3

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.cjs CHANGED
@@ -7246,7 +7246,11 @@ ${footer}`;
7246
7246
  var import_meta2 = {};
7247
7247
  var jestBin = "./node_modules/.bin/jest";
7248
7248
  var babelNodeBin = "./node_modules/.bin/babel-node";
7249
- var requireCjs = (0, import_node_module2.createRequire)(import_meta2.url);
7249
+ var moduleSpecifierForRequire = (
7250
+ // @ts-ignore
7251
+ typeof __filename !== "undefined" ? __filename : import_meta2.url
7252
+ );
7253
+ var requireCjs = (0, import_node_module2.createRequire)(moduleSpecifierForRequire);
7250
7254
  var registerSignalHandlersOnce = () => {
7251
7255
  let handled = false;
7252
7256
  const on = (sig) => {