@skuba-lib/api 2.1.0-replace-global-vars-20260420092755 → 2.1.0-replace-global-vars-20260421064100
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/lib/buildkite/index.cjs +1 -1
- package/lib/buildkite/index.mjs +1 -1
- package/lib/{buildkite-_Q8hdaoa.mjs → buildkite-Bd8zXYkU.mjs} +1 -1
- package/lib/{buildkite-DmBcp0xn.cjs → buildkite-DcrkcZda.cjs} +1 -1
- package/lib/{exec-DUcJvdkL.cjs → exec-BIPF5uwk.cjs} +1 -1
- package/lib/{exec-DQUwQ4rQ.mjs → exec-DYccUhDw.mjs} +1 -1
- package/lib/index.cjs +2 -2
- package/lib/index.mjs +2 -2
- package/lib/net/index.cjs +1 -1
- package/lib/net/index.mjs +1 -1
- package/lib/{net-BeqS-usg.cjs → net-B61LvRtp.cjs} +1 -1
- package/lib/{net-CkRNCUwv.mjs → net-BzJ00WCU.mjs} +1 -1
- package/package.json +1 -1
package/lib/buildkite/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_buildkite = require("../buildkite-
|
|
2
|
+
const require_buildkite = require("../buildkite-DcrkcZda.cjs");
|
|
3
3
|
exports.annotate = require_buildkite.annotate;
|
|
4
4
|
exports.md = require_buildkite.md;
|
package/lib/buildkite/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as md, r as annotate } from "../buildkite-
|
|
1
|
+
import { n as md, r as annotate } from "../buildkite-Bd8zXYkU.mjs";
|
|
2
2
|
export { annotate, md };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll } from "./chunk-CMuxRQOh.mjs";
|
|
2
|
-
import { n as exec, r as hasCommand } from "./exec-
|
|
2
|
+
import { n as exec, r as hasCommand } from "./exec-DYccUhDw.mjs";
|
|
3
3
|
import { n as log } from "./error-CZvhiIp1.mjs";
|
|
4
4
|
//#region src/buildkite/annotate.ts
|
|
5
5
|
const isAnnotationEnabled = async () => Boolean(process.env.BUILDKITE && process.env.BUILDKITE_AGENT_ACCESS_TOKEN && process.env.BUILDKITE_JOB_ID && await hasCommand("buildkite-agent"));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_error = require("./error-DfvWSkCQ.cjs");
|
|
2
|
-
const require_exec = require("./exec-
|
|
2
|
+
const require_exec = require("./exec-BIPF5uwk.cjs");
|
|
3
3
|
//#region src/buildkite/annotate.ts
|
|
4
4
|
const isAnnotationEnabled = async () => Boolean(process.env.BUILDKITE && process.env.BUILDKITE_AGENT_ACCESS_TOKEN && process.env.BUILDKITE_JOB_ID && await require_exec.hasCommand("buildkite-agent"));
|
|
5
5
|
const MAX_SIZE = 1024 * 1024;
|
|
@@ -16079,7 +16079,7 @@ var YarnWarningFilter = class extends stream.default.Transform {
|
|
|
16079
16079
|
(0, import_npm_run_path.default)({ cwd: __dirname });
|
|
16080
16080
|
const runCommand = (command, args, opts) => {
|
|
16081
16081
|
const subprocess = (0, import_execa.default)(command, args, {
|
|
16082
|
-
localDir: __dirname,
|
|
16082
|
+
localDir: opts?.localDir ?? __dirname,
|
|
16083
16083
|
preferLocal: true,
|
|
16084
16084
|
stdio: "inherit",
|
|
16085
16085
|
...opts
|
|
@@ -16078,7 +16078,7 @@ var YarnWarningFilter = class extends stream.Transform {
|
|
|
16078
16078
|
(0, import_npm_run_path.default)({ cwd: import.meta.dirname });
|
|
16079
16079
|
const runCommand = (command, args, opts) => {
|
|
16080
16080
|
const subprocess = (0, import_execa.default)(command, args, {
|
|
16081
|
-
localDir: import.meta.dirname,
|
|
16081
|
+
localDir: opts?.localDir ?? import.meta.dirname,
|
|
16082
16082
|
preferLocal: true,
|
|
16083
16083
|
stdio: "inherit",
|
|
16084
16084
|
...opts
|
package/lib/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_buildkite = require("./buildkite-
|
|
2
|
+
const require_buildkite = require("./buildkite-DcrkcZda.cjs");
|
|
3
3
|
const require_git = require("./git-BYOuhqt4.cjs");
|
|
4
4
|
const require_github = require("./github-JXupzTT2.cjs");
|
|
5
|
-
const require_net = require("./net-
|
|
5
|
+
const require_net = require("./net-B61LvRtp.cjs");
|
|
6
6
|
Object.defineProperty(exports, "Buildkite", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function() {
|
package/lib/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as buildkite_exports } from "./buildkite-
|
|
1
|
+
import { t as buildkite_exports } from "./buildkite-Bd8zXYkU.mjs";
|
|
2
2
|
import { t as git_exports } from "./git-C_5L5VYi.mjs";
|
|
3
3
|
import { t as github_exports } from "./github-BZ1cZWzH.mjs";
|
|
4
|
-
import { t as net_exports } from "./net-
|
|
4
|
+
import { t as net_exports } from "./net-BzJ00WCU.mjs";
|
|
5
5
|
export { buildkite_exports as Buildkite, git_exports as Git, github_exports as GitHub, net_exports as Net };
|
package/lib/net/index.cjs
CHANGED
package/lib/net/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as waitFor } from "../net-
|
|
1
|
+
import { n as waitFor } from "../net-BzJ00WCU.mjs";
|
|
2
2
|
export { waitFor };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll } from "./chunk-CMuxRQOh.mjs";
|
|
2
|
-
import { t as createExec } from "./exec-
|
|
2
|
+
import { t as createExec } from "./exec-DYccUhDw.mjs";
|
|
3
3
|
import net from "net";
|
|
4
4
|
//#region src/net/compose.ts
|
|
5
5
|
const portStringToNumber = (portString) => {
|
package/package.json
CHANGED