@skuba-lib/api 2.1.0-replace-global-vars-20260329120229 → 2.1.0-replace-global-vars-20260330124828

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.
@@ -1,5 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- require("../exec-DUcJvdkL.cjs");
3
2
  const require_buildkite = require("../buildkite-DmBcp0xn.cjs");
4
3
  exports.annotate = require_buildkite.annotate;
5
4
  exports.md = require_buildkite.md;
@@ -1,3 +1,2 @@
1
- import "../exec-DQUwQ4rQ.mjs";
2
1
  import { n as md, r as annotate } from "../buildkite-_Q8hdaoa.mjs";
3
2
  export { annotate, md };
@@ -1,2 +1,2 @@
1
- import { a as putIssueComment, c as buildNameFromEnvironment, d as createCheckRun, i as uploadFileChanges, l as enabledFromEnvironment, n as readFileChanges, o as getPullRequestNumber, r as uploadAllFileChanges, s as apiTokenFromEnvironment, u as Annotation } from "../index-2A2MaC-n.mjs";
1
+ import { a as putIssueComment, c as buildNameFromEnvironment, d as createCheckRun, i as uploadFileChanges, l as enabledFromEnvironment, n as readFileChanges, o as getPullRequestNumber, r as uploadAllFileChanges, s as apiTokenFromEnvironment, u as Annotation } from "../index-9k0uNPiA.mjs";
2
2
  export { Annotation, apiTokenFromEnvironment, buildNameFromEnvironment, createCheckRun, enabledFromEnvironment, getPullRequestNumber, putIssueComment, readFileChanges, uploadAllFileChanges, uploadFileChanges };
@@ -1,6 +1,6 @@
1
1
  import { f as ChangedFile } from "./index-BLuWPbMv.mjs";
2
- import { Octokit } from "@octokit/rest";
3
2
  import { Endpoints } from "@octokit/types";
3
+ import { Octokit } from "@octokit/rest";
4
4
 
5
5
  //#region src/github/checkRun.d.ts
6
6
  type Output = NonNullable<Endpoints['PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}']['parameters']['output']>;
package/lib/index.cjs CHANGED
@@ -1,5 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- require("./exec-DUcJvdkL.cjs");
3
2
  const require_buildkite = require("./buildkite-DmBcp0xn.cjs");
4
3
  const require_git = require("./git-BYOuhqt4.cjs");
5
4
  const require_github = require("./github-JXupzTT2.cjs");
package/lib/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as index_d_exports } from "./index-B-uDtu2-.mjs";
2
2
  import { t as index_d_exports$1 } from "./index-BLuWPbMv.mjs";
3
- import { t as index_d_exports$2 } from "./index-2A2MaC-n.mjs";
3
+ import { t as index_d_exports$2 } from "./index-9k0uNPiA.mjs";
4
4
  import { t as index_d_exports$3 } from "./index-BFKo2N5d.mjs";
5
5
  export { index_d_exports as Buildkite, index_d_exports$1 as Git, index_d_exports$2 as GitHub, index_d_exports$3 as Net };
package/lib/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- import "./exec-DQUwQ4rQ.mjs";
2
1
  import { t as buildkite_exports } from "./buildkite-_Q8hdaoa.mjs";
3
2
  import { t as git_exports } from "./git-C_5L5VYi.mjs";
4
3
  import { t as github_exports } from "./github-BZ1cZWzH.mjs";
package/lib/net/index.cjs CHANGED
@@ -1,4 +1,3 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- require("../exec-DUcJvdkL.cjs");
3
2
  const require_net = require("../net-BeqS-usg.cjs");
4
3
  exports.waitFor = require_net.waitFor;
package/lib/net/index.mjs CHANGED
@@ -1,3 +1,2 @@
1
- import "../exec-DQUwQ4rQ.mjs";
2
1
  import { n as waitFor } from "../net-CkRNCUwv.mjs";
3
2
  export { waitFor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skuba-lib/api",
3
- "version": "2.1.0-replace-global-vars-20260329120229",
3
+ "version": "2.1.0-replace-global-vars-20260330124828",
4
4
  "description": "Node.js development API for skuba",
5
5
  "homepage": "https://github.com/seek-oss/skuba#readme",
6
6
  "bugs": {