powerlines 0.42.21 → 0.42.22

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.
@@ -77,7 +77,7 @@ let unplugin = require("unplugin");
77
77
 
78
78
  //#region package.json
79
79
  var name = "powerlines";
80
- var version = "0.42.20";
80
+ var version = "0.42.21";
81
81
 
82
82
  //#endregion
83
83
  //#region src/_internal/helpers/generate-types.ts
@@ -2200,7 +2200,7 @@ var PowerlinesContext = class PowerlinesContext {
2200
2200
  extensions: this.config.resolve.extensions
2201
2201
  }, options));
2202
2202
  if (!result) return;
2203
- const external = Boolean(!(0, bundle_require.match)(moduleId, this.config.resolve.noExternal) && ((0, bundle_require.match)(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isResolvableId(moduleId) && this.config.projectType !== "application" || this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)));
2203
+ const external = Boolean(!(0, bundle_require.match)(moduleId, this.config.resolve.noExternal) && ((0, bundle_require.match)(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || (!this.fs.isResolvableId(moduleId) || this.fs.isResolvableId(moduleId) && this.config.projectType !== "application") && this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)));
2204
2204
  return {
2205
2205
  id: result,
2206
2206
  external,
@@ -3945,4 +3945,4 @@ Object.defineProperty(exports, 'version', {
3945
3945
  return version;
3946
3946
  }
3947
3947
  });
3948
- //# sourceMappingURL=api-Bt68FE-P.cjs.map
3948
+ //# sourceMappingURL=api-C6MewkT2.cjs.map