@pipelab/plugin-itch 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 +12 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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 path, { delimiter, dirname, join } from "node:path";
|
|
3
3
|
import { access, chmod, mkdir, mkdtemp, realpath, rm } from "node:fs/promises";
|
|
4
4
|
import { appendFileSync, constants, createReadStream, createWriteStream, existsSync, readFileSync, statSync, writeFileSync } from "node:fs";
|
|
5
5
|
import { hostname } from "os";
|
|
6
6
|
import { normalize } from "path";
|
|
7
7
|
import { formatWithOptions, types } from "util";
|
|
8
|
-
import { constants as constants$1, tmpdir } from "node:os";
|
|
9
8
|
import { fileURLToPath } from "node:url";
|
|
9
|
+
import { constants as constants$1, tmpdir } from "node:os";
|
|
10
10
|
import http from "node:http";
|
|
11
11
|
import { webcrypto } from "node:crypto";
|
|
12
12
|
import { ChildProcess, execFile, spawn, spawnSync } from "node:child_process";
|
|
@@ -45183,7 +45183,16 @@ object({
|
|
|
45183
45183
|
pipelines: optional(array(SaveLocationValidator), [])
|
|
45184
45184
|
});
|
|
45185
45185
|
//#endregion
|
|
45186
|
+
//#region ../../node_modules/tsdown/esm-shims.js
|
|
45187
|
+
var getFilename, getDirname, __dirname;
|
|
45188
|
+
var init_esm_shims = __esmMin((() => {
|
|
45189
|
+
getFilename = () => fileURLToPath(import.meta.url);
|
|
45190
|
+
getDirname = () => path.dirname(getFilename());
|
|
45191
|
+
__dirname = /* @__PURE__ */ getDirname();
|
|
45192
|
+
}));
|
|
45193
|
+
//#endregion
|
|
45186
45194
|
//#region ../../packages/core-node/src/context.ts
|
|
45195
|
+
init_esm_shims();
|
|
45187
45196
|
const _dirname = typeof __dirname !== "undefined" ? __dirname : typeof import.meta !== "undefined" && import.meta.url ? dirname(fileURLToPath(import.meta.url)) : process.cwd();
|
|
45188
45197
|
process.env.NODE_ENV;
|
|
45189
45198
|
/**
|
|
@@ -111009,6 +111018,7 @@ var require_lib$9 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
111009
111018
|
//#endregion
|
|
111010
111019
|
//#region ../../node_modules/@npmcli/run-script/lib/set-path.js
|
|
111011
111020
|
var require_set_path = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
111021
|
+
init_esm_shims();
|
|
111012
111022
|
const { log } = require_lib$29();
|
|
111013
111023
|
const { resolve: resolve$4, dirname: dirname$2, delimiter: delimiter$1 } = __require("path");
|
|
111014
111024
|
const nodeGypPath = resolve$4(__dirname, "../lib/node-gyp-bin");
|