@pipelab/plugin-system 1.0.0-beta.10 → 1.0.0-beta.12

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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { a as __require, i as __reExport, o as __toESM, r as __exportAll, t as __commonJSMin } from "./chunk-kImr3pkf.mjs";
1
+ import { a as __require, i as __reExport, n as __esmMin, o as __toESM, r as __exportAll, t as __commonJSMin } from "./chunk-kImr3pkf.mjs";
2
2
  import { hostname } from "os";
3
3
  import { normalize } from "path";
4
4
  import { formatWithOptions, types } from "util";
@@ -45180,7 +45180,16 @@ object({
45180
45180
  pipelines: optional(array(SaveLocationValidator), [])
45181
45181
  });
45182
45182
  //#endregion
45183
+ //#region ../../node_modules/tsdown/esm-shims.js
45184
+ var getFilename, getDirname, __dirname;
45185
+ var init_esm_shims = __esmMin((() => {
45186
+ getFilename = () => fileURLToPath(import.meta.url);
45187
+ getDirname = () => path.dirname(getFilename());
45188
+ __dirname = /* @__PURE__ */ getDirname();
45189
+ }));
45190
+ //#endregion
45183
45191
  //#region ../../packages/core-node/src/context.ts
45192
+ init_esm_shims();
45184
45193
  const _dirname = typeof __dirname !== "undefined" ? __dirname : typeof import.meta !== "undefined" && import.meta.url ? dirname(fileURLToPath(import.meta.url)) : process.cwd();
45185
45194
  process.env.NODE_ENV;
45186
45195
  /**
@@ -104701,6 +104710,7 @@ var require_lib$9 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
104701
104710
  //#endregion
104702
104711
  //#region ../../node_modules/@npmcli/run-script/lib/set-path.js
104703
104712
  var require_set_path = /* @__PURE__ */ __commonJSMin(((exports, module) => {
104713
+ init_esm_shims();
104704
104714
  const { log } = require_lib$29();
104705
104715
  const { resolve: resolve$4, dirname: dirname$2, delimiter } = __require("path");
104706
104716
  const nodeGypPath = resolve$4(__dirname, "../lib/node-gyp-bin");