@pipelab/plugin-nvpatch 1.0.0-beta.10 → 1.0.0-beta.11
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 +11 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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 { fileURLToPath } from "node:url";
|
|
3
3
|
import { ChildProcess, execFile, spawn, spawnSync } from "node:child_process";
|
|
4
4
|
import { StringDecoder } from "node:string_decoder";
|
|
@@ -51325,7 +51325,16 @@ object({
|
|
|
51325
51325
|
pipelines: optional(array(SaveLocationValidator), [])
|
|
51326
51326
|
});
|
|
51327
51327
|
//#endregion
|
|
51328
|
+
//#region ../../node_modules/tsdown/esm-shims.js
|
|
51329
|
+
var getFilename, getDirname, __dirname;
|
|
51330
|
+
var init_esm_shims = __esmMin((() => {
|
|
51331
|
+
getFilename = () => fileURLToPath(import.meta.url);
|
|
51332
|
+
getDirname = () => path.dirname(getFilename());
|
|
51333
|
+
__dirname = /* @__PURE__ */ getDirname();
|
|
51334
|
+
}));
|
|
51335
|
+
//#endregion
|
|
51328
51336
|
//#region ../../packages/core-node/src/context.ts
|
|
51337
|
+
init_esm_shims();
|
|
51329
51338
|
const _dirname = typeof __dirname !== "undefined" ? __dirname : typeof import.meta !== "undefined" && import.meta.url ? dirname(fileURLToPath(import.meta.url)) : process.cwd();
|
|
51330
51339
|
process.env.NODE_ENV;
|
|
51331
51340
|
/**
|
|
@@ -115073,6 +115082,7 @@ var require_lib$9 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
115073
115082
|
//#endregion
|
|
115074
115083
|
//#region ../../node_modules/@npmcli/run-script/lib/set-path.js
|
|
115075
115084
|
var require_set_path = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
115085
|
+
init_esm_shims();
|
|
115076
115086
|
const { log } = require_lib$29();
|
|
115077
115087
|
const { resolve: resolve$4, dirname: dirname$2, delimiter } = __require("path");
|
|
115078
115088
|
const nodeGypPath = resolve$4(__dirname, "../lib/node-gyp-bin");
|