@releasekit/release 0.7.14 → 0.7.16

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/cli.js CHANGED
@@ -1,4 +1,6 @@
1
1
  #!/usr/bin/env node
2
+ import {createRequire as __createRequire} from 'module';
3
+ var require = __createRequire(import.meta.url);
2
4
  var __create = Object.create;
3
5
  var __defProp = Object.defineProperty;
4
6
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -38,19 +40,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
40
  mod
39
41
  ));
40
42
 
41
- // ../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/esm_shims.js
42
- import path from "path";
43
- import { fileURLToPath } from "url";
44
- var getFilename, getDirname, __dirname;
45
- var init_esm_shims = __esm({
46
- "../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/esm_shims.js"() {
47
- "use strict";
48
- getFilename = () => fileURLToPath(import.meta.url);
49
- getDirname = () => path.dirname(getFilename());
50
- __dirname = /* @__PURE__ */ getDirname();
51
- }
52
- });
53
-
54
43
  // ../version/dist/chunk-Q3FHZORY.js
55
44
  import chalk2 from "chalk";
56
45
  function shouldLog2(level) {
@@ -69,7 +58,6 @@ var LOG_LEVELS2, PREFIXES2, COLORS2, currentLevel2, quietMode2, ReleaseKitError2
69
58
  var init_chunk_Q3FHZORY = __esm({
70
59
  "../version/dist/chunk-Q3FHZORY.js"() {
71
60
  "use strict";
72
- init_esm_shims();
73
61
  LOG_LEVELS2 = {
74
62
  error: 0,
75
63
  warn: 1,
@@ -132,7 +120,6 @@ var execAsync, execSync;
132
120
  var init_chunk_LMPZV35Z = __esm({
133
121
  "../version/dist/chunk-LMPZV35Z.js"() {
134
122
  "use strict";
135
- init_esm_shims();
136
123
  execAsync = (file, args, options) => {
137
124
  const defaultOptions3 = { maxBuffer: 1024 * 1024 * 10, ...options };
138
125
  return new Promise((resolve11, reject2) => {
@@ -153,7 +140,6 @@ var init_chunk_LMPZV35Z = __esm({
153
140
  var init_types = __esm({
154
141
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.5.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/types.js"() {
155
142
  "use strict";
156
- init_esm_shims();
157
143
  }
158
144
  });
159
145
 
@@ -172,7 +158,6 @@ function toArray(value) {
172
158
  var init_utils = __esm({
173
159
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.5.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/utils.js"() {
174
160
  "use strict";
175
- init_esm_shims();
176
161
  }
177
162
  });
178
163
 
@@ -212,7 +197,6 @@ async function* splitStream(stream, separator) {
212
197
  var init_dist = __esm({
213
198
  "../../node_modules/.pnpm/@simple-libs+stream-utils@1.1.0/node_modules/@simple-libs/stream-utils/dist/index.js"() {
214
199
  "use strict";
215
- init_esm_shims();
216
200
  }
217
201
  });
218
202
 
@@ -263,7 +247,6 @@ function output(process2) {
263
247
  var init_dist2 = __esm({
264
248
  "../../node_modules/.pnpm/@simple-libs+child-process-utils@1.0.1/node_modules/@simple-libs/child-process-utils/dist/index.js"() {
265
249
  "use strict";
266
- init_esm_shims();
267
250
  init_dist();
268
251
  }
269
252
  });
@@ -274,7 +257,6 @@ var SCISSOR, GitClient;
274
257
  var init_GitClient = __esm({
275
258
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.5.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/GitClient.js"() {
276
259
  "use strict";
277
- init_esm_shims();
278
260
  init_dist();
279
261
  init_dist2();
280
262
  init_utils();
@@ -517,7 +499,6 @@ var init_GitClient = __esm({
517
499
  var require_constants = __commonJS({
518
500
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/constants.js"(exports2, module2) {
519
501
  "use strict";
520
- init_esm_shims();
521
502
  var SEMVER_SPEC_VERSION = "2.0.0";
522
503
  var MAX_LENGTH = 256;
523
504
  var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
@@ -550,7 +531,6 @@ var require_constants = __commonJS({
550
531
  var require_debug = __commonJS({
551
532
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/debug.js"(exports2, module2) {
552
533
  "use strict";
553
- init_esm_shims();
554
534
  var debug3 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
555
535
  };
556
536
  module2.exports = debug3;
@@ -561,7 +541,6 @@ var require_debug = __commonJS({
561
541
  var require_re = __commonJS({
562
542
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/re.js"(exports2, module2) {
563
543
  "use strict";
564
- init_esm_shims();
565
544
  var {
566
545
  MAX_SAFE_COMPONENT_LENGTH,
567
546
  MAX_SAFE_BUILD_LENGTH,
@@ -650,7 +629,6 @@ var require_re = __commonJS({
650
629
  var require_parse_options = __commonJS({
651
630
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/parse-options.js"(exports2, module2) {
652
631
  "use strict";
653
- init_esm_shims();
654
632
  var looseOption = Object.freeze({ loose: true });
655
633
  var emptyOpts = Object.freeze({});
656
634
  var parseOptions = (options) => {
@@ -670,7 +648,6 @@ var require_parse_options = __commonJS({
670
648
  var require_identifiers = __commonJS({
671
649
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/identifiers.js"(exports2, module2) {
672
650
  "use strict";
673
- init_esm_shims();
674
651
  var numeric2 = /^[0-9]+$/;
675
652
  var compareIdentifiers = (a, b) => {
676
653
  if (typeof a === "number" && typeof b === "number") {
@@ -696,7 +673,6 @@ var require_identifiers = __commonJS({
696
673
  var require_semver = __commonJS({
697
674
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/semver.js"(exports2, module2) {
698
675
  "use strict";
699
- init_esm_shims();
700
676
  var debug3 = require_debug();
701
677
  var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
702
678
  var { safeRe: re, t } = require_re();
@@ -976,7 +952,6 @@ var require_semver = __commonJS({
976
952
  var require_parse = __commonJS({
977
953
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/parse.js"(exports2, module2) {
978
954
  "use strict";
979
- init_esm_shims();
980
955
  var SemVer = require_semver();
981
956
  var parse4 = (version, options, throwErrors = false) => {
982
957
  if (version instanceof SemVer) {
@@ -999,7 +974,6 @@ var require_parse = __commonJS({
999
974
  var require_valid = __commonJS({
1000
975
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/valid.js"(exports2, module2) {
1001
976
  "use strict";
1002
- init_esm_shims();
1003
977
  var parse4 = require_parse();
1004
978
  var valid = (version, options) => {
1005
979
  const v = parse4(version, options);
@@ -1013,7 +987,6 @@ var require_valid = __commonJS({
1013
987
  var require_clean = __commonJS({
1014
988
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/clean.js"(exports2, module2) {
1015
989
  "use strict";
1016
- init_esm_shims();
1017
990
  var parse4 = require_parse();
1018
991
  var clean = (version, options) => {
1019
992
  const s = parse4(version.trim().replace(/^[=v]+/, ""), options);
@@ -1027,7 +1000,6 @@ var require_clean = __commonJS({
1027
1000
  var require_inc = __commonJS({
1028
1001
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/inc.js"(exports2, module2) {
1029
1002
  "use strict";
1030
- init_esm_shims();
1031
1003
  var SemVer = require_semver();
1032
1004
  var inc = (version, release, options, identifier, identifierBase) => {
1033
1005
  if (typeof options === "string") {
@@ -1052,7 +1024,6 @@ var require_inc = __commonJS({
1052
1024
  var require_diff = __commonJS({
1053
1025
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/diff.js"(exports2, module2) {
1054
1026
  "use strict";
1055
- init_esm_shims();
1056
1027
  var parse4 = require_parse();
1057
1028
  var diff = (version1, version2) => {
1058
1029
  const v1 = parse4(version1, null, true);
@@ -1097,7 +1068,6 @@ var require_diff = __commonJS({
1097
1068
  var require_major = __commonJS({
1098
1069
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/major.js"(exports2, module2) {
1099
1070
  "use strict";
1100
- init_esm_shims();
1101
1071
  var SemVer = require_semver();
1102
1072
  var major = (a, loose) => new SemVer(a, loose).major;
1103
1073
  module2.exports = major;
@@ -1108,7 +1078,6 @@ var require_major = __commonJS({
1108
1078
  var require_minor = __commonJS({
1109
1079
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/minor.js"(exports2, module2) {
1110
1080
  "use strict";
1111
- init_esm_shims();
1112
1081
  var SemVer = require_semver();
1113
1082
  var minor = (a, loose) => new SemVer(a, loose).minor;
1114
1083
  module2.exports = minor;
@@ -1119,7 +1088,6 @@ var require_minor = __commonJS({
1119
1088
  var require_patch = __commonJS({
1120
1089
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/patch.js"(exports2, module2) {
1121
1090
  "use strict";
1122
- init_esm_shims();
1123
1091
  var SemVer = require_semver();
1124
1092
  var patch = (a, loose) => new SemVer(a, loose).patch;
1125
1093
  module2.exports = patch;
@@ -1130,7 +1098,6 @@ var require_patch = __commonJS({
1130
1098
  var require_prerelease = __commonJS({
1131
1099
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/prerelease.js"(exports2, module2) {
1132
1100
  "use strict";
1133
- init_esm_shims();
1134
1101
  var parse4 = require_parse();
1135
1102
  var prerelease = (version, options) => {
1136
1103
  const parsed = parse4(version, options);
@@ -1144,7 +1111,6 @@ var require_prerelease = __commonJS({
1144
1111
  var require_compare = __commonJS({
1145
1112
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare.js"(exports2, module2) {
1146
1113
  "use strict";
1147
- init_esm_shims();
1148
1114
  var SemVer = require_semver();
1149
1115
  var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
1150
1116
  module2.exports = compare;
@@ -1155,7 +1121,6 @@ var require_compare = __commonJS({
1155
1121
  var require_rcompare = __commonJS({
1156
1122
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rcompare.js"(exports2, module2) {
1157
1123
  "use strict";
1158
- init_esm_shims();
1159
1124
  var compare = require_compare();
1160
1125
  var rcompare = (a, b, loose) => compare(b, a, loose);
1161
1126
  module2.exports = rcompare;
@@ -1166,7 +1131,6 @@ var require_rcompare = __commonJS({
1166
1131
  var require_compare_loose = __commonJS({
1167
1132
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-loose.js"(exports2, module2) {
1168
1133
  "use strict";
1169
- init_esm_shims();
1170
1134
  var compare = require_compare();
1171
1135
  var compareLoose = (a, b) => compare(a, b, true);
1172
1136
  module2.exports = compareLoose;
@@ -1177,7 +1141,6 @@ var require_compare_loose = __commonJS({
1177
1141
  var require_compare_build = __commonJS({
1178
1142
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-build.js"(exports2, module2) {
1179
1143
  "use strict";
1180
- init_esm_shims();
1181
1144
  var SemVer = require_semver();
1182
1145
  var compareBuild = (a, b, loose) => {
1183
1146
  const versionA = new SemVer(a, loose);
@@ -1192,7 +1155,6 @@ var require_compare_build = __commonJS({
1192
1155
  var require_sort = __commonJS({
1193
1156
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/sort.js"(exports2, module2) {
1194
1157
  "use strict";
1195
- init_esm_shims();
1196
1158
  var compareBuild = require_compare_build();
1197
1159
  var sort2 = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
1198
1160
  module2.exports = sort2;
@@ -1203,7 +1165,6 @@ var require_sort = __commonJS({
1203
1165
  var require_rsort = __commonJS({
1204
1166
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rsort.js"(exports2, module2) {
1205
1167
  "use strict";
1206
- init_esm_shims();
1207
1168
  var compareBuild = require_compare_build();
1208
1169
  var rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
1209
1170
  module2.exports = rsort;
@@ -1214,7 +1175,6 @@ var require_rsort = __commonJS({
1214
1175
  var require_gt = __commonJS({
1215
1176
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gt.js"(exports2, module2) {
1216
1177
  "use strict";
1217
- init_esm_shims();
1218
1178
  var compare = require_compare();
1219
1179
  var gt = (a, b, loose) => compare(a, b, loose) > 0;
1220
1180
  module2.exports = gt;
@@ -1225,7 +1185,6 @@ var require_gt = __commonJS({
1225
1185
  var require_lt = __commonJS({
1226
1186
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lt.js"(exports2, module2) {
1227
1187
  "use strict";
1228
- init_esm_shims();
1229
1188
  var compare = require_compare();
1230
1189
  var lt = (a, b, loose) => compare(a, b, loose) < 0;
1231
1190
  module2.exports = lt;
@@ -1236,7 +1195,6 @@ var require_lt = __commonJS({
1236
1195
  var require_eq = __commonJS({
1237
1196
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/eq.js"(exports2, module2) {
1238
1197
  "use strict";
1239
- init_esm_shims();
1240
1198
  var compare = require_compare();
1241
1199
  var eq = (a, b, loose) => compare(a, b, loose) === 0;
1242
1200
  module2.exports = eq;
@@ -1247,7 +1205,6 @@ var require_eq = __commonJS({
1247
1205
  var require_neq = __commonJS({
1248
1206
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/neq.js"(exports2, module2) {
1249
1207
  "use strict";
1250
- init_esm_shims();
1251
1208
  var compare = require_compare();
1252
1209
  var neq = (a, b, loose) => compare(a, b, loose) !== 0;
1253
1210
  module2.exports = neq;
@@ -1258,7 +1215,6 @@ var require_neq = __commonJS({
1258
1215
  var require_gte = __commonJS({
1259
1216
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gte.js"(exports2, module2) {
1260
1217
  "use strict";
1261
- init_esm_shims();
1262
1218
  var compare = require_compare();
1263
1219
  var gte2 = (a, b, loose) => compare(a, b, loose) >= 0;
1264
1220
  module2.exports = gte2;
@@ -1269,7 +1225,6 @@ var require_gte = __commonJS({
1269
1225
  var require_lte = __commonJS({
1270
1226
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lte.js"(exports2, module2) {
1271
1227
  "use strict";
1272
- init_esm_shims();
1273
1228
  var compare = require_compare();
1274
1229
  var lte2 = (a, b, loose) => compare(a, b, loose) <= 0;
1275
1230
  module2.exports = lte2;
@@ -1280,7 +1235,6 @@ var require_lte = __commonJS({
1280
1235
  var require_cmp = __commonJS({
1281
1236
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/cmp.js"(exports2, module2) {
1282
1237
  "use strict";
1283
- init_esm_shims();
1284
1238
  var eq = require_eq();
1285
1239
  var neq = require_neq();
1286
1240
  var gt = require_gt();
@@ -1331,7 +1285,6 @@ var require_cmp = __commonJS({
1331
1285
  var require_coerce = __commonJS({
1332
1286
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/coerce.js"(exports2, module2) {
1333
1287
  "use strict";
1334
- init_esm_shims();
1335
1288
  var SemVer = require_semver();
1336
1289
  var parse4 = require_parse();
1337
1290
  var { safeRe: re, t } = require_re();
@@ -1378,7 +1331,6 @@ var require_coerce = __commonJS({
1378
1331
  var require_lrucache = __commonJS({
1379
1332
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/lrucache.js"(exports2, module2) {
1380
1333
  "use strict";
1381
- init_esm_shims();
1382
1334
  var LRUCache = class {
1383
1335
  constructor() {
1384
1336
  this.max = 1e3;
@@ -1417,7 +1369,6 @@ var require_lrucache = __commonJS({
1417
1369
  var require_range = __commonJS({
1418
1370
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/range.js"(exports2, module2) {
1419
1371
  "use strict";
1420
- init_esm_shims();
1421
1372
  var SPACE_CHARACTERS = /\s+/g;
1422
1373
  var Range = class _Range {
1423
1374
  constructor(range3, options) {
@@ -1795,7 +1746,6 @@ var require_range = __commonJS({
1795
1746
  var require_comparator = __commonJS({
1796
1747
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/comparator.js"(exports2, module2) {
1797
1748
  "use strict";
1798
- init_esm_shims();
1799
1749
  var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
1800
1750
  var Comparator = class _Comparator {
1801
1751
  static get ANY() {
@@ -1909,7 +1859,6 @@ var require_comparator = __commonJS({
1909
1859
  var require_satisfies = __commonJS({
1910
1860
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/satisfies.js"(exports2, module2) {
1911
1861
  "use strict";
1912
- init_esm_shims();
1913
1862
  var Range = require_range();
1914
1863
  var satisfies = (version, range3, options) => {
1915
1864
  try {
@@ -1927,7 +1876,6 @@ var require_satisfies = __commonJS({
1927
1876
  var require_to_comparators = __commonJS({
1928
1877
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/to-comparators.js"(exports2, module2) {
1929
1878
  "use strict";
1930
- init_esm_shims();
1931
1879
  var Range = require_range();
1932
1880
  var toComparators = (range3, options) => new Range(range3, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
1933
1881
  module2.exports = toComparators;
@@ -1938,7 +1886,6 @@ var require_to_comparators = __commonJS({
1938
1886
  var require_max_satisfying = __commonJS({
1939
1887
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/max-satisfying.js"(exports2, module2) {
1940
1888
  "use strict";
1941
- init_esm_shims();
1942
1889
  var SemVer = require_semver();
1943
1890
  var Range = require_range();
1944
1891
  var maxSatisfying = (versions, range3, options) => {
@@ -1968,7 +1915,6 @@ var require_max_satisfying = __commonJS({
1968
1915
  var require_min_satisfying = __commonJS({
1969
1916
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-satisfying.js"(exports2, module2) {
1970
1917
  "use strict";
1971
- init_esm_shims();
1972
1918
  var SemVer = require_semver();
1973
1919
  var Range = require_range();
1974
1920
  var minSatisfying = (versions, range3, options) => {
@@ -1998,7 +1944,6 @@ var require_min_satisfying = __commonJS({
1998
1944
  var require_min_version = __commonJS({
1999
1945
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-version.js"(exports2, module2) {
2000
1946
  "use strict";
2001
- init_esm_shims();
2002
1947
  var SemVer = require_semver();
2003
1948
  var Range = require_range();
2004
1949
  var gt = require_gt();
@@ -2058,7 +2003,6 @@ var require_min_version = __commonJS({
2058
2003
  var require_valid2 = __commonJS({
2059
2004
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/valid.js"(exports2, module2) {
2060
2005
  "use strict";
2061
- init_esm_shims();
2062
2006
  var Range = require_range();
2063
2007
  var validRange = (range3, options) => {
2064
2008
  try {
@@ -2075,7 +2019,6 @@ var require_valid2 = __commonJS({
2075
2019
  var require_outside = __commonJS({
2076
2020
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/outside.js"(exports2, module2) {
2077
2021
  "use strict";
2078
- init_esm_shims();
2079
2022
  var SemVer = require_semver();
2080
2023
  var Comparator = require_comparator();
2081
2024
  var { ANY } = Comparator;
@@ -2145,7 +2088,6 @@ var require_outside = __commonJS({
2145
2088
  var require_gtr = __commonJS({
2146
2089
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/gtr.js"(exports2, module2) {
2147
2090
  "use strict";
2148
- init_esm_shims();
2149
2091
  var outside = require_outside();
2150
2092
  var gtr = (version, range3, options) => outside(version, range3, ">", options);
2151
2093
  module2.exports = gtr;
@@ -2156,7 +2098,6 @@ var require_gtr = __commonJS({
2156
2098
  var require_ltr = __commonJS({
2157
2099
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/ltr.js"(exports2, module2) {
2158
2100
  "use strict";
2159
- init_esm_shims();
2160
2101
  var outside = require_outside();
2161
2102
  var ltr = (version, range3, options) => outside(version, range3, "<", options);
2162
2103
  module2.exports = ltr;
@@ -2167,7 +2108,6 @@ var require_ltr = __commonJS({
2167
2108
  var require_intersects = __commonJS({
2168
2109
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/intersects.js"(exports2, module2) {
2169
2110
  "use strict";
2170
- init_esm_shims();
2171
2111
  var Range = require_range();
2172
2112
  var intersects = (r1, r2, options) => {
2173
2113
  r1 = new Range(r1, options);
@@ -2182,7 +2122,6 @@ var require_intersects = __commonJS({
2182
2122
  var require_simplify = __commonJS({
2183
2123
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/simplify.js"(exports2, module2) {
2184
2124
  "use strict";
2185
- init_esm_shims();
2186
2125
  var satisfies = require_satisfies();
2187
2126
  var compare = require_compare();
2188
2127
  module2.exports = (versions, range3, options) => {
@@ -2233,7 +2172,6 @@ var require_simplify = __commonJS({
2233
2172
  var require_subset = __commonJS({
2234
2173
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/subset.js"(exports2, module2) {
2235
2174
  "use strict";
2236
- init_esm_shims();
2237
2175
  var Range = require_range();
2238
2176
  var Comparator = require_comparator();
2239
2177
  var { ANY } = Comparator;
@@ -2396,7 +2334,6 @@ var require_subset = __commonJS({
2396
2334
  var require_semver2 = __commonJS({
2397
2335
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/index.js"(exports2, module2) {
2398
2336
  "use strict";
2399
- init_esm_shims();
2400
2337
  var internalRe = require_re();
2401
2338
  var constants = require_constants();
2402
2339
  var SemVer = require_semver();
@@ -2492,7 +2429,6 @@ var require_semver2 = __commonJS({
2492
2429
  var init_types2 = __esm({
2493
2430
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/types.js"() {
2494
2431
  "use strict";
2495
- init_esm_shims();
2496
2432
  }
2497
2433
  });
2498
2434
 
@@ -2540,7 +2476,6 @@ var nomatchRegex;
2540
2476
  var init_regex = __esm({
2541
2477
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/regex.js"() {
2542
2478
  "use strict";
2543
- init_esm_shims();
2544
2479
  nomatchRegex = /(?!.*)/;
2545
2480
  }
2546
2481
  });
@@ -2587,7 +2522,6 @@ var SCISSOR2;
2587
2522
  var init_utils2 = __esm({
2588
2523
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/utils.js"() {
2589
2524
  "use strict";
2590
- init_esm_shims();
2591
2525
  SCISSOR2 = "------------------------ >8 ------------------------";
2592
2526
  }
2593
2527
  });
@@ -2597,7 +2531,6 @@ var defaultOptions;
2597
2531
  var init_options = __esm({
2598
2532
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/options.js"() {
2599
2533
  "use strict";
2600
- init_esm_shims();
2601
2534
  defaultOptions = {
2602
2535
  noteKeywords: ["BREAKING CHANGE", "BREAKING-CHANGE"],
2603
2536
  issuePrefixes: ["#"],
@@ -2643,7 +2576,6 @@ var CommitParser;
2643
2576
  var init_CommitParser = __esm({
2644
2577
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/CommitParser.js"() {
2645
2578
  "use strict";
2646
- init_esm_shims();
2647
2579
  init_regex();
2648
2580
  init_utils2();
2649
2581
  init_options();
@@ -2955,7 +2887,6 @@ function parseCommitsStream(options = {}) {
2955
2887
  var init_stream = __esm({
2956
2888
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/stream.js"() {
2957
2889
  "use strict";
2958
- init_esm_shims();
2959
2890
  init_CommitParser();
2960
2891
  }
2961
2892
  });
@@ -2971,7 +2902,6 @@ __export(dist_exports, {
2971
2902
  var init_dist3 = __esm({
2972
2903
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/index.js"() {
2973
2904
  "use strict";
2974
- init_esm_shims();
2975
2905
  init_types2();
2976
2906
  init_CommitParser();
2977
2907
  init_stream();
@@ -3012,7 +2942,6 @@ function findRevertCommit(commit, reverts) {
3012
2942
  var init_utils3 = __esm({
3013
2943
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/utils.js"() {
3014
2944
  "use strict";
3015
- init_esm_shims();
3016
2945
  }
3017
2946
  });
3018
2947
 
@@ -3021,7 +2950,6 @@ var RevertedCommitsFilter;
3021
2950
  var init_RevertedCommitsFilter = __esm({
3022
2951
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/RevertedCommitsFilter.js"() {
3023
2952
  "use strict";
3024
- init_esm_shims();
3025
2953
  init_utils3();
3026
2954
  RevertedCommitsFilter = class {
3027
2955
  hold = /* @__PURE__ */ new Set();
@@ -3091,7 +3019,6 @@ function filterRevertedCommitsStream() {
3091
3019
  var init_filters = __esm({
3092
3020
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/filters.js"() {
3093
3021
  "use strict";
3094
- init_esm_shims();
3095
3022
  init_RevertedCommitsFilter();
3096
3023
  }
3097
3024
  });
@@ -3107,7 +3034,6 @@ __export(dist_exports2, {
3107
3034
  var init_dist4 = __esm({
3108
3035
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/index.js"() {
3109
3036
  "use strict";
3110
- init_esm_shims();
3111
3037
  init_RevertedCommitsFilter();
3112
3038
  init_filters();
3113
3039
  }
@@ -3118,7 +3044,6 @@ var import_semver, ConventionalGitClient;
3118
3044
  var init_ConventionalGitClient = __esm({
3119
3045
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.5.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/ConventionalGitClient.js"() {
3120
3046
  "use strict";
3121
- init_esm_shims();
3122
3047
  import_semver = __toESM(require_semver2(), 1);
3123
3048
  init_dist();
3124
3049
  init_GitClient();
@@ -3228,7 +3153,6 @@ var init_ConventionalGitClient = __esm({
3228
3153
  var init_dist5 = __esm({
3229
3154
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.5.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/index.js"() {
3230
3155
  "use strict";
3231
- init_esm_shims();
3232
3156
  init_types();
3233
3157
  init_utils();
3234
3158
  init_GitClient();
@@ -3240,7 +3164,6 @@ var init_dist5 = __esm({
3240
3164
  var init_types3 = __esm({
3241
3165
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/types.js"() {
3242
3166
  "use strict";
3243
- init_esm_shims();
3244
3167
  }
3245
3168
  });
3246
3169
 
@@ -3319,7 +3242,6 @@ var loadPreset;
3319
3242
  var init_presetLoader = __esm({
3320
3243
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/presetLoader.js"() {
3321
3244
  "use strict";
3322
- init_esm_shims();
3323
3245
  loadPreset = createPresetLoader((preset) => import(preset));
3324
3246
  }
3325
3247
  });
@@ -3328,7 +3250,6 @@ var init_presetLoader = __esm({
3328
3250
  var init_dist6 = __esm({
3329
3251
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/index.js"() {
3330
3252
  "use strict";
3331
- init_esm_shims();
3332
3253
  init_types3();
3333
3254
  init_presetLoader();
3334
3255
  }
@@ -3344,7 +3265,6 @@ function bindLogNamespace(namespace, logger) {
3344
3265
  var init_utils4 = __esm({
3345
3266
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/utils.js"() {
3346
3267
  "use strict";
3347
- init_esm_shims();
3348
3268
  }
3349
3269
  });
3350
3270
 
@@ -3353,7 +3273,6 @@ var VERSIONS, Bumper;
3353
3273
  var init_bumper = __esm({
3354
3274
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/bumper.js"() {
3355
3275
  "use strict";
3356
- init_esm_shims();
3357
3276
  init_dist5();
3358
3277
  init_dist6();
3359
3278
  init_utils4();
@@ -3526,7 +3445,6 @@ var init_bumper = __esm({
3526
3445
  var init_dist7 = __esm({
3527
3446
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/index.js"() {
3528
3447
  "use strict";
3529
- init_esm_shims();
3530
3448
  init_bumper();
3531
3449
  }
3532
3450
  });
@@ -3535,7 +3453,6 @@ var init_dist7 = __esm({
3535
3453
  var init_types4 = __esm({
3536
3454
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.6.0_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/types.js"() {
3537
3455
  "use strict";
3538
- init_esm_shims();
3539
3456
  }
3540
3457
  });
3541
3458
 
@@ -3554,7 +3471,6 @@ function toArray3(value) {
3554
3471
  var init_utils5 = __esm({
3555
3472
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.6.0_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/utils.js"() {
3556
3473
  "use strict";
3557
- init_esm_shims();
3558
3474
  }
3559
3475
  });
3560
3476
 
@@ -3594,7 +3510,6 @@ async function* splitStream2(stream, separator) {
3594
3510
  var init_dist8 = __esm({
3595
3511
  "../../node_modules/.pnpm/@simple-libs+stream-utils@1.2.0/node_modules/@simple-libs/stream-utils/dist/index.js"() {
3596
3512
  "use strict";
3597
- init_esm_shims();
3598
3513
  }
3599
3514
  });
3600
3515
 
@@ -3645,7 +3560,6 @@ function output2(process2) {
3645
3560
  var init_dist9 = __esm({
3646
3561
  "../../node_modules/.pnpm/@simple-libs+child-process-utils@1.0.2/node_modules/@simple-libs/child-process-utils/dist/index.js"() {
3647
3562
  "use strict";
3648
- init_esm_shims();
3649
3563
  init_dist8();
3650
3564
  }
3651
3565
  });
@@ -3656,7 +3570,6 @@ var SCISSOR3, GitClient2;
3656
3570
  var init_GitClient2 = __esm({
3657
3571
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.6.0_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/GitClient.js"() {
3658
3572
  "use strict";
3659
- init_esm_shims();
3660
3573
  init_dist8();
3661
3574
  init_dist9();
3662
3575
  init_utils5();
@@ -3906,7 +3819,6 @@ var import_semver2, ConventionalGitClient2;
3906
3819
  var init_ConventionalGitClient2 = __esm({
3907
3820
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.6.0_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/ConventionalGitClient.js"() {
3908
3821
  "use strict";
3909
- init_esm_shims();
3910
3822
  import_semver2 = __toESM(require_semver2(), 1);
3911
3823
  init_dist8();
3912
3824
  init_GitClient2();
@@ -4016,7 +3928,6 @@ var init_ConventionalGitClient2 = __esm({
4016
3928
  var init_dist10 = __esm({
4017
3929
  "../../node_modules/.pnpm/@conventional-changelog+git-client@2.6.0_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/@conventional-changelog/git-client/dist/index.js"() {
4018
3930
  "use strict";
4019
- init_esm_shims();
4020
3931
  init_types4();
4021
3932
  init_utils5();
4022
3933
  init_GitClient2();
@@ -4051,7 +3962,6 @@ async function getSemverTags(options = {}) {
4051
3962
  var init_src = __esm({
4052
3963
  "../../node_modules/.pnpm/git-semver-tags@8.0.1_conventional-commits-filter@5.0.0_conventional-commits-parser@6.2.1/node_modules/git-semver-tags/src/index.js"() {
4053
3964
  "use strict";
4054
- init_esm_shims();
4055
3965
  init_dist10();
4056
3966
  }
4057
3967
  });
@@ -4065,7 +3975,6 @@ var LAYOUT, FigletFont, fontList, renamedFonts, getFontName, figlet;
4065
3975
  var init_figlet_C8Ns3Vyn = __esm({
4066
3976
  "../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/figlet-C8Ns3Vyn.js"() {
4067
3977
  "use strict";
4068
- init_esm_shims();
4069
3978
  LAYOUT = {
4070
3979
  FULL_WIDTH: 0,
4071
3980
  FITTING: 1,
@@ -5400,15 +5309,14 @@ var init_figlet_C8Ns3Vyn = __esm({
5400
5309
  // ../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/node-figlet.mjs
5401
5310
  import * as fs6 from "fs";
5402
5311
  import * as path6 from "path";
5403
- import { fileURLToPath as fileURLToPath3 } from "url";
5404
- var __filename2, __dirname2, fontPath, nodeFiglet;
5312
+ import { fileURLToPath as fileURLToPath2 } from "url";
5313
+ var __filename, __dirname2, fontPath, nodeFiglet;
5405
5314
  var init_node_figlet = __esm({
5406
5315
  "../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/node-figlet.mjs"() {
5407
5316
  "use strict";
5408
- init_esm_shims();
5409
5317
  init_figlet_C8Ns3Vyn();
5410
- __filename2 = fileURLToPath3(import.meta.url);
5411
- __dirname2 = path6.dirname(__filename2);
5318
+ __filename = fileURLToPath2(import.meta.url);
5319
+ __dirname2 = path6.dirname(__filename);
5412
5320
  fontPath = path6.join(__dirname2, "/../fonts/");
5413
5321
  nodeFiglet = figlet;
5414
5322
  nodeFiglet.defaults({ fontPath });
@@ -5506,7 +5414,6 @@ var balanced, maybeMatch, range;
5506
5414
  var init_esm = __esm({
5507
5415
  "../../node_modules/.pnpm/balanced-match@4.0.4/node_modules/balanced-match/dist/esm/index.js"() {
5508
5416
  "use strict";
5509
- init_esm_shims();
5510
5417
  balanced = (a, b, str3) => {
5511
5418
  const ma = a instanceof RegExp ? maybeMatch(a, str3) : a;
5512
5419
  const mb = b instanceof RegExp ? maybeMatch(b, str3) : b;
@@ -5708,7 +5615,6 @@ var escSlash, escOpen, escClose, escComma, escPeriod, escSlashPattern, escOpenPa
5708
5615
  var init_esm2 = __esm({
5709
5616
  "../../node_modules/.pnpm/brace-expansion@5.0.5/node_modules/brace-expansion/dist/esm/index.js"() {
5710
5617
  "use strict";
5711
- init_esm_shims();
5712
5618
  init_esm();
5713
5619
  escSlash = "\0SLASH" + Math.random() + "\0";
5714
5620
  escOpen = "\0OPEN" + Math.random() + "\0";
@@ -5734,7 +5640,6 @@ var MAX_PATTERN_LENGTH, assertValidPattern;
5734
5640
  var init_assert_valid_pattern = __esm({
5735
5641
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
5736
5642
  "use strict";
5737
- init_esm_shims();
5738
5643
  MAX_PATTERN_LENGTH = 1024 * 64;
5739
5644
  assertValidPattern = (pattern) => {
5740
5645
  if (typeof pattern !== "string") {
@@ -5752,7 +5657,6 @@ var posixClasses, braceEscape, regexpEscape, rangesToString, parseClass;
5752
5657
  var init_brace_expressions = __esm({
5753
5658
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/brace-expressions.js"() {
5754
5659
  "use strict";
5755
- init_esm_shims();
5756
5660
  posixClasses = {
5757
5661
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
5758
5662
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -5868,7 +5772,6 @@ var unescape2;
5868
5772
  var init_unescape = __esm({
5869
5773
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/unescape.js"() {
5870
5774
  "use strict";
5871
- init_esm_shims();
5872
5775
  unescape2 = (s, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
5873
5776
  if (magicalBraces) {
5874
5777
  return windowsPathsNoEscape ? s.replace(/\[([^/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^/\\])\]/g, "$1$2").replace(/\\([^/])/g, "$1");
@@ -5883,7 +5786,6 @@ var _a, types, isExtglobType, isExtglobAST, adoptionMap, adoptionWithSpaceMap, a
5883
5786
  var init_ast = __esm({
5884
5787
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/ast.js"() {
5885
5788
  "use strict";
5886
- init_esm_shims();
5887
5789
  init_brace_expressions();
5888
5790
  init_unescape();
5889
5791
  types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
@@ -6535,7 +6437,6 @@ var escape2;
6535
6437
  var init_escape = __esm({
6536
6438
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/escape.js"() {
6537
6439
  "use strict";
6538
- init_esm_shims();
6539
6440
  escape2 = (s, { windowsPathsNoEscape = false, magicalBraces = false } = {}) => {
6540
6441
  if (magicalBraces) {
6541
6442
  return windowsPathsNoEscape ? s.replace(/[?*()[\]{}]/g, "[$&]") : s.replace(/[?*()[\]\\{}]/g, "\\$&");
@@ -6550,7 +6451,6 @@ var minimatch, starDotExtRE, starDotExtTest, starDotExtTestDot, starDotExtTestNo
6550
6451
  var init_esm3 = __esm({
6551
6452
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/index.js"() {
6552
6453
  "use strict";
6553
- init_esm_shims();
6554
6454
  init_esm2();
6555
6455
  init_assert_valid_pattern();
6556
6456
  init_ast();
@@ -7497,7 +7397,6 @@ var __require2, SLASHES_REGEX, WINDOWS_ROOT_DIR_REGEX, pushDirectory, pushDirect
7497
7397
  var init_dist11 = __esm({
7498
7398
  "../../node_modules/.pnpm/fdir@6.5.0_picomatch@4.0.4/node_modules/fdir/dist/index.mjs"() {
7499
7399
  "use strict";
7500
- init_esm_shims();
7501
7400
  __require2 = /* @__PURE__ */ createRequire(import.meta.url);
7502
7401
  SLASHES_REGEX = /[\\/]/g;
7503
7402
  WINDOWS_ROOT_DIR_REGEX = /^[a-z]:[\\/]$/i;
@@ -7889,7 +7788,6 @@ var init_dist11 = __esm({
7889
7788
  var require_constants2 = __commonJS({
7890
7789
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/constants.js"(exports2, module2) {
7891
7790
  "use strict";
7892
- init_esm_shims();
7893
7791
  var WIN_SLASH = "\\\\/";
7894
7792
  var WIN_NO_SLASH = `[^${WIN_SLASH}]`;
7895
7793
  var DEFAULT_MAX_EXTGLOB_RECURSION = 0;
@@ -8092,7 +7990,6 @@ var require_constants2 = __commonJS({
8092
7990
  var require_utils = __commonJS({
8093
7991
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/utils.js"(exports2) {
8094
7992
  "use strict";
8095
- init_esm_shims();
8096
7993
  var {
8097
7994
  REGEX_BACKSLASH,
8098
7995
  REGEX_REMOVE_BACKSLASH,
@@ -8157,7 +8054,6 @@ var require_utils = __commonJS({
8157
8054
  var require_scan = __commonJS({
8158
8055
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/scan.js"(exports2, module2) {
8159
8056
  "use strict";
8160
- init_esm_shims();
8161
8057
  var utils2 = require_utils();
8162
8058
  var {
8163
8059
  CHAR_ASTERISK: CHAR_ASTERISK2,
@@ -8488,7 +8384,6 @@ var require_scan = __commonJS({
8488
8384
  var require_parse2 = __commonJS({
8489
8385
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/parse.js"(exports2, module2) {
8490
8386
  "use strict";
8491
- init_esm_shims();
8492
8387
  var constants = require_constants2();
8493
8388
  var utils2 = require_utils();
8494
8389
  var {
@@ -9486,7 +9381,6 @@ var require_parse2 = __commonJS({
9486
9381
  var require_picomatch = __commonJS({
9487
9382
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
9488
9383
  "use strict";
9489
- init_esm_shims();
9490
9384
  var scan = require_scan();
9491
9385
  var parse4 = require_parse2();
9492
9386
  var utils2 = require_utils();
@@ -9627,7 +9521,6 @@ var require_picomatch = __commonJS({
9627
9521
  var require_picomatch2 = __commonJS({
9628
9522
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/index.js"(exports2, module2) {
9629
9523
  "use strict";
9630
- init_esm_shims();
9631
9524
  var pico = require_picomatch();
9632
9525
  var utils2 = require_utils();
9633
9526
  function picomatch2(glob2, options, returnState = false) {
@@ -9644,7 +9537,7 @@ var require_picomatch2 = __commonJS({
9644
9537
  // ../../node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs
9645
9538
  import nativeFs2 from "fs";
9646
9539
  import path8, { posix } from "path";
9647
- import { fileURLToPath as fileURLToPath4 } from "url";
9540
+ import { fileURLToPath as fileURLToPath3 } from "url";
9648
9541
  function getPartialMatcher(patterns, options = {}) {
9649
9542
  const patternsCount = patterns.length;
9650
9543
  const patternsParts = Array(patternsCount);
@@ -9792,7 +9685,7 @@ function formatPaths(paths, relative2) {
9792
9685
  }
9793
9686
  function normalizeCwd(cwd3) {
9794
9687
  if (!cwd3) return process.cwd().replace(BACKSLASHES, "/");
9795
- if (cwd3 instanceof URL) return fileURLToPath4(cwd3).replace(BACKSLASHES, "/");
9688
+ if (cwd3 instanceof URL) return fileURLToPath3(cwd3).replace(BACKSLASHES, "/");
9796
9689
  return path8.resolve(cwd3).replace(BACKSLASHES, "/");
9797
9690
  }
9798
9691
  function getCrawler(patterns, inputOptions = {}) {
@@ -9908,7 +9801,6 @@ var import_picomatch, isReadonlyArray, isWin, ONLY_PARENT_DIRECTORIES, WIN32_ROO
9908
9801
  var init_dist12 = __esm({
9909
9802
  "../../node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs"() {
9910
9803
  "use strict";
9911
- init_esm_shims();
9912
9804
  init_dist11();
9913
9805
  import_picomatch = __toESM(require_picomatch2(), 1);
9914
9806
  isReadonlyArray = Array.isArray;
@@ -12114,7 +12006,6 @@ var isNothing_1, isObject_1, toArray_1, repeat_1, isNegativeZero_1, extend_1, co
12114
12006
  var init_js_yaml = __esm({
12115
12007
  "../../node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/dist/js-yaml.mjs"() {
12116
12008
  "use strict";
12117
- init_esm_shims();
12118
12009
  isNothing_1 = isNothing;
12119
12010
  isObject_1 = isObject;
12120
12011
  toArray_1 = toArray5;
@@ -12562,7 +12453,6 @@ var init_js_yaml = __esm({
12562
12453
  var require_unicode = __commonJS({
12563
12454
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/unicode.js"(exports2, module2) {
12564
12455
  "use strict";
12565
- init_esm_shims();
12566
12456
  var Uni = module2.exports;
12567
12457
  module2.exports.isWhiteSpace = function isWhiteSpace(x) {
12568
12458
  return x === " " || x === "\xA0" || x === "\uFEFF" || x >= " " && x <= "\r" || x === "\u1680" || x >= "\u2000" && x <= "\u200A" || x === "\u2028" || x === "\u2029" || x === "\u202F" || x === "\u205F" || x === "\u3000";
@@ -12591,7 +12481,6 @@ var require_unicode = __commonJS({
12591
12481
  var require_parse3 = __commonJS({
12592
12482
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/parse.js"(exports2, module2) {
12593
12483
  "use strict";
12594
- init_esm_shims();
12595
12484
  var Uni = require_unicode();
12596
12485
  function isHexDigit(x) {
12597
12486
  return x >= "0" && x <= "9" || x >= "A" && x <= "F" || x >= "a" && x <= "f";
@@ -13124,7 +13013,6 @@ var require_parse3 = __commonJS({
13124
13013
  var require_stringify = __commonJS({
13125
13014
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/stringify.js"(exports2, module2) {
13126
13015
  "use strict";
13127
- init_esm_shims();
13128
13016
  var Uni = require_unicode();
13129
13017
  if (!(function f() {
13130
13018
  }).name) {
@@ -13388,7 +13276,6 @@ var require_stringify = __commonJS({
13388
13276
  var require_analyze = __commonJS({
13389
13277
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/analyze.js"(exports2, module2) {
13390
13278
  "use strict";
13391
- init_esm_shims();
13392
13279
  var tokenize2 = require_parse3().tokenize;
13393
13280
  module2.exports.analyze = function analyzeJSON(input, options) {
13394
13281
  if (options == null) options = {};
@@ -13467,7 +13354,6 @@ var require_analyze = __commonJS({
13467
13354
  var require_document = __commonJS({
13468
13355
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/document.js"(exports2, module2) {
13469
13356
  "use strict";
13470
- init_esm_shims();
13471
13357
  var assert2 = __require("assert");
13472
13358
  var tokenize2 = require_parse3().tokenize;
13473
13359
  var stringify5 = require_stringify().stringify;
@@ -13807,7 +13693,6 @@ var require_document = __commonJS({
13807
13693
  var require_utils2 = __commonJS({
13808
13694
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/utils.js"(exports2, module2) {
13809
13695
  "use strict";
13810
- init_esm_shims();
13811
13696
  var FS = __require("fs");
13812
13697
  var jju2 = require_jju();
13813
13698
  module2.exports.register = function() {
@@ -13845,7 +13730,6 @@ var require_utils2 = __commonJS({
13845
13730
  var require_jju = __commonJS({
13846
13731
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/index.js"(exports2, module2) {
13847
13732
  "use strict";
13848
- init_esm_shims();
13849
13733
  module2.exports.__defineGetter__("parse", function() {
13850
13734
  return require_parse3().parse;
13851
13735
  });
@@ -13955,7 +13839,6 @@ var import_jju, InvalidMonorepoError, readJson, readJsonSync, BunTool, LernaTool
13955
13839
  var init_manypkg_tools = __esm({
13956
13840
  "../../node_modules/.pnpm/@manypkg+tools@2.1.0/node_modules/@manypkg/tools/dist/manypkg-tools.js"() {
13957
13841
  "use strict";
13958
- init_esm_shims();
13959
13842
  init_dist12();
13960
13843
  init_js_yaml();
13961
13844
  import_jju = __toESM(require_jju(), 1);
@@ -14545,7 +14428,6 @@ var DEFAULT_TOOLS, NoPkgJsonFound, NoMatchingMonorepoFound;
14545
14428
  var init_manypkg_find_root = __esm({
14546
14429
  "../../node_modules/.pnpm/@manypkg+find-root@3.1.0/node_modules/@manypkg/find-root/dist/manypkg-find-root.js"() {
14547
14430
  "use strict";
14548
- init_esm_shims();
14549
14431
  init_manypkg_tools();
14550
14432
  DEFAULT_TOOLS = [YarnTool, PnpmTool, NpmTool, BunTool, LernaTool, RushTool, RootTool];
14551
14433
  NoPkgJsonFound = class extends Error {
@@ -14590,7 +14472,6 @@ var PackageJsonMissingNameError;
14590
14472
  var init_manypkg_get_packages = __esm({
14591
14473
  "../../node_modules/.pnpm/@manypkg+get-packages@3.1.0/node_modules/@manypkg/get-packages/dist/manypkg-get-packages.js"() {
14592
14474
  "use strict";
14593
- init_esm_shims();
14594
14475
  init_manypkg_find_root();
14595
14476
  PackageJsonMissingNameError = class extends Error {
14596
14477
  constructor(directories) {
@@ -14611,7 +14492,6 @@ __export(commandExecutor_E44ID5U4_exports, {
14611
14492
  var init_commandExecutor_E44ID5U4 = __esm({
14612
14493
  "../version/dist/commandExecutor-E44ID5U4.js"() {
14613
14494
  "use strict";
14614
- init_esm_shims();
14615
14495
  init_chunk_LMPZV35Z();
14616
14496
  }
14617
14497
  });
@@ -14624,7 +14504,6 @@ __export(baseError_DQHIJACF_exports, {
14624
14504
  var init_baseError_DQHIJACF = __esm({
14625
14505
  "../version/dist/baseError-DQHIJACF.js"() {
14626
14506
  "use strict";
14627
- init_esm_shims();
14628
14507
  init_chunk_Q3FHZORY();
14629
14508
  }
14630
14509
  });
@@ -14639,7 +14518,7 @@ import { z as z22 } from "zod";
14639
14518
  import { z as z3 } from "zod";
14640
14519
  import * as fs22 from "fs";
14641
14520
  import * as os2 from "os";
14642
- import * as path23 from "path";
14521
+ import * as path22 from "path";
14643
14522
  import fs42 from "fs";
14644
14523
  import { cwd } from "process";
14645
14524
  import chalk3 from "chalk";
@@ -14685,7 +14564,7 @@ function substituteVariables2(value) {
14685
14564
  return process.env[varName] ?? "";
14686
14565
  });
14687
14566
  result = result.replace(filePattern, (_, filePath) => {
14688
- const expandedPath = filePath.startsWith("~") ? path23.join(os2.homedir(), filePath.slice(1)) : filePath;
14567
+ const expandedPath = filePath.startsWith("~") ? path22.join(os2.homedir(), filePath.slice(1)) : filePath;
14689
14568
  try {
14690
14569
  return fs22.readFileSync(expandedPath, "utf-8").trim();
14691
14570
  } catch {
@@ -16421,7 +16300,6 @@ var import_semver3, import_semver4, import_semver5, ConfigError2, MAX_JSONC_LENG
16421
16300
  var init_chunk_UBCKZYTO = __esm({
16422
16301
  "../version/dist/chunk-UBCKZYTO.js"() {
16423
16302
  "use strict";
16424
- init_esm_shims();
16425
16303
  init_chunk_Q3FHZORY();
16426
16304
  init_chunk_LMPZV35Z();
16427
16305
  init_dist7();
@@ -16735,8 +16613,8 @@ var init_chunk_UBCKZYTO = __esm({
16735
16613
  });
16736
16614
  MAX_INPUT_LENGTH2 = 1e4;
16737
16615
  SOLE_REFERENCE_PATTERN2 = /^\{(?:env|file):[^}]+\}$/;
16738
- AUTH_DIR2 = path23.join(os2.homedir(), ".config", "releasekit");
16739
- AUTH_FILE2 = path23.join(AUTH_DIR2, "auth.json");
16616
+ AUTH_DIR2 = path22.join(os2.homedir(), ".config", "releasekit");
16617
+ AUTH_FILE2 = path22.join(AUTH_DIR2, "auth.json");
16740
16618
  CONFIG_FILE2 = "releasekit.config.json";
16741
16619
  VersionError = class extends BaseVersionError {
16742
16620
  };
@@ -17161,7 +17039,6 @@ __export(dist_exports3, {
17161
17039
  var init_dist13 = __esm({
17162
17040
  "../version/dist/index.js"() {
17163
17041
  "use strict";
17164
- init_esm_shims();
17165
17042
  init_chunk_UBCKZYTO();
17166
17043
  init_chunk_Q3FHZORY();
17167
17044
  init_chunk_LMPZV35Z();
@@ -17171,7 +17048,7 @@ var init_dist13 = __esm({
17171
17048
  // ../notes/dist/chunk-7TJSPQPW.js
17172
17049
  import chalk4 from "chalk";
17173
17050
  import * as fs23 from "fs";
17174
- import * as path24 from "path";
17051
+ import * as path23 from "path";
17175
17052
  function setLogLevel2(level) {
17176
17053
  currentLevel3 = level;
17177
17054
  }
@@ -17298,7 +17175,7 @@ function writeMarkdown(outputPath, contexts, config, dryRun, options) {
17298
17175
  info2(content);
17299
17176
  return;
17300
17177
  }
17301
- const dir = path24.dirname(outputPath);
17178
+ const dir = path23.dirname(outputPath);
17302
17179
  if (!fs23.existsSync(dir)) {
17303
17180
  fs23.mkdirSync(dir, { recursive: true });
17304
17181
  }
@@ -17321,7 +17198,6 @@ var LOG_LEVELS3, PREFIXES3, COLORS3, currentLevel3, quietMode3, ReleaseKitError3
17321
17198
  var init_chunk_7TJSPQPW = __esm({
17322
17199
  "../notes/dist/chunk-7TJSPQPW.js"() {
17323
17200
  "use strict";
17324
- init_esm_shims();
17325
17201
  LOG_LEVELS3 = {
17326
17202
  error: 0,
17327
17203
  warn: 1,
@@ -17407,7 +17283,6 @@ function __classPrivateFieldGet(receiver, state, kind, f) {
17407
17283
  var init_tslib = __esm({
17408
17284
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/tslib.mjs"() {
17409
17285
  "use strict";
17410
- init_esm_shims();
17411
17286
  }
17412
17287
  });
17413
17288
 
@@ -17416,7 +17291,6 @@ var uuid4;
17416
17291
  var init_uuid = __esm({
17417
17292
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs"() {
17418
17293
  "use strict";
17419
- init_esm_shims();
17420
17294
  uuid4 = function() {
17421
17295
  const { crypto: crypto2 } = globalThis;
17422
17296
  if (crypto2?.randomUUID) {
@@ -17440,7 +17314,6 @@ var castToError;
17440
17314
  var init_errors = __esm({
17441
17315
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/errors.mjs"() {
17442
17316
  "use strict";
17443
- init_esm_shims();
17444
17317
  castToError = (err) => {
17445
17318
  if (err instanceof Error)
17446
17319
  return err;
@@ -17473,7 +17346,6 @@ var AnthropicError, APIError, APIUserAbortError, APIConnectionError, APIConnecti
17473
17346
  var init_error = __esm({
17474
17347
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/error.mjs"() {
17475
17348
  "use strict";
17476
- init_esm_shims();
17477
17349
  init_errors();
17478
17350
  AnthropicError = class extends Error {
17479
17351
  };
@@ -17589,7 +17461,6 @@ var startsWithSchemeRegexp, isAbsoluteURL, isArray, isReadonlyArray2, validatePo
17589
17461
  var init_values = __esm({
17590
17462
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs"() {
17591
17463
  "use strict";
17592
- init_esm_shims();
17593
17464
  init_error();
17594
17465
  startsWithSchemeRegexp = /^[a-z][a-z0-9+.-]*:/i;
17595
17466
  isAbsoluteURL = (url) => {
@@ -17621,7 +17492,6 @@ var sleep;
17621
17492
  var init_sleep = __esm({
17622
17493
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs"() {
17623
17494
  "use strict";
17624
- init_esm_shims();
17625
17495
  sleep = (ms) => new Promise((resolve11) => setTimeout(resolve11, ms));
17626
17496
  }
17627
17497
  });
@@ -17631,7 +17501,6 @@ var VERSION;
17631
17501
  var init_version = __esm({
17632
17502
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/version.mjs"() {
17633
17503
  "use strict";
17634
- init_esm_shims();
17635
17504
  VERSION = "0.82.0";
17636
17505
  }
17637
17506
  });
@@ -17676,7 +17545,6 @@ var isRunningInBrowser, getPlatformProperties, normalizeArch, normalizePlatform,
17676
17545
  var init_detect_platform = __esm({
17677
17546
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs"() {
17678
17547
  "use strict";
17679
- init_esm_shims();
17680
17548
  init_version();
17681
17549
  isRunningInBrowser = () => {
17682
17550
  return (
@@ -17851,7 +17719,6 @@ async function CancelReadableStream(stream) {
17851
17719
  var init_shims = __esm({
17852
17720
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/shims.mjs"() {
17853
17721
  "use strict";
17854
- init_esm_shims();
17855
17722
  }
17856
17723
  });
17857
17724
 
@@ -17860,7 +17727,6 @@ var FallbackEncoder;
17860
17727
  var init_request_options = __esm({
17861
17728
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/request-options.mjs"() {
17862
17729
  "use strict";
17863
- init_esm_shims();
17864
17730
  FallbackEncoder = ({ headers, body }) => {
17865
17731
  return {
17866
17732
  bodyHeaders: {
@@ -17887,7 +17753,6 @@ function stringifyQuery(query) {
17887
17753
  var init_query = __esm({
17888
17754
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs"() {
17889
17755
  "use strict";
17890
- init_esm_shims();
17891
17756
  init_error();
17892
17757
  }
17893
17758
  });
@@ -17918,7 +17783,6 @@ var encodeUTF8_, decodeUTF8_;
17918
17783
  var init_bytes = __esm({
17919
17784
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs"() {
17920
17785
  "use strict";
17921
- init_esm_shims();
17922
17786
  }
17923
17787
  });
17924
17788
 
@@ -17956,7 +17820,6 @@ var _LineDecoder_buffer, _LineDecoder_carriageReturnIndex, LineDecoder;
17956
17820
  var init_line = __esm({
17957
17821
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs"() {
17958
17822
  "use strict";
17959
- init_esm_shims();
17960
17823
  init_tslib();
17961
17824
  init_bytes();
17962
17825
  LineDecoder = class {
@@ -18039,7 +17902,6 @@ var levelNumbers, parseLogLevel, noopLogger, cachedLoggers, formatRequestDetails
18039
17902
  var init_log = __esm({
18040
17903
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs"() {
18041
17904
  "use strict";
18042
- init_esm_shims();
18043
17905
  init_values();
18044
17906
  levelNumbers = {
18045
17907
  off: 0,
@@ -18144,7 +18006,6 @@ var _Stream_client, Stream, SSEDecoder;
18144
18006
  var init_streaming = __esm({
18145
18007
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/streaming.mjs"() {
18146
18008
  "use strict";
18147
- init_esm_shims();
18148
18009
  init_tslib();
18149
18010
  init_error();
18150
18011
  init_shims();
@@ -18406,7 +18267,6 @@ function addRequestID(value, response) {
18406
18267
  var init_parse = __esm({
18407
18268
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/parse.mjs"() {
18408
18269
  "use strict";
18409
- init_esm_shims();
18410
18270
  init_streaming();
18411
18271
  init_log();
18412
18272
  }
@@ -18417,7 +18277,6 @@ var _APIPromise_client, APIPromise;
18417
18277
  var init_api_promise = __esm({
18418
18278
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/api-promise.mjs"() {
18419
18279
  "use strict";
18420
- init_esm_shims();
18421
18280
  init_tslib();
18422
18281
  init_parse();
18423
18282
  APIPromise = class _APIPromise extends Promise {
@@ -18488,7 +18347,6 @@ var _AbstractPage_client, AbstractPage, PagePromise, Page, PageCursor;
18488
18347
  var init_pagination = __esm({
18489
18348
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/pagination.mjs"() {
18490
18349
  "use strict";
18491
- init_esm_shims();
18492
18350
  init_tslib();
18493
18351
  init_error();
18494
18352
  init_parse();
@@ -18659,7 +18517,6 @@ var checkFileSupport, isAsyncIterable, multipartFormRequestOptions, supportsForm
18659
18517
  var init_uploads = __esm({
18660
18518
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/uploads.mjs"() {
18661
18519
  "use strict";
18662
- init_esm_shims();
18663
18520
  init_shims();
18664
18521
  checkFileSupport = () => {
18665
18522
  if (typeof File === "undefined") {
@@ -18768,7 +18625,6 @@ var isBlobLike, isFileLike, isResponseLike;
18768
18625
  var init_to_file = __esm({
18769
18626
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/to-file.mjs"() {
18770
18627
  "use strict";
18771
- init_esm_shims();
18772
18628
  init_uploads();
18773
18629
  init_uploads();
18774
18630
  isBlobLike = (value) => value != null && typeof value === "object" && typeof value.size === "number" && typeof value.type === "string" && typeof value.text === "function" && typeof value.slice === "function" && typeof value.arrayBuffer === "function";
@@ -18781,7 +18637,6 @@ var init_to_file = __esm({
18781
18637
  var init_uploads2 = __esm({
18782
18638
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/uploads.mjs"() {
18783
18639
  "use strict";
18784
- init_esm_shims();
18785
18640
  init_to_file();
18786
18641
  }
18787
18642
  });
@@ -18790,7 +18645,6 @@ var init_uploads2 = __esm({
18790
18645
  var init_shared = __esm({
18791
18646
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/shared.mjs"() {
18792
18647
  "use strict";
18793
- init_esm_shims();
18794
18648
  }
18795
18649
  });
18796
18650
 
@@ -18799,7 +18653,6 @@ var APIResource;
18799
18653
  var init_resource = __esm({
18800
18654
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/resource.mjs"() {
18801
18655
  "use strict";
18802
- init_esm_shims();
18803
18656
  APIResource = class {
18804
18657
  constructor(client) {
18805
18658
  this._client = client;
@@ -18851,7 +18704,6 @@ var brand_privateNullableHeaders, buildHeaders;
18851
18704
  var init_headers = __esm({
18852
18705
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/headers.mjs"() {
18853
18706
  "use strict";
18854
- init_esm_shims();
18855
18707
  init_values();
18856
18708
  brand_privateNullableHeaders = /* @__PURE__ */ Symbol.for("brand.privateNullableHeaders");
18857
18709
  buildHeaders = (newHeaders) => {
@@ -18924,7 +18776,6 @@ var SDK_HELPER_SYMBOL;
18924
18776
  var init_stainless_helper_header = __esm({
18925
18777
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs"() {
18926
18778
  "use strict";
18927
- init_esm_shims();
18928
18779
  SDK_HELPER_SYMBOL = /* @__PURE__ */ Symbol("anthropic.sdk.stainlessHelper");
18929
18780
  }
18930
18781
  });
@@ -18937,7 +18788,6 @@ var EMPTY, createPathTagFunction, path13;
18937
18788
  var init_path = __esm({
18938
18789
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs"() {
18939
18790
  "use strict";
18940
- init_esm_shims();
18941
18791
  init_error();
18942
18792
  EMPTY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.create(null));
18943
18793
  createPathTagFunction = (pathEncoder = encodeURIPath) => function path18(statics, ...params) {
@@ -18997,7 +18847,6 @@ var Files;
18997
18847
  var init_files = __esm({
18998
18848
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs"() {
18999
18849
  "use strict";
19000
- init_esm_shims();
19001
18850
  init_resource();
19002
18851
  init_pagination();
19003
18852
  init_headers();
@@ -19124,7 +18973,6 @@ var Models;
19124
18973
  var init_models = __esm({
19125
18974
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs"() {
19126
18975
  "use strict";
19127
- init_esm_shims();
19128
18976
  init_resource();
19129
18977
  init_pagination();
19130
18978
  init_headers();
@@ -19186,7 +19034,6 @@ var init_models = __esm({
19186
19034
  var init_error2 = __esm({
19187
19035
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/error.mjs"() {
19188
19036
  "use strict";
19189
- init_esm_shims();
19190
19037
  init_error();
19191
19038
  }
19192
19039
  });
@@ -19196,7 +19043,6 @@ var MODEL_NONSTREAMING_TOKENS;
19196
19043
  var init_constants = __esm({
19197
19044
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/constants.mjs"() {
19198
19045
  "use strict";
19199
- init_esm_shims();
19200
19046
  MODEL_NONSTREAMING_TOKENS = {
19201
19047
  "claude-opus-4-20250514": 8192,
19202
19048
  "claude-opus-4-0": 8192,
@@ -19285,7 +19131,6 @@ function parseBetaOutputFormat(params, content) {
19285
19131
  var init_beta_parser = __esm({
19286
19132
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs"() {
19287
19133
  "use strict";
19288
- init_esm_shims();
19289
19134
  init_error();
19290
19135
  }
19291
19136
  });
@@ -19295,7 +19140,6 @@ var tokenize, strip, unstrip, generate, partialParse;
19295
19140
  var init_parser = __esm({
19296
19141
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs"() {
19297
19142
  "use strict";
19298
- init_esm_shims();
19299
19143
  tokenize = (input) => {
19300
19144
  let current = 0;
19301
19145
  let tokens = [];
@@ -19521,7 +19365,6 @@ var init_parser = __esm({
19521
19365
  var init_streaming2 = __esm({
19522
19366
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/streaming.mjs"() {
19523
19367
  "use strict";
19524
- init_esm_shims();
19525
19368
  init_streaming();
19526
19369
  }
19527
19370
  });
@@ -19536,7 +19379,6 @@ var _BetaMessageStream_instances, _BetaMessageStream_currentMessageSnapshot, _Be
19536
19379
  var init_BetaMessageStream = __esm({
19537
19380
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs"() {
19538
19381
  "use strict";
19539
- init_esm_shims();
19540
19382
  init_tslib();
19541
19383
  init_parser();
19542
19384
  init_error2();
@@ -20135,7 +19977,6 @@ var ToolError;
20135
19977
  var init_ToolError = __esm({
20136
19978
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs"() {
20137
19979
  "use strict";
20138
- init_esm_shims();
20139
19980
  ToolError = class extends Error {
20140
19981
  constructor(content) {
20141
19982
  const message = typeof content === "string" ? content : content.map((block) => {
@@ -20156,7 +19997,6 @@ var DEFAULT_TOKEN_THRESHOLD, DEFAULT_SUMMARY_PROMPT;
20156
19997
  var init_CompactionControl = __esm({
20157
19998
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs"() {
20158
19999
  "use strict";
20159
- init_esm_shims();
20160
20000
  DEFAULT_TOKEN_THRESHOLD = 1e5;
20161
20001
  DEFAULT_SUMMARY_PROMPT = `You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include:
20162
20002
  1. Task Overview
@@ -20241,7 +20081,6 @@ var _BetaToolRunner_instances, _BetaToolRunner_consumed, _BetaToolRunner_mutated
20241
20081
  var init_BetaToolRunner = __esm({
20242
20082
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs"() {
20243
20083
  "use strict";
20244
- init_esm_shims();
20245
20084
  init_tslib();
20246
20085
  init_ToolError();
20247
20086
  init_error();
@@ -20526,7 +20365,6 @@ var JSONLDecoder;
20526
20365
  var init_jsonl = __esm({
20527
20366
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs"() {
20528
20367
  "use strict";
20529
- init_esm_shims();
20530
20368
  init_error();
20531
20369
  init_shims();
20532
20370
  init_line();
@@ -20568,7 +20406,6 @@ var Batches;
20568
20406
  var init_batches = __esm({
20569
20407
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs"() {
20570
20408
  "use strict";
20571
- init_esm_shims();
20572
20409
  init_resource();
20573
20410
  init_pagination();
20574
20411
  init_headers();
@@ -20789,7 +20626,6 @@ var DEPRECATED_MODELS, MODELS_TO_WARN_WITH_THINKING_ENABLED, Messages;
20789
20626
  var init_messages = __esm({
20790
20627
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs"() {
20791
20628
  "use strict";
20792
- init_esm_shims();
20793
20629
  init_error2();
20794
20630
  init_resource();
20795
20631
  init_constants();
@@ -20927,7 +20763,6 @@ var Versions;
20927
20763
  var init_versions = __esm({
20928
20764
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs"() {
20929
20765
  "use strict";
20930
- init_esm_shims();
20931
20766
  init_resource();
20932
20767
  init_pagination();
20933
20768
  init_headers();
@@ -21030,7 +20865,6 @@ var Skills;
21030
20865
  var init_skills = __esm({
21031
20866
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs"() {
21032
20867
  "use strict";
21033
- init_esm_shims();
21034
20868
  init_resource();
21035
20869
  init_versions();
21036
20870
  init_versions();
@@ -21130,7 +20964,6 @@ var Beta;
21130
20964
  var init_beta = __esm({
21131
20965
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs"() {
21132
20966
  "use strict";
21133
- init_esm_shims();
21134
20967
  init_resource();
21135
20968
  init_files();
21136
20969
  init_files();
@@ -21161,7 +20994,6 @@ var Completions;
21161
20994
  var init_completions = __esm({
21162
20995
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/completions.mjs"() {
21163
20996
  "use strict";
21164
- init_esm_shims();
21165
20997
  init_resource();
21166
20998
  init_headers();
21167
20999
  Completions = class extends APIResource {
@@ -21245,7 +21077,6 @@ function parseOutputFormat(params, content) {
21245
21077
  var init_parser2 = __esm({
21246
21078
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/parser.mjs"() {
21247
21079
  "use strict";
21248
- init_esm_shims();
21249
21080
  init_error();
21250
21081
  }
21251
21082
  });
@@ -21260,7 +21091,6 @@ var _MessageStream_instances, _MessageStream_currentMessageSnapshot, _MessageStr
21260
21091
  var init_MessageStream = __esm({
21261
21092
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs"() {
21262
21093
  "use strict";
21263
- init_esm_shims();
21264
21094
  init_tslib();
21265
21095
  init_errors();
21266
21096
  init_error2();
@@ -21834,7 +21664,6 @@ var Batches2;
21834
21664
  var init_batches2 = __esm({
21835
21665
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs"() {
21836
21666
  "use strict";
21837
- init_esm_shims();
21838
21667
  init_resource();
21839
21668
  init_pagination();
21840
21669
  init_headers();
@@ -21988,7 +21817,6 @@ var Messages2, DEPRECATED_MODELS2, MODELS_TO_WARN_WITH_THINKING_ENABLED2;
21988
21817
  var init_messages2 = __esm({
21989
21818
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs"() {
21990
21819
  "use strict";
21991
- init_esm_shims();
21992
21820
  init_resource();
21993
21821
  init_headers();
21994
21822
  init_stainless_helper_header();
@@ -22116,7 +21944,6 @@ var Models2;
22116
21944
  var init_models2 = __esm({
22117
21945
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/models.mjs"() {
22118
21946
  "use strict";
22119
- init_esm_shims();
22120
21947
  init_resource();
22121
21948
  init_pagination();
22122
21949
  init_headers();
@@ -22163,7 +21990,6 @@ var init_models2 = __esm({
22163
21990
  var init_resources = __esm({
22164
21991
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/index.mjs"() {
22165
21992
  "use strict";
22166
- init_esm_shims();
22167
21993
  init_shared();
22168
21994
  init_beta();
22169
21995
  init_completions();
@@ -22177,7 +22003,6 @@ var readEnv;
22177
22003
  var init_env = __esm({
22178
22004
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs"() {
22179
22005
  "use strict";
22180
- init_esm_shims();
22181
22006
  readEnv = (env) => {
22182
22007
  if (typeof globalThis.process !== "undefined") {
22183
22008
  return globalThis.process.env?.[env]?.trim() ?? void 0;
@@ -22195,7 +22020,6 @@ var _BaseAnthropic_instances, _a2, _BaseAnthropic_encoder, _BaseAnthropic_baseUR
22195
22020
  var init_client = __esm({
22196
22021
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/client.mjs"() {
22197
22022
  "use strict";
22198
- init_esm_shims();
22199
22023
  init_tslib();
22200
22024
  init_uuid();
22201
22025
  init_values();
@@ -22692,7 +22516,6 @@ var init_client = __esm({
22692
22516
  var init_sdk = __esm({
22693
22517
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/index.mjs"() {
22694
22518
  "use strict";
22695
- init_esm_shims();
22696
22519
  init_client();
22697
22520
  init_uploads2();
22698
22521
  init_api_promise();
@@ -22722,7 +22545,6 @@ function __classPrivateFieldGet2(receiver, state, kind, f) {
22722
22545
  var init_tslib2 = __esm({
22723
22546
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/tslib.mjs"() {
22724
22547
  "use strict";
22725
- init_esm_shims();
22726
22548
  }
22727
22549
  });
22728
22550
 
@@ -22731,7 +22553,6 @@ var uuid42;
22731
22553
  var init_uuid2 = __esm({
22732
22554
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/uuid.mjs"() {
22733
22555
  "use strict";
22734
- init_esm_shims();
22735
22556
  uuid42 = function() {
22736
22557
  const { crypto: crypto2 } = globalThis;
22737
22558
  if (crypto2?.randomUUID) {
@@ -22755,7 +22576,6 @@ var castToError2;
22755
22576
  var init_errors2 = __esm({
22756
22577
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/errors.mjs"() {
22757
22578
  "use strict";
22758
- init_esm_shims();
22759
22579
  castToError2 = (err) => {
22760
22580
  if (err instanceof Error)
22761
22581
  return err;
@@ -22788,7 +22608,6 @@ var OpenAIError, APIError2, APIUserAbortError2, APIConnectionError2, APIConnecti
22788
22608
  var init_error3 = __esm({
22789
22609
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/error.mjs"() {
22790
22610
  "use strict";
22791
- init_esm_shims();
22792
22611
  init_errors2();
22793
22612
  OpenAIError = class extends Error {
22794
22613
  };
@@ -22924,7 +22743,6 @@ var startsWithSchemeRegexp2, isAbsoluteURL2, isArray2, isReadonlyArray3, validat
22924
22743
  var init_values2 = __esm({
22925
22744
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/values.mjs"() {
22926
22745
  "use strict";
22927
- init_esm_shims();
22928
22746
  init_error3();
22929
22747
  startsWithSchemeRegexp2 = /^[a-z][a-z0-9+.-]*:/i;
22930
22748
  isAbsoluteURL2 = (url) => {
@@ -22956,7 +22774,6 @@ var sleep2;
22956
22774
  var init_sleep2 = __esm({
22957
22775
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/sleep.mjs"() {
22958
22776
  "use strict";
22959
- init_esm_shims();
22960
22777
  sleep2 = (ms) => new Promise((resolve11) => setTimeout(resolve11, ms));
22961
22778
  }
22962
22779
  });
@@ -22966,7 +22783,6 @@ var VERSION2;
22966
22783
  var init_version2 = __esm({
22967
22784
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/version.mjs"() {
22968
22785
  "use strict";
22969
- init_esm_shims();
22970
22786
  VERSION2 = "6.33.0";
22971
22787
  }
22972
22788
  });
@@ -23011,7 +22827,6 @@ var isRunningInBrowser2, getPlatformProperties2, normalizeArch2, normalizePlatfo
23011
22827
  var init_detect_platform2 = __esm({
23012
22828
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/detect-platform.mjs"() {
23013
22829
  "use strict";
23014
- init_esm_shims();
23015
22830
  init_version2();
23016
22831
  isRunningInBrowser2 = () => {
23017
22832
  return (
@@ -23186,7 +23001,6 @@ async function CancelReadableStream2(stream) {
23186
23001
  var init_shims2 = __esm({
23187
23002
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/shims.mjs"() {
23188
23003
  "use strict";
23189
- init_esm_shims();
23190
23004
  }
23191
23005
  });
23192
23006
 
@@ -23195,7 +23009,6 @@ var FallbackEncoder2;
23195
23009
  var init_request_options2 = __esm({
23196
23010
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/request-options.mjs"() {
23197
23011
  "use strict";
23198
- init_esm_shims();
23199
23012
  FallbackEncoder2 = ({ headers, body }) => {
23200
23013
  return {
23201
23014
  bodyHeaders: {
@@ -23212,7 +23025,6 @@ var default_format, default_formatter, formatters, RFC1738;
23212
23025
  var init_formats = __esm({
23213
23026
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/formats.mjs"() {
23214
23027
  "use strict";
23215
- init_esm_shims();
23216
23028
  default_format = "RFC3986";
23217
23029
  default_formatter = (v) => String(v);
23218
23030
  formatters = {
@@ -23244,7 +23056,6 @@ var has, hex_table, limit, encode;
23244
23056
  var init_utils6 = __esm({
23245
23057
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/utils.mjs"() {
23246
23058
  "use strict";
23247
- init_esm_shims();
23248
23059
  init_formats();
23249
23060
  init_values2();
23250
23061
  has = (obj, key) => (has = Object.hasOwn ?? Function.prototype.call.bind(Object.prototype.hasOwnProperty), has(obj, key));
@@ -23553,7 +23364,6 @@ var array_prefix_generators, push_to_array, toISOString, defaults2, sentinel;
23553
23364
  var init_stringify = __esm({
23554
23365
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/stringify.mjs"() {
23555
23366
  "use strict";
23556
- init_esm_shims();
23557
23367
  init_utils6();
23558
23368
  init_formats();
23559
23369
  init_values2();
@@ -23605,7 +23415,6 @@ function stringifyQuery2(query) {
23605
23415
  var init_query2 = __esm({
23606
23416
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/query.mjs"() {
23607
23417
  "use strict";
23608
- init_esm_shims();
23609
23418
  init_stringify();
23610
23419
  }
23611
23420
  });
@@ -23636,7 +23445,6 @@ var encodeUTF8_2, decodeUTF8_2;
23636
23445
  var init_bytes2 = __esm({
23637
23446
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/bytes.mjs"() {
23638
23447
  "use strict";
23639
- init_esm_shims();
23640
23448
  }
23641
23449
  });
23642
23450
 
@@ -23674,7 +23482,6 @@ var _LineDecoder_buffer2, _LineDecoder_carriageReturnIndex2, LineDecoder2;
23674
23482
  var init_line2 = __esm({
23675
23483
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/decoders/line.mjs"() {
23676
23484
  "use strict";
23677
- init_esm_shims();
23678
23485
  init_tslib2();
23679
23486
  init_bytes2();
23680
23487
  LineDecoder2 = class {
@@ -23757,7 +23564,6 @@ var levelNumbers2, parseLogLevel2, noopLogger2, cachedLoggers2, formatRequestDet
23757
23564
  var init_log2 = __esm({
23758
23565
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/log.mjs"() {
23759
23566
  "use strict";
23760
- init_esm_shims();
23761
23567
  init_values2();
23762
23568
  levelNumbers2 = {
23763
23569
  off: 0,
@@ -23862,7 +23668,6 @@ var _Stream_client2, Stream2, SSEDecoder2;
23862
23668
  var init_streaming3 = __esm({
23863
23669
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/streaming.mjs"() {
23864
23670
  "use strict";
23865
- init_esm_shims();
23866
23671
  init_tslib2();
23867
23672
  init_error3();
23868
23673
  init_shims2();
@@ -24130,7 +23935,6 @@ function addRequestID2(value, response) {
24130
23935
  var init_parse2 = __esm({
24131
23936
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/parse.mjs"() {
24132
23937
  "use strict";
24133
- init_esm_shims();
24134
23938
  init_streaming3();
24135
23939
  init_log2();
24136
23940
  }
@@ -24141,7 +23945,6 @@ var _APIPromise_client2, APIPromise2;
24141
23945
  var init_api_promise2 = __esm({
24142
23946
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/api-promise.mjs"() {
24143
23947
  "use strict";
24144
- init_esm_shims();
24145
23948
  init_tslib2();
24146
23949
  init_parse2();
24147
23950
  APIPromise2 = class _APIPromise extends Promise {
@@ -24212,7 +24015,6 @@ var _AbstractPage_client2, AbstractPage2, PagePromise2, Page2, CursorPage, Conve
24212
24015
  var init_pagination2 = __esm({
24213
24016
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/pagination.mjs"() {
24214
24017
  "use strict";
24215
- init_esm_shims();
24216
24018
  init_tslib2();
24217
24019
  init_error3();
24218
24020
  init_parse2();
@@ -24381,7 +24183,6 @@ var checkFileSupport2, isAsyncIterable2, maybeMultipartFormRequestOptions, multi
24381
24183
  var init_uploads3 = __esm({
24382
24184
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/uploads.mjs"() {
24383
24185
  "use strict";
24384
- init_esm_shims();
24385
24186
  init_shims2();
24386
24187
  checkFileSupport2 = () => {
24387
24188
  if (typeof File === "undefined") {
@@ -24500,7 +24301,6 @@ var isBlobLike2, isFileLike2, isResponseLike2;
24500
24301
  var init_to_file2 = __esm({
24501
24302
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/to-file.mjs"() {
24502
24303
  "use strict";
24503
- init_esm_shims();
24504
24304
  init_uploads3();
24505
24305
  init_uploads3();
24506
24306
  isBlobLike2 = (value) => value != null && typeof value === "object" && typeof value.size === "number" && typeof value.type === "string" && typeof value.text === "function" && typeof value.slice === "function" && typeof value.arrayBuffer === "function";
@@ -24513,7 +24313,6 @@ var init_to_file2 = __esm({
24513
24313
  var init_uploads4 = __esm({
24514
24314
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/uploads.mjs"() {
24515
24315
  "use strict";
24516
- init_esm_shims();
24517
24316
  init_to_file2();
24518
24317
  }
24519
24318
  });
@@ -24523,7 +24322,6 @@ var APIResource2;
24523
24322
  var init_resource2 = __esm({
24524
24323
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/resource.mjs"() {
24525
24324
  "use strict";
24526
- init_esm_shims();
24527
24325
  APIResource2 = class {
24528
24326
  constructor(client) {
24529
24327
  this._client = client;
@@ -24540,7 +24338,6 @@ var EMPTY2, createPathTagFunction2, path14;
24540
24338
  var init_path2 = __esm({
24541
24339
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/path.mjs"() {
24542
24340
  "use strict";
24543
- init_esm_shims();
24544
24341
  init_error3();
24545
24342
  EMPTY2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.create(null));
24546
24343
  createPathTagFunction2 = (pathEncoder = encodeURIPath2) => function path18(statics, ...params) {
@@ -24600,7 +24397,6 @@ var Messages3;
24600
24397
  var init_messages3 = __esm({
24601
24398
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/messages.mjs"() {
24602
24399
  "use strict";
24603
- init_esm_shims();
24604
24400
  init_resource2();
24605
24401
  init_pagination2();
24606
24402
  init_path2();
@@ -24630,7 +24426,6 @@ var init_messages3 = __esm({
24630
24426
  var init_error4 = __esm({
24631
24427
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/error.mjs"() {
24632
24428
  "use strict";
24633
- init_esm_shims();
24634
24429
  init_error3();
24635
24430
  }
24636
24431
  });
@@ -24744,7 +24539,6 @@ function validateInputTools(tools) {
24744
24539
  var init_parser3 = __esm({
24745
24540
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/parser.mjs"() {
24746
24541
  "use strict";
24747
- init_esm_shims();
24748
24542
  init_error4();
24749
24543
  }
24750
24544
  });
@@ -24754,7 +24548,6 @@ var isAssistantMessage, isToolMessage;
24754
24548
  var init_chatCompletionUtils = __esm({
24755
24549
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/chatCompletionUtils.mjs"() {
24756
24550
  "use strict";
24757
- init_esm_shims();
24758
24551
  isAssistantMessage = (message) => {
24759
24552
  return message?.role === "assistant";
24760
24553
  };
@@ -24769,7 +24562,6 @@ var _EventStream_instances, _EventStream_connectedPromise, _EventStream_resolveC
24769
24562
  var init_EventStream = __esm({
24770
24563
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/EventStream.mjs"() {
24771
24564
  "use strict";
24772
- init_esm_shims();
24773
24565
  init_tslib2();
24774
24566
  init_error4();
24775
24567
  EventStream = class {
@@ -24956,7 +24748,6 @@ function isRunnableFunctionWithParse(fn) {
24956
24748
  var init_RunnableFunction = __esm({
24957
24749
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/RunnableFunction.mjs"() {
24958
24750
  "use strict";
24959
- init_esm_shims();
24960
24751
  }
24961
24752
  });
24962
24753
 
@@ -24965,7 +24756,6 @@ var _AbstractChatCompletionRunner_instances, _AbstractChatCompletionRunner_getFi
24965
24756
  var init_AbstractChatCompletionRunner = __esm({
24966
24757
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/AbstractChatCompletionRunner.mjs"() {
24967
24758
  "use strict";
24968
- init_esm_shims();
24969
24759
  init_tslib2();
24970
24760
  init_error4();
24971
24761
  init_parser3();
@@ -25240,7 +25030,6 @@ var ChatCompletionRunner;
25240
25030
  var init_ChatCompletionRunner = __esm({
25241
25031
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionRunner.mjs"() {
25242
25032
  "use strict";
25243
- init_esm_shims();
25244
25033
  init_AbstractChatCompletionRunner();
25245
25034
  init_chatCompletionUtils();
25246
25035
  ChatCompletionRunner = class _ChatCompletionRunner extends AbstractChatCompletionRunner {
@@ -25277,7 +25066,6 @@ var STR, NUM, ARR, OBJ, NULL, BOOL, NAN, INFINITY, MINUS_INFINITY, INF, SPECIAL,
25277
25066
  var init_parser4 = __esm({
25278
25067
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/_vendor/partial-json-parser/parser.mjs"() {
25279
25068
  "use strict";
25280
- init_esm_shims();
25281
25069
  STR = 1;
25282
25070
  NUM = 2;
25283
25071
  ARR = 4;
@@ -25486,7 +25274,6 @@ var init_parser4 = __esm({
25486
25274
  var init_streaming4 = __esm({
25487
25275
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/streaming.mjs"() {
25488
25276
  "use strict";
25489
- init_esm_shims();
25490
25277
  init_streaming3();
25491
25278
  }
25492
25279
  });
@@ -25589,7 +25376,6 @@ var _ChatCompletionStream_instances, _ChatCompletionStream_params, _ChatCompleti
25589
25376
  var init_ChatCompletionStream = __esm({
25590
25377
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionStream.mjs"() {
25591
25378
  "use strict";
25592
- init_esm_shims();
25593
25379
  init_tslib2();
25594
25380
  init_parser4();
25595
25381
  init_error4();
@@ -25977,7 +25763,6 @@ var ChatCompletionStreamingRunner;
25977
25763
  var init_ChatCompletionStreamingRunner = __esm({
25978
25764
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionStreamingRunner.mjs"() {
25979
25765
  "use strict";
25980
- init_esm_shims();
25981
25766
  init_ChatCompletionStream();
25982
25767
  ChatCompletionStreamingRunner = class _ChatCompletionStreamingRunner extends ChatCompletionStream {
25983
25768
  static fromReadableStream(stream) {
@@ -26006,7 +25791,6 @@ var Completions2;
26006
25791
  var init_completions2 = __esm({
26007
25792
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/completions.mjs"() {
26008
25793
  "use strict";
26009
- init_esm_shims();
26010
25794
  init_resource2();
26011
25795
  init_messages3();
26012
25796
  init_messages3();
@@ -26117,7 +25901,6 @@ var Chat;
26117
25901
  var init_chat = __esm({
26118
25902
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/chat.mjs"() {
26119
25903
  "use strict";
26120
- init_esm_shims();
26121
25904
  init_resource2();
26122
25905
  init_completions2();
26123
25906
  init_completions2();
@@ -26135,7 +25918,6 @@ var init_chat = __esm({
26135
25918
  var init_completions3 = __esm({
26136
25919
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/index.mjs"() {
26137
25920
  "use strict";
26138
- init_esm_shims();
26139
25921
  init_completions2();
26140
25922
  init_completions2();
26141
25923
  init_messages3();
@@ -26146,7 +25928,6 @@ var init_completions3 = __esm({
26146
25928
  var init_chat2 = __esm({
26147
25929
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/index.mjs"() {
26148
25930
  "use strict";
26149
- init_esm_shims();
26150
25931
  init_chat();
26151
25932
  init_completions3();
26152
25933
  }
@@ -26156,7 +25937,6 @@ var init_chat2 = __esm({
26156
25937
  var init_shared2 = __esm({
26157
25938
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/shared.mjs"() {
26158
25939
  "use strict";
26159
- init_esm_shims();
26160
25940
  }
26161
25941
  });
26162
25942
 
@@ -26203,7 +25983,6 @@ var brand_privateNullableHeaders2, buildHeaders2;
26203
25983
  var init_headers2 = __esm({
26204
25984
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/headers.mjs"() {
26205
25985
  "use strict";
26206
- init_esm_shims();
26207
25986
  init_values2();
26208
25987
  brand_privateNullableHeaders2 = /* @__PURE__ */ Symbol("brand.privateNullableHeaders");
26209
25988
  buildHeaders2 = (newHeaders) => {
@@ -26236,7 +26015,6 @@ var Speech;
26236
26015
  var init_speech = __esm({
26237
26016
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/speech.mjs"() {
26238
26017
  "use strict";
26239
- init_esm_shims();
26240
26018
  init_resource2();
26241
26019
  init_headers2();
26242
26020
  Speech = class extends APIResource2 {
@@ -26274,7 +26052,6 @@ var Transcriptions;
26274
26052
  var init_transcriptions = __esm({
26275
26053
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/transcriptions.mjs"() {
26276
26054
  "use strict";
26277
- init_esm_shims();
26278
26055
  init_resource2();
26279
26056
  init_uploads3();
26280
26057
  Transcriptions = class extends APIResource2 {
@@ -26295,7 +26072,6 @@ var Translations;
26295
26072
  var init_translations = __esm({
26296
26073
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/translations.mjs"() {
26297
26074
  "use strict";
26298
- init_esm_shims();
26299
26075
  init_resource2();
26300
26076
  init_uploads3();
26301
26077
  Translations = class extends APIResource2 {
@@ -26311,7 +26087,6 @@ var Audio;
26311
26087
  var init_audio = __esm({
26312
26088
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/audio.mjs"() {
26313
26089
  "use strict";
26314
- init_esm_shims();
26315
26090
  init_resource2();
26316
26091
  init_speech();
26317
26092
  init_speech();
@@ -26338,7 +26113,6 @@ var Batches3;
26338
26113
  var init_batches3 = __esm({
26339
26114
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/batches.mjs"() {
26340
26115
  "use strict";
26341
- init_esm_shims();
26342
26116
  init_resource2();
26343
26117
  init_pagination2();
26344
26118
  init_path2();
@@ -26378,7 +26152,6 @@ var Assistants;
26378
26152
  var init_assistants = __esm({
26379
26153
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/assistants.mjs"() {
26380
26154
  "use strict";
26381
- init_esm_shims();
26382
26155
  init_resource2();
26383
26156
  init_pagination2();
26384
26157
  init_headers2();
@@ -26451,7 +26224,6 @@ var Sessions;
26451
26224
  var init_sessions = __esm({
26452
26225
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/sessions.mjs"() {
26453
26226
  "use strict";
26454
- init_esm_shims();
26455
26227
  init_resource2();
26456
26228
  init_headers2();
26457
26229
  Sessions = class extends APIResource2 {
@@ -26486,7 +26258,6 @@ var TranscriptionSessions;
26486
26258
  var init_transcription_sessions = __esm({
26487
26259
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/transcription-sessions.mjs"() {
26488
26260
  "use strict";
26489
- init_esm_shims();
26490
26261
  init_resource2();
26491
26262
  init_headers2();
26492
26263
  TranscriptionSessions = class extends APIResource2 {
@@ -26521,7 +26292,6 @@ var Realtime;
26521
26292
  var init_realtime = __esm({
26522
26293
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/realtime.mjs"() {
26523
26294
  "use strict";
26524
- init_esm_shims();
26525
26295
  init_resource2();
26526
26296
  init_sessions();
26527
26297
  init_sessions();
@@ -26544,7 +26314,6 @@ var Sessions2;
26544
26314
  var init_sessions2 = __esm({
26545
26315
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/sessions.mjs"() {
26546
26316
  "use strict";
26547
- init_esm_shims();
26548
26317
  init_resource2();
26549
26318
  init_headers2();
26550
26319
  init_path2();
@@ -26594,7 +26363,6 @@ var Threads;
26594
26363
  var init_threads = __esm({
26595
26364
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/threads.mjs"() {
26596
26365
  "use strict";
26597
- init_esm_shims();
26598
26366
  init_resource2();
26599
26367
  init_pagination2();
26600
26368
  init_headers2();
@@ -26674,7 +26442,6 @@ var ChatKit;
26674
26442
  var init_chatkit = __esm({
26675
26443
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/chatkit.mjs"() {
26676
26444
  "use strict";
26677
- init_esm_shims();
26678
26445
  init_resource2();
26679
26446
  init_sessions2();
26680
26447
  init_sessions2();
@@ -26697,7 +26464,6 @@ var Messages4;
26697
26464
  var init_messages4 = __esm({
26698
26465
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/messages.mjs"() {
26699
26466
  "use strict";
26700
- init_esm_shims();
26701
26467
  init_resource2();
26702
26468
  init_pagination2();
26703
26469
  init_headers2();
@@ -26773,7 +26539,6 @@ var Steps;
26773
26539
  var init_steps = __esm({
26774
26540
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/runs/steps.mjs"() {
26775
26541
  "use strict";
26776
- init_esm_shims();
26777
26542
  init_resource2();
26778
26543
  init_pagination2();
26779
26544
  init_headers2();
@@ -26814,7 +26579,6 @@ var toFloat32Array;
26814
26579
  var init_base64 = __esm({
26815
26580
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/base64.mjs"() {
26816
26581
  "use strict";
26817
- init_esm_shims();
26818
26582
  init_error3();
26819
26583
  init_bytes2();
26820
26584
  toFloat32Array = (base64Str) => {
@@ -26839,7 +26603,6 @@ var readEnv2;
26839
26603
  var init_env2 = __esm({
26840
26604
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/env.mjs"() {
26841
26605
  "use strict";
26842
- init_esm_shims();
26843
26606
  readEnv2 = (env) => {
26844
26607
  if (typeof globalThis.process !== "undefined") {
26845
26608
  return globalThis.process.env?.[env]?.trim() ?? void 0;
@@ -26856,7 +26619,6 @@ var init_env2 = __esm({
26856
26619
  var init_utils7 = __esm({
26857
26620
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils.mjs"() {
26858
26621
  "use strict";
26859
- init_esm_shims();
26860
26622
  init_values2();
26861
26623
  init_base64();
26862
26624
  init_env2();
@@ -26874,7 +26636,6 @@ var _AssistantStream_instances, _a3, _AssistantStream_events, _AssistantStream_r
26874
26636
  var init_AssistantStream = __esm({
26875
26637
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/AssistantStream.mjs"() {
26876
26638
  "use strict";
26877
- init_esm_shims();
26878
26639
  init_tslib2();
26879
26640
  init_streaming4();
26880
26641
  init_error4();
@@ -27400,7 +27161,6 @@ var Runs;
27400
27161
  var init_runs = __esm({
27401
27162
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/runs/runs.mjs"() {
27402
27163
  "use strict";
27403
- init_esm_shims();
27404
27164
  init_resource2();
27405
27165
  init_steps();
27406
27166
  init_steps();
@@ -27582,7 +27342,6 @@ var Threads2;
27582
27342
  var init_threads2 = __esm({
27583
27343
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/threads.mjs"() {
27584
27344
  "use strict";
27585
- init_esm_shims();
27586
27345
  init_resource2();
27587
27346
  init_messages4();
27588
27347
  init_messages4();
@@ -27678,7 +27437,6 @@ var Beta2;
27678
27437
  var init_beta2 = __esm({
27679
27438
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/beta.mjs"() {
27680
27439
  "use strict";
27681
- init_esm_shims();
27682
27440
  init_resource2();
27683
27441
  init_assistants();
27684
27442
  init_assistants();
@@ -27709,7 +27467,6 @@ var Completions3;
27709
27467
  var init_completions4 = __esm({
27710
27468
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/completions.mjs"() {
27711
27469
  "use strict";
27712
- init_esm_shims();
27713
27470
  init_resource2();
27714
27471
  Completions3 = class extends APIResource2 {
27715
27472
  create(body, options) {
@@ -27724,7 +27481,6 @@ var Content;
27724
27481
  var init_content = __esm({
27725
27482
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/files/content.mjs"() {
27726
27483
  "use strict";
27727
- init_esm_shims();
27728
27484
  init_resource2();
27729
27485
  init_headers2();
27730
27486
  init_path2();
@@ -27749,7 +27505,6 @@ var Files2;
27749
27505
  var init_files2 = __esm({
27750
27506
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/files/files.mjs"() {
27751
27507
  "use strict";
27752
- init_esm_shims();
27753
27508
  init_resource2();
27754
27509
  init_content();
27755
27510
  init_content();
@@ -27807,7 +27562,6 @@ var Containers;
27807
27562
  var init_containers = __esm({
27808
27563
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/containers.mjs"() {
27809
27564
  "use strict";
27810
- init_esm_shims();
27811
27565
  init_resource2();
27812
27566
  init_files2();
27813
27567
  init_files2();
@@ -27856,7 +27610,6 @@ var Items;
27856
27610
  var init_items = __esm({
27857
27611
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/conversations/items.mjs"() {
27858
27612
  "use strict";
27859
- init_esm_shims();
27860
27613
  init_resource2();
27861
27614
  init_pagination2();
27862
27615
  init_path2();
@@ -27901,7 +27654,6 @@ var Conversations;
27901
27654
  var init_conversations = __esm({
27902
27655
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/conversations/conversations.mjs"() {
27903
27656
  "use strict";
27904
- init_esm_shims();
27905
27657
  init_resource2();
27906
27658
  init_items();
27907
27659
  init_items();
@@ -27945,7 +27697,6 @@ var Embeddings;
27945
27697
  var init_embeddings = __esm({
27946
27698
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/embeddings.mjs"() {
27947
27699
  "use strict";
27948
- init_esm_shims();
27949
27700
  init_resource2();
27950
27701
  init_utils7();
27951
27702
  Embeddings = class extends APIResource2 {
@@ -27997,7 +27748,6 @@ var OutputItems;
27997
27748
  var init_output_items = __esm({
27998
27749
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/runs/output-items.mjs"() {
27999
27750
  "use strict";
28000
- init_esm_shims();
28001
27751
  init_resource2();
28002
27752
  init_pagination2();
28003
27753
  init_path2();
@@ -28025,7 +27775,6 @@ var Runs2;
28025
27775
  var init_runs2 = __esm({
28026
27776
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/runs/runs.mjs"() {
28027
27777
  "use strict";
28028
- init_esm_shims();
28029
27778
  init_resource2();
28030
27779
  init_output_items();
28031
27780
  init_output_items();
@@ -28084,7 +27833,6 @@ var Evals;
28084
27833
  var init_evals = __esm({
28085
27834
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/evals.mjs"() {
28086
27835
  "use strict";
28087
- init_esm_shims();
28088
27836
  init_resource2();
28089
27837
  init_runs2();
28090
27838
  init_runs2();
@@ -28140,7 +27888,6 @@ var Files3;
28140
27888
  var init_files3 = __esm({
28141
27889
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/files.mjs"() {
28142
27890
  "use strict";
28143
- init_esm_shims();
28144
27891
  init_resource2();
28145
27892
  init_pagination2();
28146
27893
  init_headers2();
@@ -28229,7 +27976,6 @@ var Methods;
28229
27976
  var init_methods = __esm({
28230
27977
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/methods.mjs"() {
28231
27978
  "use strict";
28232
- init_esm_shims();
28233
27979
  init_resource2();
28234
27980
  Methods = class extends APIResource2 {
28235
27981
  };
@@ -28241,7 +27987,6 @@ var Graders;
28241
27987
  var init_graders = __esm({
28242
27988
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/alpha/graders.mjs"() {
28243
27989
  "use strict";
28244
- init_esm_shims();
28245
27990
  init_resource2();
28246
27991
  Graders = class extends APIResource2 {
28247
27992
  /**
@@ -28293,7 +28038,6 @@ var Alpha;
28293
28038
  var init_alpha = __esm({
28294
28039
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/alpha/alpha.mjs"() {
28295
28040
  "use strict";
28296
- init_esm_shims();
28297
28041
  init_resource2();
28298
28042
  init_graders();
28299
28043
  init_graders();
@@ -28312,7 +28056,6 @@ var Permissions;
28312
28056
  var init_permissions = __esm({
28313
28057
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/checkpoints/permissions.mjs"() {
28314
28058
  "use strict";
28315
- init_esm_shims();
28316
28059
  init_resource2();
28317
28060
  init_pagination2();
28318
28061
  init_path2();
@@ -28401,7 +28144,6 @@ var Checkpoints;
28401
28144
  var init_checkpoints = __esm({
28402
28145
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.mjs"() {
28403
28146
  "use strict";
28404
- init_esm_shims();
28405
28147
  init_resource2();
28406
28148
  init_permissions();
28407
28149
  init_permissions();
@@ -28420,7 +28162,6 @@ var Checkpoints2;
28420
28162
  var init_checkpoints2 = __esm({
28421
28163
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/jobs/checkpoints.mjs"() {
28422
28164
  "use strict";
28423
- init_esm_shims();
28424
28165
  init_resource2();
28425
28166
  init_pagination2();
28426
28167
  init_path2();
@@ -28450,7 +28191,6 @@ var Jobs;
28450
28191
  var init_jobs = __esm({
28451
28192
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/jobs/jobs.mjs"() {
28452
28193
  "use strict";
28453
- init_esm_shims();
28454
28194
  init_resource2();
28455
28195
  init_checkpoints2();
28456
28196
  init_checkpoints2();
@@ -28575,7 +28315,6 @@ var FineTuning;
28575
28315
  var init_fine_tuning = __esm({
28576
28316
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/fine-tuning.mjs"() {
28577
28317
  "use strict";
28578
- init_esm_shims();
28579
28318
  init_resource2();
28580
28319
  init_methods();
28581
28320
  init_methods();
@@ -28606,7 +28345,6 @@ var GraderModels;
28606
28345
  var init_grader_models = __esm({
28607
28346
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/graders/grader-models.mjs"() {
28608
28347
  "use strict";
28609
- init_esm_shims();
28610
28348
  init_resource2();
28611
28349
  GraderModels = class extends APIResource2 {
28612
28350
  };
@@ -28618,7 +28356,6 @@ var Graders2;
28618
28356
  var init_graders2 = __esm({
28619
28357
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/graders/graders.mjs"() {
28620
28358
  "use strict";
28621
- init_esm_shims();
28622
28359
  init_resource2();
28623
28360
  init_grader_models();
28624
28361
  init_grader_models();
@@ -28637,7 +28374,6 @@ var Images;
28637
28374
  var init_images = __esm({
28638
28375
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/images.mjs"() {
28639
28376
  "use strict";
28640
- init_esm_shims();
28641
28377
  init_resource2();
28642
28378
  init_uploads3();
28643
28379
  Images = class extends APIResource2 {
@@ -28669,7 +28405,6 @@ var Models3;
28669
28405
  var init_models3 = __esm({
28670
28406
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/models.mjs"() {
28671
28407
  "use strict";
28672
- init_esm_shims();
28673
28408
  init_resource2();
28674
28409
  init_pagination2();
28675
28410
  init_path2();
@@ -28704,7 +28439,6 @@ var Moderations;
28704
28439
  var init_moderations = __esm({
28705
28440
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/moderations.mjs"() {
28706
28441
  "use strict";
28707
- init_esm_shims();
28708
28442
  init_resource2();
28709
28443
  Moderations = class extends APIResource2 {
28710
28444
  /**
@@ -28723,7 +28457,6 @@ var Calls;
28723
28457
  var init_calls = __esm({
28724
28458
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/calls.mjs"() {
28725
28459
  "use strict";
28726
- init_esm_shims();
28727
28460
  init_resource2();
28728
28461
  init_headers2();
28729
28462
  init_path2();
@@ -28801,7 +28534,6 @@ var ClientSecrets;
28801
28534
  var init_client_secrets = __esm({
28802
28535
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/client-secrets.mjs"() {
28803
28536
  "use strict";
28804
- init_esm_shims();
28805
28537
  init_resource2();
28806
28538
  ClientSecrets = class extends APIResource2 {
28807
28539
  /**
@@ -28839,7 +28571,6 @@ var Realtime2;
28839
28571
  var init_realtime2 = __esm({
28840
28572
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/realtime.mjs"() {
28841
28573
  "use strict";
28842
- init_esm_shims();
28843
28574
  init_resource2();
28844
28575
  init_calls();
28845
28576
  init_calls();
@@ -28980,7 +28711,6 @@ function addOutputText(rsp) {
28980
28711
  var init_ResponsesParser = __esm({
28981
28712
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ResponsesParser.mjs"() {
28982
28713
  "use strict";
28983
- init_esm_shims();
28984
28714
  init_error4();
28985
28715
  init_parser3();
28986
28716
  }
@@ -28994,7 +28724,6 @@ var _ResponseStream_instances, _ResponseStream_params, _ResponseStream_currentRe
28994
28724
  var init_ResponseStream = __esm({
28995
28725
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/responses/ResponseStream.mjs"() {
28996
28726
  "use strict";
28997
- init_esm_shims();
28998
28727
  init_tslib2();
28999
28728
  init_error4();
29000
28729
  init_EventStream();
@@ -29256,7 +28985,6 @@ var InputItems;
29256
28985
  var init_input_items = __esm({
29257
28986
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/input-items.mjs"() {
29258
28987
  "use strict";
29259
- init_esm_shims();
29260
28988
  init_resource2();
29261
28989
  init_pagination2();
29262
28990
  init_path2();
@@ -29286,7 +29014,6 @@ var InputTokens;
29286
29014
  var init_input_tokens = __esm({
29287
29015
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/input-tokens.mjs"() {
29288
29016
  "use strict";
29289
- init_esm_shims();
29290
29017
  init_resource2();
29291
29018
  InputTokens = class extends APIResource2 {
29292
29019
  /**
@@ -29312,7 +29039,6 @@ var Responses;
29312
29039
  var init_responses = __esm({
29313
29040
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/responses.mjs"() {
29314
29041
  "use strict";
29315
- init_esm_shims();
29316
29042
  init_ResponsesParser();
29317
29043
  init_ResponseStream();
29318
29044
  init_resource2();
@@ -29417,7 +29143,6 @@ var Content2;
29417
29143
  var init_content2 = __esm({
29418
29144
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/content.mjs"() {
29419
29145
  "use strict";
29420
- init_esm_shims();
29421
29146
  init_resource2();
29422
29147
  init_headers2();
29423
29148
  init_path2();
@@ -29441,7 +29166,6 @@ var Content3;
29441
29166
  var init_content3 = __esm({
29442
29167
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/versions/content.mjs"() {
29443
29168
  "use strict";
29444
- init_esm_shims();
29445
29169
  init_resource2();
29446
29170
  init_headers2();
29447
29171
  init_path2();
@@ -29466,7 +29190,6 @@ var Versions2;
29466
29190
  var init_versions2 = __esm({
29467
29191
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/versions/versions.mjs"() {
29468
29192
  "use strict";
29469
- init_esm_shims();
29470
29193
  init_resource2();
29471
29194
  init_content3();
29472
29195
  init_content3();
@@ -29517,7 +29240,6 @@ var Skills2;
29517
29240
  var init_skills2 = __esm({
29518
29241
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/skills.mjs"() {
29519
29242
  "use strict";
29520
- init_esm_shims();
29521
29243
  init_resource2();
29522
29244
  init_content2();
29523
29245
  init_content2();
@@ -29573,7 +29295,6 @@ var Parts;
29573
29295
  var init_parts = __esm({
29574
29296
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/uploads/parts.mjs"() {
29575
29297
  "use strict";
29576
- init_esm_shims();
29577
29298
  init_resource2();
29578
29299
  init_uploads3();
29579
29300
  init_path2();
@@ -29603,7 +29324,6 @@ var Uploads;
29603
29324
  var init_uploads5 = __esm({
29604
29325
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/uploads/uploads.mjs"() {
29605
29326
  "use strict";
29606
- init_esm_shims();
29607
29327
  init_resource2();
29608
29328
  init_parts();
29609
29329
  init_parts();
@@ -29677,7 +29397,6 @@ var allSettledWithThrow;
29677
29397
  var init_Util = __esm({
29678
29398
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/Util.mjs"() {
29679
29399
  "use strict";
29680
- init_esm_shims();
29681
29400
  allSettledWithThrow = async (promises) => {
29682
29401
  const results = await Promise.allSettled(promises);
29683
29402
  const rejected = results.filter((result) => result.status === "rejected");
@@ -29703,7 +29422,6 @@ var FileBatches;
29703
29422
  var init_file_batches = __esm({
29704
29423
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/file-batches.mjs"() {
29705
29424
  "use strict";
29706
- init_esm_shims();
29707
29425
  init_resource2();
29708
29426
  init_pagination2();
29709
29427
  init_headers2();
@@ -29833,7 +29551,6 @@ var Files4;
29833
29551
  var init_files4 = __esm({
29834
29552
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/files.mjs"() {
29835
29553
  "use strict";
29836
- init_esm_shims();
29837
29554
  init_resource2();
29838
29555
  init_pagination2();
29839
29556
  init_headers2();
@@ -29977,7 +29694,6 @@ var VectorStores;
29977
29694
  var init_vector_stores = __esm({
29978
29695
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/vector-stores.mjs"() {
29979
29696
  "use strict";
29980
- init_esm_shims();
29981
29697
  init_resource2();
29982
29698
  init_file_batches();
29983
29699
  init_file_batches();
@@ -30063,7 +29779,6 @@ var Videos;
30063
29779
  var init_videos = __esm({
30064
29780
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/videos.mjs"() {
30065
29781
  "use strict";
30066
- init_esm_shims();
30067
29782
  init_resource2();
30068
29783
  init_pagination2();
30069
29784
  init_headers2();
@@ -30147,7 +29862,6 @@ var _Webhooks_instances, _Webhooks_validateSecret, _Webhooks_getRequiredHeader,
30147
29862
  var init_webhooks = __esm({
30148
29863
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks/webhooks.mjs"() {
30149
29864
  "use strict";
30150
- init_esm_shims();
30151
29865
  init_tslib2();
30152
29866
  init_error4();
30153
29867
  init_resource2();
@@ -30233,7 +29947,6 @@ var init_webhooks = __esm({
30233
29947
  var init_webhooks2 = __esm({
30234
29948
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks/index.mjs"() {
30235
29949
  "use strict";
30236
- init_esm_shims();
30237
29950
  init_webhooks();
30238
29951
  }
30239
29952
  });
@@ -30242,7 +29955,6 @@ var init_webhooks2 = __esm({
30242
29955
  var init_webhooks3 = __esm({
30243
29956
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks.mjs"() {
30244
29957
  "use strict";
30245
- init_esm_shims();
30246
29958
  init_webhooks2();
30247
29959
  }
30248
29960
  });
@@ -30251,7 +29963,6 @@ var init_webhooks3 = __esm({
30251
29963
  var init_resources2 = __esm({
30252
29964
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/index.mjs"() {
30253
29965
  "use strict";
30254
- init_esm_shims();
30255
29966
  init_chat2();
30256
29967
  init_shared2();
30257
29968
  init_audio();
@@ -30283,7 +29994,6 @@ var _OpenAI_instances, _a4, _OpenAI_encoder, _OpenAI_baseURLOverridden, OpenAI;
30283
29994
  var init_client2 = __esm({
30284
29995
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/client.mjs"() {
30285
29996
  "use strict";
30286
- init_esm_shims();
30287
29997
  init_tslib2();
30288
29998
  init_uuid2();
30289
29999
  init_values2();
@@ -30813,7 +30523,6 @@ var init_client2 = __esm({
30813
30523
  var init_azure = __esm({
30814
30524
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/azure.mjs"() {
30815
30525
  "use strict";
30816
- init_esm_shims();
30817
30526
  init_headers2();
30818
30527
  init_error4();
30819
30528
  init_utils7();
@@ -30825,7 +30534,6 @@ var init_azure = __esm({
30825
30534
  var init_openai = __esm({
30826
30535
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/index.mjs"() {
30827
30536
  "use strict";
30828
- init_esm_shims();
30829
30537
  init_client2();
30830
30538
  init_uploads4();
30831
30539
  init_api_promise2();
@@ -30847,7 +30555,6 @@ var utils, regExpChars, hasOwnProperty, hasOwn3, _ENCODE_HTML_RULES, _MATCH_HTML
30847
30555
  var init_utils8 = __esm({
30848
30556
  "../../node_modules/.pnpm/ejs@4.0.1/node_modules/ejs/lib/esm/utils.js"() {
30849
30557
  "use strict";
30850
- init_esm_shims();
30851
30558
  utils = {};
30852
30559
  regExpChars = /[|\\{}()[\]^$+*?.]/g;
30853
30560
  hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -31143,7 +30850,6 @@ var DECLARATION_KEYWORD, ejs, _DEFAULT_OPEN_DELIMITER, _DEFAULT_CLOSE_DELIMITER,
31143
30850
  var init_ejs = __esm({
31144
30851
  "../../node_modules/.pnpm/ejs@4.0.1/node_modules/ejs/lib/esm/ejs.js"() {
31145
30852
  "use strict";
31146
- init_esm_shims();
31147
30853
  init_utils8();
31148
30854
  DECLARATION_KEYWORD = "let";
31149
30855
  ejs = {};
@@ -31534,7 +31240,6 @@ var init_ejs = __esm({
31534
31240
  var require_utils3 = __commonJS({
31535
31241
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js"(exports2) {
31536
31242
  "use strict";
31537
- init_esm_shims();
31538
31243
  exports2.__esModule = true;
31539
31244
  exports2.extend = extend3;
31540
31245
  exports2.indexOf = indexOf;
@@ -31634,7 +31339,6 @@ var require_utils3 = __commonJS({
31634
31339
  var require_exception = __commonJS({
31635
31340
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js"(exports2, module2) {
31636
31341
  "use strict";
31637
- init_esm_shims();
31638
31342
  exports2.__esModule = true;
31639
31343
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
31640
31344
  function Exception(message, node) {
@@ -31684,7 +31388,6 @@ var require_exception = __commonJS({
31684
31388
  var require_block_helper_missing = __commonJS({
31685
31389
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js"(exports2, module2) {
31686
31390
  "use strict";
31687
- init_esm_shims();
31688
31391
  exports2.__esModule = true;
31689
31392
  var _utils = require_utils3();
31690
31393
  exports2["default"] = function(instance) {
@@ -31721,7 +31424,6 @@ var require_block_helper_missing = __commonJS({
31721
31424
  var require_each = __commonJS({
31722
31425
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js"(exports2, module2) {
31723
31426
  "use strict";
31724
- init_esm_shims();
31725
31427
  exports2.__esModule = true;
31726
31428
  function _interopRequireDefault(obj) {
31727
31429
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -31806,7 +31508,6 @@ var require_each = __commonJS({
31806
31508
  var require_helper_missing = __commonJS({
31807
31509
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js"(exports2, module2) {
31808
31510
  "use strict";
31809
- init_esm_shims();
31810
31511
  exports2.__esModule = true;
31811
31512
  function _interopRequireDefault(obj) {
31812
31513
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -31830,7 +31531,6 @@ var require_helper_missing = __commonJS({
31830
31531
  var require_if = __commonJS({
31831
31532
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js"(exports2, module2) {
31832
31533
  "use strict";
31833
- init_esm_shims();
31834
31534
  exports2.__esModule = true;
31835
31535
  function _interopRequireDefault(obj) {
31836
31536
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -31871,7 +31571,6 @@ var require_if = __commonJS({
31871
31571
  var require_log = __commonJS({
31872
31572
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js"(exports2, module2) {
31873
31573
  "use strict";
31874
- init_esm_shims();
31875
31574
  exports2.__esModule = true;
31876
31575
  exports2["default"] = function(instance) {
31877
31576
  instance.registerHelper("log", function() {
@@ -31897,7 +31596,6 @@ var require_log = __commonJS({
31897
31596
  var require_lookup = __commonJS({
31898
31597
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js"(exports2, module2) {
31899
31598
  "use strict";
31900
- init_esm_shims();
31901
31599
  exports2.__esModule = true;
31902
31600
  exports2["default"] = function(instance) {
31903
31601
  instance.registerHelper("lookup", function(obj, field, options) {
@@ -31915,7 +31613,6 @@ var require_lookup = __commonJS({
31915
31613
  var require_with = __commonJS({
31916
31614
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js"(exports2, module2) {
31917
31615
  "use strict";
31918
- init_esm_shims();
31919
31616
  exports2.__esModule = true;
31920
31617
  function _interopRequireDefault(obj) {
31921
31618
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -31955,7 +31652,6 @@ var require_with = __commonJS({
31955
31652
  var require_helpers = __commonJS({
31956
31653
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js"(exports2) {
31957
31654
  "use strict";
31958
- init_esm_shims();
31959
31655
  exports2.__esModule = true;
31960
31656
  exports2.registerDefaultHelpers = registerDefaultHelpers;
31961
31657
  exports2.moveHelperToHooks = moveHelperToHooks;
@@ -32000,7 +31696,6 @@ var require_helpers = __commonJS({
32000
31696
  var require_inline = __commonJS({
32001
31697
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js"(exports2, module2) {
32002
31698
  "use strict";
32003
- init_esm_shims();
32004
31699
  exports2.__esModule = true;
32005
31700
  var _utils = require_utils3();
32006
31701
  exports2["default"] = function(instance) {
@@ -32028,7 +31723,6 @@ var require_inline = __commonJS({
32028
31723
  var require_decorators = __commonJS({
32029
31724
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js"(exports2) {
32030
31725
  "use strict";
32031
- init_esm_shims();
32032
31726
  exports2.__esModule = true;
32033
31727
  exports2.registerDefaultDecorators = registerDefaultDecorators;
32034
31728
  function _interopRequireDefault(obj) {
@@ -32046,7 +31740,6 @@ var require_decorators = __commonJS({
32046
31740
  var require_logger = __commonJS({
32047
31741
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js"(exports2, module2) {
32048
31742
  "use strict";
32049
- init_esm_shims();
32050
31743
  exports2.__esModule = true;
32051
31744
  var _utils = require_utils3();
32052
31745
  var logger = {
@@ -32088,7 +31781,6 @@ var require_logger = __commonJS({
32088
31781
  var require_proto_access = __commonJS({
32089
31782
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js"(exports2) {
32090
31783
  "use strict";
32091
- init_esm_shims();
32092
31784
  exports2.__esModule = true;
32093
31785
  exports2.createProtoAccessControl = createProtoAccessControl;
32094
31786
  exports2.resultIsAllowed = resultIsAllowed;
@@ -32157,7 +31849,6 @@ var require_proto_access = __commonJS({
32157
31849
  var require_base = __commonJS({
32158
31850
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js"(exports2) {
32159
31851
  "use strict";
32160
- init_esm_shims();
32161
31852
  exports2.__esModule = true;
32162
31853
  exports2.HandlebarsEnvironment = HandlebarsEnvironment;
32163
31854
  function _interopRequireDefault(obj) {
@@ -32259,7 +31950,6 @@ var require_base = __commonJS({
32259
31950
  var require_safe_string = __commonJS({
32260
31951
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js"(exports2, module2) {
32261
31952
  "use strict";
32262
- init_esm_shims();
32263
31953
  exports2.__esModule = true;
32264
31954
  function SafeString(string) {
32265
31955
  this.string = string;
@@ -32276,7 +31966,6 @@ var require_safe_string = __commonJS({
32276
31966
  var require_wrapHelper = __commonJS({
32277
31967
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js"(exports2) {
32278
31968
  "use strict";
32279
- init_esm_shims();
32280
31969
  exports2.__esModule = true;
32281
31970
  exports2.wrapHelper = wrapHelper;
32282
31971
  function wrapHelper(helper, transformOptionsFn) {
@@ -32297,7 +31986,6 @@ var require_wrapHelper = __commonJS({
32297
31986
  var require_runtime = __commonJS({
32298
31987
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js"(exports2) {
32299
31988
  "use strict";
32300
- init_esm_shims();
32301
31989
  exports2.__esModule = true;
32302
31990
  exports2.checkRevision = checkRevision;
32303
31991
  exports2.template = template;
@@ -32613,7 +32301,6 @@ var require_runtime = __commonJS({
32613
32301
  var require_no_conflict = __commonJS({
32614
32302
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js"(exports2, module2) {
32615
32303
  "use strict";
32616
- init_esm_shims();
32617
32304
  exports2.__esModule = true;
32618
32305
  exports2["default"] = function(Handlebars2) {
32619
32306
  (function() {
@@ -32640,7 +32327,6 @@ var require_no_conflict = __commonJS({
32640
32327
  var require_handlebars_runtime = __commonJS({
32641
32328
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js"(exports2, module2) {
32642
32329
  "use strict";
32643
- init_esm_shims();
32644
32330
  exports2.__esModule = true;
32645
32331
  function _interopRequireDefault(obj) {
32646
32332
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -32697,7 +32383,6 @@ var require_handlebars_runtime = __commonJS({
32697
32383
  var require_ast = __commonJS({
32698
32384
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js"(exports2, module2) {
32699
32385
  "use strict";
32700
- init_esm_shims();
32701
32386
  exports2.__esModule = true;
32702
32387
  var AST2 = {
32703
32388
  // Public API used to evaluate derived attributes regarding AST nodes
@@ -32727,7 +32412,6 @@ var require_ast = __commonJS({
32727
32412
  var require_parser = __commonJS({
32728
32413
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js"(exports2, module2) {
32729
32414
  "use strict";
32730
- init_esm_shims();
32731
32415
  exports2.__esModule = true;
32732
32416
  var handlebars = (function() {
32733
32417
  var parser = {
@@ -33438,7 +33122,6 @@ var require_parser = __commonJS({
33438
33122
  var require_visitor = __commonJS({
33439
33123
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js"(exports2, module2) {
33440
33124
  "use strict";
33441
- init_esm_shims();
33442
33125
  exports2.__esModule = true;
33443
33126
  function _interopRequireDefault(obj) {
33444
33127
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -33560,7 +33243,6 @@ var require_visitor = __commonJS({
33560
33243
  var require_whitespace_control = __commonJS({
33561
33244
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js"(exports2, module2) {
33562
33245
  "use strict";
33563
- init_esm_shims();
33564
33246
  exports2.__esModule = true;
33565
33247
  function _interopRequireDefault(obj) {
33566
33248
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -33712,7 +33394,6 @@ var require_whitespace_control = __commonJS({
33712
33394
  var require_helpers2 = __commonJS({
33713
33395
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js"(exports2) {
33714
33396
  "use strict";
33715
- init_esm_shims();
33716
33397
  exports2.__esModule = true;
33717
33398
  exports2.SourceLocation = SourceLocation;
33718
33399
  exports2.id = id;
@@ -33901,7 +33582,6 @@ var require_helpers2 = __commonJS({
33901
33582
  var require_base2 = __commonJS({
33902
33583
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js"(exports2) {
33903
33584
  "use strict";
33904
- init_esm_shims();
33905
33585
  exports2.__esModule = true;
33906
33586
  exports2.parseWithoutProcessing = parseWithoutProcessing;
33907
33587
  exports2.parse = parse4;
@@ -34003,7 +33683,6 @@ var require_base2 = __commonJS({
34003
33683
  var require_compiler = __commonJS({
34004
33684
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js"(exports2) {
34005
33685
  "use strict";
34006
- init_esm_shims();
34007
33686
  exports2.__esModule = true;
34008
33687
  exports2.Compiler = Compiler;
34009
33688
  exports2.precompile = precompile;
@@ -34426,7 +34105,6 @@ var require_compiler = __commonJS({
34426
34105
  var require_base64 = __commonJS({
34427
34106
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64.js"(exports2) {
34428
34107
  "use strict";
34429
- init_esm_shims();
34430
34108
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
34431
34109
  exports2.encode = function(number) {
34432
34110
  if (0 <= number && number < intToCharMap.length) {
@@ -34469,7 +34147,6 @@ var require_base64 = __commonJS({
34469
34147
  var require_base64_vlq = __commonJS({
34470
34148
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js"(exports2) {
34471
34149
  "use strict";
34472
- init_esm_shims();
34473
34150
  var base64 = require_base64();
34474
34151
  var VLQ_BASE_SHIFT = 5;
34475
34152
  var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
@@ -34525,7 +34202,6 @@ var require_base64_vlq = __commonJS({
34525
34202
  var require_util = __commonJS({
34526
34203
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/util.js"(exports2) {
34527
34204
  "use strict";
34528
- init_esm_shims();
34529
34205
  function getArg(aArgs, aName, aDefaultValue) {
34530
34206
  if (aName in aArgs) {
34531
34207
  return aArgs[aName];
@@ -34828,7 +34504,6 @@ var require_util = __commonJS({
34828
34504
  var require_array_set = __commonJS({
34829
34505
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/array-set.js"(exports2) {
34830
34506
  "use strict";
34831
- init_esm_shims();
34832
34507
  var util = require_util();
34833
34508
  var has3 = Object.prototype.hasOwnProperty;
34834
34509
  var hasNativeMap = typeof Map !== "undefined";
@@ -34900,7 +34575,6 @@ var require_array_set = __commonJS({
34900
34575
  var require_mapping_list = __commonJS({
34901
34576
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js"(exports2) {
34902
34577
  "use strict";
34903
- init_esm_shims();
34904
34578
  var util = require_util();
34905
34579
  function generatedPositionAfter(mappingA, mappingB) {
34906
34580
  var lineA = mappingA.generatedLine;
@@ -34941,7 +34615,6 @@ var require_mapping_list = __commonJS({
34941
34615
  var require_source_map_generator = __commonJS({
34942
34616
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js"(exports2) {
34943
34617
  "use strict";
34944
- init_esm_shims();
34945
34618
  var base64VLQ = require_base64_vlq();
34946
34619
  var util = require_util();
34947
34620
  var ArraySet = require_array_set().ArraySet;
@@ -35219,7 +34892,6 @@ var require_source_map_generator = __commonJS({
35219
34892
  var require_binary_search = __commonJS({
35220
34893
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/binary-search.js"(exports2) {
35221
34894
  "use strict";
35222
- init_esm_shims();
35223
34895
  exports2.GREATEST_LOWER_BOUND = 1;
35224
34896
  exports2.LEAST_UPPER_BOUND = 2;
35225
34897
  function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
@@ -35277,7 +34949,6 @@ var require_binary_search = __commonJS({
35277
34949
  var require_quick_sort = __commonJS({
35278
34950
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js"(exports2) {
35279
34951
  "use strict";
35280
- init_esm_shims();
35281
34952
  function swap(ary, x, y) {
35282
34953
  var temp = ary[x];
35283
34954
  ary[x] = ary[y];
@@ -35314,7 +34985,6 @@ var require_quick_sort = __commonJS({
35314
34985
  var require_source_map_consumer = __commonJS({
35315
34986
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js"(exports2) {
35316
34987
  "use strict";
35317
- init_esm_shims();
35318
34988
  var util = require_util();
35319
34989
  var binarySearch = require_binary_search();
35320
34990
  var ArraySet = require_array_set().ArraySet;
@@ -35917,7 +35587,6 @@ var require_source_map_consumer = __commonJS({
35917
35587
  var require_source_node = __commonJS({
35918
35588
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-node.js"(exports2) {
35919
35589
  "use strict";
35920
- init_esm_shims();
35921
35590
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
35922
35591
  var util = require_util();
35923
35592
  var REGEX_NEWLINE = /(\r?\n)/;
@@ -36184,7 +35853,6 @@ var require_source_node = __commonJS({
36184
35853
  var require_source_map = __commonJS({
36185
35854
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/source-map.js"(exports2) {
36186
35855
  "use strict";
36187
- init_esm_shims();
36188
35856
  exports2.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
36189
35857
  exports2.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
36190
35858
  exports2.SourceNode = require_source_node().SourceNode;
@@ -36195,7 +35863,6 @@ var require_source_map = __commonJS({
36195
35863
  var require_code_gen = __commonJS({
36196
35864
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js"(exports2, module2) {
36197
35865
  "use strict";
36198
- init_esm_shims();
36199
35866
  exports2.__esModule = true;
36200
35867
  var _utils = require_utils3();
36201
35868
  var SourceNode = void 0;
@@ -36332,7 +35999,6 @@ var require_code_gen = __commonJS({
36332
35999
  var require_javascript_compiler = __commonJS({
36333
36000
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js"(exports2, module2) {
36334
36001
  "use strict";
36335
- init_esm_shims();
36336
36002
  exports2.__esModule = true;
36337
36003
  function _interopRequireDefault(obj) {
36338
36004
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -37251,7 +36917,6 @@ var require_javascript_compiler = __commonJS({
37251
36917
  var require_handlebars = __commonJS({
37252
36918
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js"(exports2, module2) {
37253
36919
  "use strict";
37254
- init_esm_shims();
37255
36920
  exports2.__esModule = true;
37256
36921
  function _interopRequireDefault(obj) {
37257
36922
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -37299,7 +36964,6 @@ var require_handlebars = __commonJS({
37299
36964
  var require_printer = __commonJS({
37300
36965
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js"(exports2) {
37301
36966
  "use strict";
37302
- init_esm_shims();
37303
36967
  exports2.__esModule = true;
37304
36968
  exports2.print = print;
37305
36969
  exports2.PrintVisitor = PrintVisitor;
@@ -37446,7 +37110,6 @@ var require_printer = __commonJS({
37446
37110
  var require_lib = __commonJS({
37447
37111
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/lib/index.js"(exports2, module2) {
37448
37112
  "use strict";
37449
- init_esm_shims();
37450
37113
  var handlebars = require_handlebars()["default"];
37451
37114
  var printer = require_printer();
37452
37115
  handlebars.PrintVisitor = printer.PrintVisitor;
@@ -38952,7 +38615,6 @@ var Token, Drop, toString$1, toLowerCase, hasOwnProperty2, TRAIT, LiquidError, T
38952
38615
  var init_liquid_node = __esm({
38953
38616
  "../../node_modules/.pnpm/liquidjs@10.25.2/node_modules/liquidjs/dist/liquid.node.mjs"() {
38954
38617
  "use strict";
38955
- init_esm_shims();
38956
38618
  Token = class {
38957
38619
  constructor(kind, input, begin, end, file) {
38958
38620
  this.kind = kind;
@@ -42236,7 +41898,6 @@ function detectMonorepo(cwd3) {
42236
41898
  var init_chunk_F7MUVHZ2 = __esm({
42237
41899
  "../notes/dist/chunk-F7MUVHZ2.js"() {
42238
41900
  "use strict";
42239
- init_esm_shims();
42240
41901
  init_chunk_7TJSPQPW();
42241
41902
  }
42242
41903
  });
@@ -42252,7 +41913,6 @@ __export(aggregator_IUQUAVJC_exports, {
42252
41913
  var init_aggregator_IUQUAVJC = __esm({
42253
41914
  "../notes/dist/aggregator-IUQUAVJC.js"() {
42254
41915
  "use strict";
42255
- init_esm_shims();
42256
41916
  init_chunk_F7MUVHZ2();
42257
41917
  init_chunk_7TJSPQPW();
42258
41918
  }
@@ -42266,7 +41926,7 @@ import { z as z23 } from "zod";
42266
41926
  import { z as z4 } from "zod";
42267
41927
  import * as fs24 from "fs";
42268
41928
  import * as os3 from "os";
42269
- import * as path25 from "path";
41929
+ import * as path24 from "path";
42270
41930
  import * as fs43 from "fs";
42271
41931
  import * as fs93 from "fs";
42272
41932
  import * as path73 from "path";
@@ -42302,7 +41962,7 @@ function substituteVariables3(value) {
42302
41962
  return process.env[varName] ?? "";
42303
41963
  });
42304
41964
  result = result.replace(filePattern, (_, filePath) => {
42305
- const expandedPath = filePath.startsWith("~") ? path25.join(os3.homedir(), filePath.slice(1)) : filePath;
41965
+ const expandedPath = filePath.startsWith("~") ? path24.join(os3.homedir(), filePath.slice(1)) : filePath;
42306
41966
  try {
42307
41967
  return fs24.readFileSync(expandedPath, "utf-8").trim();
42308
41968
  } catch {
@@ -43593,7 +43253,6 @@ var import_handlebars, ConfigError3, MAX_JSONC_LENGTH3, GitConfigSchema3, Monore
43593
43253
  var init_chunk_Y4S5UWCL = __esm({
43594
43254
  "../notes/dist/chunk-Y4S5UWCL.js"() {
43595
43255
  "use strict";
43596
- init_esm_shims();
43597
43256
  init_chunk_7TJSPQPW();
43598
43257
  init_sdk();
43599
43258
  init_openai();
@@ -43903,8 +43562,8 @@ var init_chunk_Y4S5UWCL = __esm({
43903
43562
  });
43904
43563
  MAX_INPUT_LENGTH3 = 1e4;
43905
43564
  SOLE_REFERENCE_PATTERN3 = /^\{(?:env|file):[^}]+\}$/;
43906
- AUTH_DIR3 = path25.join(os3.homedir(), ".config", "releasekit");
43907
- AUTH_FILE3 = path25.join(AUTH_DIR3, "auth.json");
43565
+ AUTH_DIR3 = path24.join(os3.homedir(), ".config", "releasekit");
43566
+ AUTH_FILE3 = path24.join(AUTH_DIR3, "auth.json");
43908
43567
  CONFIG_FILE3 = "releasekit.config.json";
43909
43568
  NotesError = class extends ReleaseKitError3 {
43910
43569
  };
@@ -44256,7 +43915,6 @@ function writeJson(outputPath, contexts, dryRun) {
44256
43915
  var init_dist14 = __esm({
44257
43916
  "../notes/dist/index.js"() {
44258
43917
  "use strict";
44259
- init_esm_shims();
44260
43918
  init_chunk_Y4S5UWCL();
44261
43919
  init_chunk_F7MUVHZ2();
44262
43920
  init_chunk_7TJSPQPW();
@@ -45803,7 +45461,6 @@ var import_semver6, LOG_LEVELS4, PREFIXES4, COLORS4, currentLevel4, quietMode4,
45803
45461
  var init_chunk_OZHNJUFW = __esm({
45804
45462
  "../publish/dist/chunk-OZHNJUFW.js"() {
45805
45463
  "use strict";
45806
- init_esm_shims();
45807
45464
  import_semver6 = __toESM(require_semver2(), 1);
45808
45465
  LOG_LEVELS4 = {
45809
45466
  error: 0,
@@ -46264,26 +45921,23 @@ __export(dist_exports5, {
46264
45921
  var init_dist15 = __esm({
46265
45922
  "../publish/dist/index.js"() {
46266
45923
  "use strict";
46267
- init_esm_shims();
46268
45924
  init_chunk_OZHNJUFW();
46269
45925
  }
46270
45926
  });
46271
45927
 
46272
45928
  // src/cli.ts
46273
- init_esm_shims();
46274
45929
  import { realpathSync } from "fs";
46275
- import { fileURLToPath as fileURLToPath5 } from "url";
45930
+ import { fileURLToPath as fileURLToPath4 } from "url";
46276
45931
 
46277
45932
  // ../core/dist/index.js
46278
- init_esm_shims();
46279
45933
  import * as fs from "fs";
46280
- import * as path2 from "path";
46281
- import { fileURLToPath as fileURLToPath2 } from "url";
45934
+ import * as path from "path";
45935
+ import { fileURLToPath } from "url";
46282
45936
  import chalk from "chalk";
46283
45937
  function readPackageVersion(importMetaUrl) {
46284
45938
  try {
46285
- const dir = path2.dirname(fileURLToPath2(importMetaUrl));
46286
- const packageJsonPath = path2.resolve(dir, "../package.json");
45939
+ const dir = path.dirname(fileURLToPath(importMetaUrl));
45940
+ const packageJsonPath = path.resolve(dir, "../package.json");
46287
45941
  const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, "utf-8"));
46288
45942
  return packageJson.version ?? "0.0.0";
46289
45943
  } catch {
@@ -46378,14 +46032,9 @@ var EXIT_CODES = {
46378
46032
  import { Command as Command6 } from "commander";
46379
46033
 
46380
46034
  // src/preview-command.ts
46381
- init_esm_shims();
46382
46035
  import { Command as Command4 } from "commander";
46383
46036
 
46384
- // src/preview.ts
46385
- init_esm_shims();
46386
-
46387
46037
  // ../config/dist/index.js
46388
- init_esm_shims();
46389
46038
  import * as TOML from "smol-toml";
46390
46039
  import * as fs3 from "fs";
46391
46040
  import * as path3 from "path";
@@ -46393,7 +46042,7 @@ import { z as z2 } from "zod";
46393
46042
  import { z } from "zod";
46394
46043
  import * as fs2 from "fs";
46395
46044
  import * as os from "os";
46396
- import * as path22 from "path";
46045
+ import * as path2 from "path";
46397
46046
  var ConfigError = class extends ReleaseKitError {
46398
46047
  code = "CONFIG_ERROR";
46399
46048
  suggestions;
@@ -46717,7 +46366,7 @@ function substituteVariables(value) {
46717
46366
  return process.env[varName] ?? "";
46718
46367
  });
46719
46368
  result = result.replace(filePattern, (_, filePath) => {
46720
- const expandedPath = filePath.startsWith("~") ? path22.join(os.homedir(), filePath.slice(1)) : filePath;
46369
+ const expandedPath = filePath.startsWith("~") ? path2.join(os.homedir(), filePath.slice(1)) : filePath;
46721
46370
  try {
46722
46371
  return fs2.readFileSync(expandedPath, "utf-8").trim();
46723
46372
  } catch {
@@ -46747,8 +46396,8 @@ function substituteInObject(obj) {
46747
46396
  }
46748
46397
  return obj;
46749
46398
  }
46750
- var AUTH_DIR = path22.join(os.homedir(), ".config", "releasekit");
46751
- var AUTH_FILE = path22.join(AUTH_DIR, "auth.json");
46399
+ var AUTH_DIR = path2.join(os.homedir(), ".config", "releasekit");
46400
+ var AUTH_FILE = path2.join(AUTH_DIR, "auth.json");
46752
46401
  var CONFIG_FILE = "releasekit.config.json";
46753
46402
  function loadConfigFile(configPath) {
46754
46403
  if (!fs3.existsSync(configPath)) {
@@ -46782,7 +46431,6 @@ function loadCIConfig(options) {
46782
46431
  }
46783
46432
 
46784
46433
  // src/preview-context.ts
46785
- init_esm_shims();
46786
46434
  import * as fs4 from "fs";
46787
46435
  function resolvePreviewContext(opts) {
46788
46436
  const token = process.env.GITHUB_TOKEN;
@@ -46826,7 +46474,6 @@ function resolveRepo(cliValue) {
46826
46474
  }
46827
46475
 
46828
46476
  // src/preview-detect.ts
46829
- init_esm_shims();
46830
46477
  import * as fs5 from "fs";
46831
46478
  import * as path4 from "path";
46832
46479
  function detectPrerelease(packagePaths, projectDir) {
@@ -46852,7 +46499,6 @@ function parsePrerelease(version) {
46852
46499
  }
46853
46500
 
46854
46501
  // src/preview-format.ts
46855
- init_esm_shims();
46856
46502
  var MARKER = "<!-- releasekit-preview -->";
46857
46503
  var FOOTER = "*Updated automatically by [ReleaseKit](https://github.com/goosewobbler/releasekit)*";
46858
46504
  var TYPE_LABELS = {
@@ -47023,7 +46669,6 @@ function capitalize(str3) {
47023
46669
  }
47024
46670
 
47025
46671
  // src/preview-github.ts
47026
- init_esm_shims();
47027
46672
  import { Octokit } from "@octokit/rest";
47028
46673
  function createOctokit(token) {
47029
46674
  return new Octokit({ auth: token });
@@ -47072,7 +46717,6 @@ async function postOrUpdateComment(octokit, owner, repo, prNumber, body) {
47072
46717
  }
47073
46718
 
47074
46719
  // src/release.ts
47075
- init_esm_shims();
47076
46720
  import { execSync as execSync2 } from "child_process";
47077
46721
  function getHeadCommitMessage(cwd3) {
47078
46722
  try {
@@ -47387,7 +47031,6 @@ function createPreviewCommand() {
47387
47031
  }
47388
47032
 
47389
47033
  // src/release-command.ts
47390
- init_esm_shims();
47391
47034
  import { Command as Command5, Option } from "commander";
47392
47035
  function createReleaseCommand() {
47393
47036
  return new Command5("release").description("Run the full release pipeline").option("-c, --config <path>", "Path to config file").option("-d, --dry-run", "Preview all steps without side effects", false).option("-b, --bump <type>", "Force bump type (patch|minor|major)").option("-p, --prerelease [identifier]", "Create prerelease version").option("-s, --sync", "Use synchronized versioning across all packages", false).option("-t, --target <packages>", "Target specific packages (comma-separated)").option("--branch <name>", "Override the git branch used for push").addOption(new Option("--npm-auth <method>", "NPM auth method").choices(["auto", "oidc", "token"]).default("auto")).option("--skip-notes", "Skip changelog generation", false).option("--skip-publish", "Skip registry publishing and git operations", false).option("--skip-git", "Skip git commit/tag/push", false).option("--skip-github-release", "Skip GitHub release creation", false).option("--skip-verification", "Skip post-publish verification", false).option("-j, --json", "Output results as JSON", false).option("-v, --verbose", "Verbose logging", false).option("-q, --quiet", "Suppress non-error output", false).option("--project-dir <path>", "Project directory", process.cwd()).action(async (opts) => {
@@ -47431,7 +47074,7 @@ function createReleaseProgram() {
47431
47074
  }
47432
47075
  var isMain = (() => {
47433
47076
  try {
47434
- return process.argv[1] ? realpathSync(process.argv[1]) === fileURLToPath5(import.meta.url) : false;
47077
+ return process.argv[1] ? realpathSync(process.argv[1]) === fileURLToPath4(import.meta.url) : false;
47435
47078
  } catch {
47436
47079
  return false;
47437
47080
  }