@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.
@@ -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,23 +40,10 @@ 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
  // ../notes/dist/chunk-7TJSPQPW.js
55
44
  import chalk2 from "chalk";
56
45
  import * as fs2 from "fs";
57
- import * as path22 from "path";
46
+ import * as path2 from "path";
58
47
  function setLogLevel2(level) {
59
48
  currentLevel2 = level;
60
49
  }
@@ -181,7 +170,7 @@ function writeMarkdown(outputPath, contexts, config, dryRun, options) {
181
170
  info2(content);
182
171
  return;
183
172
  }
184
- const dir = path22.dirname(outputPath);
173
+ const dir = path2.dirname(outputPath);
185
174
  if (!fs2.existsSync(dir)) {
186
175
  fs2.mkdirSync(dir, { recursive: true });
187
176
  }
@@ -204,7 +193,6 @@ var LOG_LEVELS2, PREFIXES2, COLORS2, currentLevel2, quietMode2, ReleaseKitError2
204
193
  var init_chunk_7TJSPQPW = __esm({
205
194
  "../notes/dist/chunk-7TJSPQPW.js"() {
206
195
  "use strict";
207
- init_esm_shims();
208
196
  LOG_LEVELS2 = {
209
197
  error: 0,
210
198
  warn: 1,
@@ -290,7 +278,6 @@ function __classPrivateFieldGet(receiver, state, kind, f) {
290
278
  var init_tslib = __esm({
291
279
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/tslib.mjs"() {
292
280
  "use strict";
293
- init_esm_shims();
294
281
  }
295
282
  });
296
283
 
@@ -299,7 +286,6 @@ var uuid4;
299
286
  var init_uuid = __esm({
300
287
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs"() {
301
288
  "use strict";
302
- init_esm_shims();
303
289
  uuid4 = function() {
304
290
  const { crypto: crypto2 } = globalThis;
305
291
  if (crypto2?.randomUUID) {
@@ -323,7 +309,6 @@ var castToError;
323
309
  var init_errors = __esm({
324
310
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/errors.mjs"() {
325
311
  "use strict";
326
- init_esm_shims();
327
312
  castToError = (err) => {
328
313
  if (err instanceof Error)
329
314
  return err;
@@ -356,7 +341,6 @@ var AnthropicError, APIError, APIUserAbortError, APIConnectionError, APIConnecti
356
341
  var init_error = __esm({
357
342
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/error.mjs"() {
358
343
  "use strict";
359
- init_esm_shims();
360
344
  init_errors();
361
345
  AnthropicError = class extends Error {
362
346
  };
@@ -472,7 +456,6 @@ var startsWithSchemeRegexp, isAbsoluteURL, isArray, isReadonlyArray, validatePos
472
456
  var init_values = __esm({
473
457
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs"() {
474
458
  "use strict";
475
- init_esm_shims();
476
459
  init_error();
477
460
  startsWithSchemeRegexp = /^[a-z][a-z0-9+.-]*:/i;
478
461
  isAbsoluteURL = (url) => {
@@ -504,7 +487,6 @@ var sleep;
504
487
  var init_sleep = __esm({
505
488
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs"() {
506
489
  "use strict";
507
- init_esm_shims();
508
490
  sleep = (ms) => new Promise((resolve11) => setTimeout(resolve11, ms));
509
491
  }
510
492
  });
@@ -514,7 +496,6 @@ var VERSION;
514
496
  var init_version = __esm({
515
497
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/version.mjs"() {
516
498
  "use strict";
517
- init_esm_shims();
518
499
  VERSION = "0.82.0";
519
500
  }
520
501
  });
@@ -559,7 +540,6 @@ var isRunningInBrowser, getPlatformProperties, normalizeArch, normalizePlatform,
559
540
  var init_detect_platform = __esm({
560
541
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs"() {
561
542
  "use strict";
562
- init_esm_shims();
563
543
  init_version();
564
544
  isRunningInBrowser = () => {
565
545
  return (
@@ -734,7 +714,6 @@ async function CancelReadableStream(stream) {
734
714
  var init_shims = __esm({
735
715
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/shims.mjs"() {
736
716
  "use strict";
737
- init_esm_shims();
738
717
  }
739
718
  });
740
719
 
@@ -743,7 +722,6 @@ var FallbackEncoder;
743
722
  var init_request_options = __esm({
744
723
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/request-options.mjs"() {
745
724
  "use strict";
746
- init_esm_shims();
747
725
  FallbackEncoder = ({ headers, body }) => {
748
726
  return {
749
727
  bodyHeaders: {
@@ -770,7 +748,6 @@ function stringifyQuery(query) {
770
748
  var init_query = __esm({
771
749
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs"() {
772
750
  "use strict";
773
- init_esm_shims();
774
751
  init_error();
775
752
  }
776
753
  });
@@ -801,7 +778,6 @@ var encodeUTF8_, decodeUTF8_;
801
778
  var init_bytes = __esm({
802
779
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs"() {
803
780
  "use strict";
804
- init_esm_shims();
805
781
  }
806
782
  });
807
783
 
@@ -839,7 +815,6 @@ var _LineDecoder_buffer, _LineDecoder_carriageReturnIndex, LineDecoder;
839
815
  var init_line = __esm({
840
816
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs"() {
841
817
  "use strict";
842
- init_esm_shims();
843
818
  init_tslib();
844
819
  init_bytes();
845
820
  LineDecoder = class {
@@ -922,7 +897,6 @@ var levelNumbers, parseLogLevel, noopLogger, cachedLoggers, formatRequestDetails
922
897
  var init_log = __esm({
923
898
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs"() {
924
899
  "use strict";
925
- init_esm_shims();
926
900
  init_values();
927
901
  levelNumbers = {
928
902
  off: 0,
@@ -1027,7 +1001,6 @@ var _Stream_client, Stream, SSEDecoder;
1027
1001
  var init_streaming = __esm({
1028
1002
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/streaming.mjs"() {
1029
1003
  "use strict";
1030
- init_esm_shims();
1031
1004
  init_tslib();
1032
1005
  init_error();
1033
1006
  init_shims();
@@ -1289,7 +1262,6 @@ function addRequestID(value, response) {
1289
1262
  var init_parse = __esm({
1290
1263
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/parse.mjs"() {
1291
1264
  "use strict";
1292
- init_esm_shims();
1293
1265
  init_streaming();
1294
1266
  init_log();
1295
1267
  }
@@ -1300,7 +1272,6 @@ var _APIPromise_client, APIPromise;
1300
1272
  var init_api_promise = __esm({
1301
1273
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/api-promise.mjs"() {
1302
1274
  "use strict";
1303
- init_esm_shims();
1304
1275
  init_tslib();
1305
1276
  init_parse();
1306
1277
  APIPromise = class _APIPromise extends Promise {
@@ -1371,7 +1342,6 @@ var _AbstractPage_client, AbstractPage, PagePromise, Page, PageCursor;
1371
1342
  var init_pagination = __esm({
1372
1343
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/pagination.mjs"() {
1373
1344
  "use strict";
1374
- init_esm_shims();
1375
1345
  init_tslib();
1376
1346
  init_error();
1377
1347
  init_parse();
@@ -1542,7 +1512,6 @@ var checkFileSupport, isAsyncIterable, multipartFormRequestOptions, supportsForm
1542
1512
  var init_uploads = __esm({
1543
1513
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/uploads.mjs"() {
1544
1514
  "use strict";
1545
- init_esm_shims();
1546
1515
  init_shims();
1547
1516
  checkFileSupport = () => {
1548
1517
  if (typeof File === "undefined") {
@@ -1651,7 +1620,6 @@ var isBlobLike, isFileLike, isResponseLike;
1651
1620
  var init_to_file = __esm({
1652
1621
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/to-file.mjs"() {
1653
1622
  "use strict";
1654
- init_esm_shims();
1655
1623
  init_uploads();
1656
1624
  init_uploads();
1657
1625
  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";
@@ -1664,7 +1632,6 @@ var init_to_file = __esm({
1664
1632
  var init_uploads2 = __esm({
1665
1633
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/uploads.mjs"() {
1666
1634
  "use strict";
1667
- init_esm_shims();
1668
1635
  init_to_file();
1669
1636
  }
1670
1637
  });
@@ -1673,7 +1640,6 @@ var init_uploads2 = __esm({
1673
1640
  var init_shared = __esm({
1674
1641
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/shared.mjs"() {
1675
1642
  "use strict";
1676
- init_esm_shims();
1677
1643
  }
1678
1644
  });
1679
1645
 
@@ -1682,7 +1648,6 @@ var APIResource;
1682
1648
  var init_resource = __esm({
1683
1649
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/core/resource.mjs"() {
1684
1650
  "use strict";
1685
- init_esm_shims();
1686
1651
  APIResource = class {
1687
1652
  constructor(client) {
1688
1653
  this._client = client;
@@ -1734,7 +1699,6 @@ var brand_privateNullableHeaders, buildHeaders;
1734
1699
  var init_headers = __esm({
1735
1700
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/headers.mjs"() {
1736
1701
  "use strict";
1737
- init_esm_shims();
1738
1702
  init_values();
1739
1703
  brand_privateNullableHeaders = /* @__PURE__ */ Symbol.for("brand.privateNullableHeaders");
1740
1704
  buildHeaders = (newHeaders) => {
@@ -1807,7 +1771,6 @@ var SDK_HELPER_SYMBOL;
1807
1771
  var init_stainless_helper_header = __esm({
1808
1772
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs"() {
1809
1773
  "use strict";
1810
- init_esm_shims();
1811
1774
  SDK_HELPER_SYMBOL = /* @__PURE__ */ Symbol("anthropic.sdk.stainlessHelper");
1812
1775
  }
1813
1776
  });
@@ -1820,7 +1783,6 @@ var EMPTY, createPathTagFunction, path3;
1820
1783
  var init_path = __esm({
1821
1784
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs"() {
1822
1785
  "use strict";
1823
- init_esm_shims();
1824
1786
  init_error();
1825
1787
  EMPTY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.create(null));
1826
1788
  createPathTagFunction = (pathEncoder = encodeURIPath) => function path19(statics, ...params) {
@@ -1880,7 +1842,6 @@ var Files;
1880
1842
  var init_files = __esm({
1881
1843
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs"() {
1882
1844
  "use strict";
1883
- init_esm_shims();
1884
1845
  init_resource();
1885
1846
  init_pagination();
1886
1847
  init_headers();
@@ -2007,7 +1968,6 @@ var Models;
2007
1968
  var init_models = __esm({
2008
1969
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs"() {
2009
1970
  "use strict";
2010
- init_esm_shims();
2011
1971
  init_resource();
2012
1972
  init_pagination();
2013
1973
  init_headers();
@@ -2069,7 +2029,6 @@ var init_models = __esm({
2069
2029
  var init_error2 = __esm({
2070
2030
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/error.mjs"() {
2071
2031
  "use strict";
2072
- init_esm_shims();
2073
2032
  init_error();
2074
2033
  }
2075
2034
  });
@@ -2079,7 +2038,6 @@ var MODEL_NONSTREAMING_TOKENS;
2079
2038
  var init_constants = __esm({
2080
2039
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/constants.mjs"() {
2081
2040
  "use strict";
2082
- init_esm_shims();
2083
2041
  MODEL_NONSTREAMING_TOKENS = {
2084
2042
  "claude-opus-4-20250514": 8192,
2085
2043
  "claude-opus-4-0": 8192,
@@ -2168,7 +2126,6 @@ function parseBetaOutputFormat(params, content) {
2168
2126
  var init_beta_parser = __esm({
2169
2127
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs"() {
2170
2128
  "use strict";
2171
- init_esm_shims();
2172
2129
  init_error();
2173
2130
  }
2174
2131
  });
@@ -2178,7 +2135,6 @@ var tokenize, strip, unstrip, generate, partialParse;
2178
2135
  var init_parser = __esm({
2179
2136
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs"() {
2180
2137
  "use strict";
2181
- init_esm_shims();
2182
2138
  tokenize = (input) => {
2183
2139
  let current = 0;
2184
2140
  let tokens = [];
@@ -2404,7 +2360,6 @@ var init_parser = __esm({
2404
2360
  var init_streaming2 = __esm({
2405
2361
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/streaming.mjs"() {
2406
2362
  "use strict";
2407
- init_esm_shims();
2408
2363
  init_streaming();
2409
2364
  }
2410
2365
  });
@@ -2419,7 +2374,6 @@ var _BetaMessageStream_instances, _BetaMessageStream_currentMessageSnapshot, _Be
2419
2374
  var init_BetaMessageStream = __esm({
2420
2375
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs"() {
2421
2376
  "use strict";
2422
- init_esm_shims();
2423
2377
  init_tslib();
2424
2378
  init_parser();
2425
2379
  init_error2();
@@ -3018,7 +2972,6 @@ var ToolError;
3018
2972
  var init_ToolError = __esm({
3019
2973
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs"() {
3020
2974
  "use strict";
3021
- init_esm_shims();
3022
2975
  ToolError = class extends Error {
3023
2976
  constructor(content) {
3024
2977
  const message = typeof content === "string" ? content : content.map((block) => {
@@ -3039,7 +2992,6 @@ var DEFAULT_TOKEN_THRESHOLD, DEFAULT_SUMMARY_PROMPT;
3039
2992
  var init_CompactionControl = __esm({
3040
2993
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs"() {
3041
2994
  "use strict";
3042
- init_esm_shims();
3043
2995
  DEFAULT_TOKEN_THRESHOLD = 1e5;
3044
2996
  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:
3045
2997
  1. Task Overview
@@ -3124,7 +3076,6 @@ var _BetaToolRunner_instances, _BetaToolRunner_consumed, _BetaToolRunner_mutated
3124
3076
  var init_BetaToolRunner = __esm({
3125
3077
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs"() {
3126
3078
  "use strict";
3127
- init_esm_shims();
3128
3079
  init_tslib();
3129
3080
  init_ToolError();
3130
3081
  init_error();
@@ -3409,7 +3360,6 @@ var JSONLDecoder;
3409
3360
  var init_jsonl = __esm({
3410
3361
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs"() {
3411
3362
  "use strict";
3412
- init_esm_shims();
3413
3363
  init_error();
3414
3364
  init_shims();
3415
3365
  init_line();
@@ -3451,7 +3401,6 @@ var Batches;
3451
3401
  var init_batches = __esm({
3452
3402
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs"() {
3453
3403
  "use strict";
3454
- init_esm_shims();
3455
3404
  init_resource();
3456
3405
  init_pagination();
3457
3406
  init_headers();
@@ -3672,7 +3621,6 @@ var DEPRECATED_MODELS, MODELS_TO_WARN_WITH_THINKING_ENABLED, Messages;
3672
3621
  var init_messages = __esm({
3673
3622
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs"() {
3674
3623
  "use strict";
3675
- init_esm_shims();
3676
3624
  init_error2();
3677
3625
  init_resource();
3678
3626
  init_constants();
@@ -3810,7 +3758,6 @@ var Versions;
3810
3758
  var init_versions = __esm({
3811
3759
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs"() {
3812
3760
  "use strict";
3813
- init_esm_shims();
3814
3761
  init_resource();
3815
3762
  init_pagination();
3816
3763
  init_headers();
@@ -3913,7 +3860,6 @@ var Skills;
3913
3860
  var init_skills = __esm({
3914
3861
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs"() {
3915
3862
  "use strict";
3916
- init_esm_shims();
3917
3863
  init_resource();
3918
3864
  init_versions();
3919
3865
  init_versions();
@@ -4013,7 +3959,6 @@ var Beta;
4013
3959
  var init_beta = __esm({
4014
3960
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs"() {
4015
3961
  "use strict";
4016
- init_esm_shims();
4017
3962
  init_resource();
4018
3963
  init_files();
4019
3964
  init_files();
@@ -4044,7 +3989,6 @@ var Completions;
4044
3989
  var init_completions = __esm({
4045
3990
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/completions.mjs"() {
4046
3991
  "use strict";
4047
- init_esm_shims();
4048
3992
  init_resource();
4049
3993
  init_headers();
4050
3994
  Completions = class extends APIResource {
@@ -4128,7 +4072,6 @@ function parseOutputFormat(params, content) {
4128
4072
  var init_parser2 = __esm({
4129
4073
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/parser.mjs"() {
4130
4074
  "use strict";
4131
- init_esm_shims();
4132
4075
  init_error();
4133
4076
  }
4134
4077
  });
@@ -4143,7 +4086,6 @@ var _MessageStream_instances, _MessageStream_currentMessageSnapshot, _MessageStr
4143
4086
  var init_MessageStream = __esm({
4144
4087
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs"() {
4145
4088
  "use strict";
4146
- init_esm_shims();
4147
4089
  init_tslib();
4148
4090
  init_errors();
4149
4091
  init_error2();
@@ -4717,7 +4659,6 @@ var Batches2;
4717
4659
  var init_batches2 = __esm({
4718
4660
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs"() {
4719
4661
  "use strict";
4720
- init_esm_shims();
4721
4662
  init_resource();
4722
4663
  init_pagination();
4723
4664
  init_headers();
@@ -4871,7 +4812,6 @@ var Messages2, DEPRECATED_MODELS2, MODELS_TO_WARN_WITH_THINKING_ENABLED2;
4871
4812
  var init_messages2 = __esm({
4872
4813
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs"() {
4873
4814
  "use strict";
4874
- init_esm_shims();
4875
4815
  init_resource();
4876
4816
  init_headers();
4877
4817
  init_stainless_helper_header();
@@ -4999,7 +4939,6 @@ var Models2;
4999
4939
  var init_models2 = __esm({
5000
4940
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/models.mjs"() {
5001
4941
  "use strict";
5002
- init_esm_shims();
5003
4942
  init_resource();
5004
4943
  init_pagination();
5005
4944
  init_headers();
@@ -5046,7 +4985,6 @@ var init_models2 = __esm({
5046
4985
  var init_resources = __esm({
5047
4986
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/resources/index.mjs"() {
5048
4987
  "use strict";
5049
- init_esm_shims();
5050
4988
  init_shared();
5051
4989
  init_beta();
5052
4990
  init_completions();
@@ -5060,7 +4998,6 @@ var readEnv;
5060
4998
  var init_env = __esm({
5061
4999
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs"() {
5062
5000
  "use strict";
5063
- init_esm_shims();
5064
5001
  readEnv = (env) => {
5065
5002
  if (typeof globalThis.process !== "undefined") {
5066
5003
  return globalThis.process.env?.[env]?.trim() ?? void 0;
@@ -5078,7 +5015,6 @@ var _BaseAnthropic_instances, _a, _BaseAnthropic_encoder, _BaseAnthropic_baseURL
5078
5015
  var init_client = __esm({
5079
5016
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/client.mjs"() {
5080
5017
  "use strict";
5081
- init_esm_shims();
5082
5018
  init_tslib();
5083
5019
  init_uuid();
5084
5020
  init_values();
@@ -5575,7 +5511,6 @@ var init_client = __esm({
5575
5511
  var init_sdk = __esm({
5576
5512
  "../../node_modules/.pnpm/@anthropic-ai+sdk@0.82.0_zod@4.3.6/node_modules/@anthropic-ai/sdk/index.mjs"() {
5577
5513
  "use strict";
5578
- init_esm_shims();
5579
5514
  init_client();
5580
5515
  init_uploads2();
5581
5516
  init_api_promise();
@@ -5605,7 +5540,6 @@ function __classPrivateFieldGet2(receiver, state, kind, f) {
5605
5540
  var init_tslib2 = __esm({
5606
5541
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/tslib.mjs"() {
5607
5542
  "use strict";
5608
- init_esm_shims();
5609
5543
  }
5610
5544
  });
5611
5545
 
@@ -5614,7 +5548,6 @@ var uuid42;
5614
5548
  var init_uuid2 = __esm({
5615
5549
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/uuid.mjs"() {
5616
5550
  "use strict";
5617
- init_esm_shims();
5618
5551
  uuid42 = function() {
5619
5552
  const { crypto: crypto2 } = globalThis;
5620
5553
  if (crypto2?.randomUUID) {
@@ -5638,7 +5571,6 @@ var castToError2;
5638
5571
  var init_errors2 = __esm({
5639
5572
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/errors.mjs"() {
5640
5573
  "use strict";
5641
- init_esm_shims();
5642
5574
  castToError2 = (err) => {
5643
5575
  if (err instanceof Error)
5644
5576
  return err;
@@ -5671,7 +5603,6 @@ var OpenAIError, APIError2, APIUserAbortError2, APIConnectionError2, APIConnecti
5671
5603
  var init_error3 = __esm({
5672
5604
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/error.mjs"() {
5673
5605
  "use strict";
5674
- init_esm_shims();
5675
5606
  init_errors2();
5676
5607
  OpenAIError = class extends Error {
5677
5608
  };
@@ -5807,7 +5738,6 @@ var startsWithSchemeRegexp2, isAbsoluteURL2, isArray2, isReadonlyArray2, validat
5807
5738
  var init_values2 = __esm({
5808
5739
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/values.mjs"() {
5809
5740
  "use strict";
5810
- init_esm_shims();
5811
5741
  init_error3();
5812
5742
  startsWithSchemeRegexp2 = /^[a-z][a-z0-9+.-]*:/i;
5813
5743
  isAbsoluteURL2 = (url) => {
@@ -5839,7 +5769,6 @@ var sleep2;
5839
5769
  var init_sleep2 = __esm({
5840
5770
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/sleep.mjs"() {
5841
5771
  "use strict";
5842
- init_esm_shims();
5843
5772
  sleep2 = (ms) => new Promise((resolve11) => setTimeout(resolve11, ms));
5844
5773
  }
5845
5774
  });
@@ -5849,7 +5778,6 @@ var VERSION2;
5849
5778
  var init_version2 = __esm({
5850
5779
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/version.mjs"() {
5851
5780
  "use strict";
5852
- init_esm_shims();
5853
5781
  VERSION2 = "6.33.0";
5854
5782
  }
5855
5783
  });
@@ -5894,7 +5822,6 @@ var isRunningInBrowser2, getPlatformProperties2, normalizeArch2, normalizePlatfo
5894
5822
  var init_detect_platform2 = __esm({
5895
5823
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/detect-platform.mjs"() {
5896
5824
  "use strict";
5897
- init_esm_shims();
5898
5825
  init_version2();
5899
5826
  isRunningInBrowser2 = () => {
5900
5827
  return (
@@ -6069,7 +5996,6 @@ async function CancelReadableStream2(stream) {
6069
5996
  var init_shims2 = __esm({
6070
5997
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/shims.mjs"() {
6071
5998
  "use strict";
6072
- init_esm_shims();
6073
5999
  }
6074
6000
  });
6075
6001
 
@@ -6078,7 +6004,6 @@ var FallbackEncoder2;
6078
6004
  var init_request_options2 = __esm({
6079
6005
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/request-options.mjs"() {
6080
6006
  "use strict";
6081
- init_esm_shims();
6082
6007
  FallbackEncoder2 = ({ headers, body }) => {
6083
6008
  return {
6084
6009
  bodyHeaders: {
@@ -6095,7 +6020,6 @@ var default_format, default_formatter, formatters, RFC1738;
6095
6020
  var init_formats = __esm({
6096
6021
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/formats.mjs"() {
6097
6022
  "use strict";
6098
- init_esm_shims();
6099
6023
  default_format = "RFC3986";
6100
6024
  default_formatter = (v) => String(v);
6101
6025
  formatters = {
@@ -6127,7 +6051,6 @@ var has, hex_table, limit, encode;
6127
6051
  var init_utils = __esm({
6128
6052
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/utils.mjs"() {
6129
6053
  "use strict";
6130
- init_esm_shims();
6131
6054
  init_formats();
6132
6055
  init_values2();
6133
6056
  has = (obj, key) => (has = Object.hasOwn ?? Function.prototype.call.bind(Object.prototype.hasOwnProperty), has(obj, key));
@@ -6436,7 +6359,6 @@ var array_prefix_generators, push_to_array, toISOString, defaults, sentinel;
6436
6359
  var init_stringify = __esm({
6437
6360
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/qs/stringify.mjs"() {
6438
6361
  "use strict";
6439
- init_esm_shims();
6440
6362
  init_utils();
6441
6363
  init_formats();
6442
6364
  init_values2();
@@ -6488,7 +6410,6 @@ function stringifyQuery2(query) {
6488
6410
  var init_query2 = __esm({
6489
6411
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/query.mjs"() {
6490
6412
  "use strict";
6491
- init_esm_shims();
6492
6413
  init_stringify();
6493
6414
  }
6494
6415
  });
@@ -6519,7 +6440,6 @@ var encodeUTF8_2, decodeUTF8_2;
6519
6440
  var init_bytes2 = __esm({
6520
6441
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/bytes.mjs"() {
6521
6442
  "use strict";
6522
- init_esm_shims();
6523
6443
  }
6524
6444
  });
6525
6445
 
@@ -6557,7 +6477,6 @@ var _LineDecoder_buffer2, _LineDecoder_carriageReturnIndex2, LineDecoder2;
6557
6477
  var init_line2 = __esm({
6558
6478
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/decoders/line.mjs"() {
6559
6479
  "use strict";
6560
- init_esm_shims();
6561
6480
  init_tslib2();
6562
6481
  init_bytes2();
6563
6482
  LineDecoder2 = class {
@@ -6640,7 +6559,6 @@ var levelNumbers2, parseLogLevel2, noopLogger2, cachedLoggers2, formatRequestDet
6640
6559
  var init_log2 = __esm({
6641
6560
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/log.mjs"() {
6642
6561
  "use strict";
6643
- init_esm_shims();
6644
6562
  init_values2();
6645
6563
  levelNumbers2 = {
6646
6564
  off: 0,
@@ -6745,7 +6663,6 @@ var _Stream_client2, Stream2, SSEDecoder2;
6745
6663
  var init_streaming3 = __esm({
6746
6664
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/streaming.mjs"() {
6747
6665
  "use strict";
6748
- init_esm_shims();
6749
6666
  init_tslib2();
6750
6667
  init_error3();
6751
6668
  init_shims2();
@@ -7013,7 +6930,6 @@ function addRequestID2(value, response) {
7013
6930
  var init_parse2 = __esm({
7014
6931
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/parse.mjs"() {
7015
6932
  "use strict";
7016
- init_esm_shims();
7017
6933
  init_streaming3();
7018
6934
  init_log2();
7019
6935
  }
@@ -7024,7 +6940,6 @@ var _APIPromise_client2, APIPromise2;
7024
6940
  var init_api_promise2 = __esm({
7025
6941
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/api-promise.mjs"() {
7026
6942
  "use strict";
7027
- init_esm_shims();
7028
6943
  init_tslib2();
7029
6944
  init_parse2();
7030
6945
  APIPromise2 = class _APIPromise extends Promise {
@@ -7095,7 +7010,6 @@ var _AbstractPage_client2, AbstractPage2, PagePromise2, Page2, CursorPage, Conve
7095
7010
  var init_pagination2 = __esm({
7096
7011
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/pagination.mjs"() {
7097
7012
  "use strict";
7098
- init_esm_shims();
7099
7013
  init_tslib2();
7100
7014
  init_error3();
7101
7015
  init_parse2();
@@ -7264,7 +7178,6 @@ var checkFileSupport2, isAsyncIterable2, maybeMultipartFormRequestOptions, multi
7264
7178
  var init_uploads3 = __esm({
7265
7179
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/uploads.mjs"() {
7266
7180
  "use strict";
7267
- init_esm_shims();
7268
7181
  init_shims2();
7269
7182
  checkFileSupport2 = () => {
7270
7183
  if (typeof File === "undefined") {
@@ -7383,7 +7296,6 @@ var isBlobLike2, isFileLike2, isResponseLike2;
7383
7296
  var init_to_file2 = __esm({
7384
7297
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/to-file.mjs"() {
7385
7298
  "use strict";
7386
- init_esm_shims();
7387
7299
  init_uploads3();
7388
7300
  init_uploads3();
7389
7301
  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";
@@ -7396,7 +7308,6 @@ var init_to_file2 = __esm({
7396
7308
  var init_uploads4 = __esm({
7397
7309
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/uploads.mjs"() {
7398
7310
  "use strict";
7399
- init_esm_shims();
7400
7311
  init_to_file2();
7401
7312
  }
7402
7313
  });
@@ -7406,7 +7317,6 @@ var APIResource2;
7406
7317
  var init_resource2 = __esm({
7407
7318
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/core/resource.mjs"() {
7408
7319
  "use strict";
7409
- init_esm_shims();
7410
7320
  APIResource2 = class {
7411
7321
  constructor(client) {
7412
7322
  this._client = client;
@@ -7423,7 +7333,6 @@ var EMPTY2, createPathTagFunction2, path4;
7423
7333
  var init_path2 = __esm({
7424
7334
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/path.mjs"() {
7425
7335
  "use strict";
7426
- init_esm_shims();
7427
7336
  init_error3();
7428
7337
  EMPTY2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.create(null));
7429
7338
  createPathTagFunction2 = (pathEncoder = encodeURIPath2) => function path19(statics, ...params) {
@@ -7483,7 +7392,6 @@ var Messages3;
7483
7392
  var init_messages3 = __esm({
7484
7393
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/messages.mjs"() {
7485
7394
  "use strict";
7486
- init_esm_shims();
7487
7395
  init_resource2();
7488
7396
  init_pagination2();
7489
7397
  init_path2();
@@ -7513,7 +7421,6 @@ var init_messages3 = __esm({
7513
7421
  var init_error4 = __esm({
7514
7422
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/error.mjs"() {
7515
7423
  "use strict";
7516
- init_esm_shims();
7517
7424
  init_error3();
7518
7425
  }
7519
7426
  });
@@ -7627,7 +7534,6 @@ function validateInputTools(tools) {
7627
7534
  var init_parser3 = __esm({
7628
7535
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/parser.mjs"() {
7629
7536
  "use strict";
7630
- init_esm_shims();
7631
7537
  init_error4();
7632
7538
  }
7633
7539
  });
@@ -7637,7 +7543,6 @@ var isAssistantMessage, isToolMessage;
7637
7543
  var init_chatCompletionUtils = __esm({
7638
7544
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/chatCompletionUtils.mjs"() {
7639
7545
  "use strict";
7640
- init_esm_shims();
7641
7546
  isAssistantMessage = (message) => {
7642
7547
  return message?.role === "assistant";
7643
7548
  };
@@ -7652,7 +7557,6 @@ var _EventStream_instances, _EventStream_connectedPromise, _EventStream_resolveC
7652
7557
  var init_EventStream = __esm({
7653
7558
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/EventStream.mjs"() {
7654
7559
  "use strict";
7655
- init_esm_shims();
7656
7560
  init_tslib2();
7657
7561
  init_error4();
7658
7562
  EventStream = class {
@@ -7839,7 +7743,6 @@ function isRunnableFunctionWithParse(fn) {
7839
7743
  var init_RunnableFunction = __esm({
7840
7744
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/RunnableFunction.mjs"() {
7841
7745
  "use strict";
7842
- init_esm_shims();
7843
7746
  }
7844
7747
  });
7845
7748
 
@@ -7848,7 +7751,6 @@ var _AbstractChatCompletionRunner_instances, _AbstractChatCompletionRunner_getFi
7848
7751
  var init_AbstractChatCompletionRunner = __esm({
7849
7752
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/AbstractChatCompletionRunner.mjs"() {
7850
7753
  "use strict";
7851
- init_esm_shims();
7852
7754
  init_tslib2();
7853
7755
  init_error4();
7854
7756
  init_parser3();
@@ -8123,7 +8025,6 @@ var ChatCompletionRunner;
8123
8025
  var init_ChatCompletionRunner = __esm({
8124
8026
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionRunner.mjs"() {
8125
8027
  "use strict";
8126
- init_esm_shims();
8127
8028
  init_AbstractChatCompletionRunner();
8128
8029
  init_chatCompletionUtils();
8129
8030
  ChatCompletionRunner = class _ChatCompletionRunner extends AbstractChatCompletionRunner {
@@ -8160,7 +8061,6 @@ var STR, NUM, ARR, OBJ, NULL, BOOL, NAN, INFINITY, MINUS_INFINITY, INF, SPECIAL,
8160
8061
  var init_parser4 = __esm({
8161
8062
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/_vendor/partial-json-parser/parser.mjs"() {
8162
8063
  "use strict";
8163
- init_esm_shims();
8164
8064
  STR = 1;
8165
8065
  NUM = 2;
8166
8066
  ARR = 4;
@@ -8369,7 +8269,6 @@ var init_parser4 = __esm({
8369
8269
  var init_streaming4 = __esm({
8370
8270
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/streaming.mjs"() {
8371
8271
  "use strict";
8372
- init_esm_shims();
8373
8272
  init_streaming3();
8374
8273
  }
8375
8274
  });
@@ -8472,7 +8371,6 @@ var _ChatCompletionStream_instances, _ChatCompletionStream_params, _ChatCompleti
8472
8371
  var init_ChatCompletionStream = __esm({
8473
8372
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionStream.mjs"() {
8474
8373
  "use strict";
8475
- init_esm_shims();
8476
8374
  init_tslib2();
8477
8375
  init_parser4();
8478
8376
  init_error4();
@@ -8860,7 +8758,6 @@ var ChatCompletionStreamingRunner;
8860
8758
  var init_ChatCompletionStreamingRunner = __esm({
8861
8759
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ChatCompletionStreamingRunner.mjs"() {
8862
8760
  "use strict";
8863
- init_esm_shims();
8864
8761
  init_ChatCompletionStream();
8865
8762
  ChatCompletionStreamingRunner = class _ChatCompletionStreamingRunner extends ChatCompletionStream {
8866
8763
  static fromReadableStream(stream) {
@@ -8889,7 +8786,6 @@ var Completions2;
8889
8786
  var init_completions2 = __esm({
8890
8787
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/completions.mjs"() {
8891
8788
  "use strict";
8892
- init_esm_shims();
8893
8789
  init_resource2();
8894
8790
  init_messages3();
8895
8791
  init_messages3();
@@ -9000,7 +8896,6 @@ var Chat;
9000
8896
  var init_chat = __esm({
9001
8897
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/chat.mjs"() {
9002
8898
  "use strict";
9003
- init_esm_shims();
9004
8899
  init_resource2();
9005
8900
  init_completions2();
9006
8901
  init_completions2();
@@ -9018,7 +8913,6 @@ var init_chat = __esm({
9018
8913
  var init_completions3 = __esm({
9019
8914
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/completions/index.mjs"() {
9020
8915
  "use strict";
9021
- init_esm_shims();
9022
8916
  init_completions2();
9023
8917
  init_completions2();
9024
8918
  init_messages3();
@@ -9029,7 +8923,6 @@ var init_completions3 = __esm({
9029
8923
  var init_chat2 = __esm({
9030
8924
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/chat/index.mjs"() {
9031
8925
  "use strict";
9032
- init_esm_shims();
9033
8926
  init_chat();
9034
8927
  init_completions3();
9035
8928
  }
@@ -9039,7 +8932,6 @@ var init_chat2 = __esm({
9039
8932
  var init_shared2 = __esm({
9040
8933
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/shared.mjs"() {
9041
8934
  "use strict";
9042
- init_esm_shims();
9043
8935
  }
9044
8936
  });
9045
8937
 
@@ -9086,7 +8978,6 @@ var brand_privateNullableHeaders2, buildHeaders2;
9086
8978
  var init_headers2 = __esm({
9087
8979
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/headers.mjs"() {
9088
8980
  "use strict";
9089
- init_esm_shims();
9090
8981
  init_values2();
9091
8982
  brand_privateNullableHeaders2 = /* @__PURE__ */ Symbol("brand.privateNullableHeaders");
9092
8983
  buildHeaders2 = (newHeaders) => {
@@ -9119,7 +9010,6 @@ var Speech;
9119
9010
  var init_speech = __esm({
9120
9011
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/speech.mjs"() {
9121
9012
  "use strict";
9122
- init_esm_shims();
9123
9013
  init_resource2();
9124
9014
  init_headers2();
9125
9015
  Speech = class extends APIResource2 {
@@ -9157,7 +9047,6 @@ var Transcriptions;
9157
9047
  var init_transcriptions = __esm({
9158
9048
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/transcriptions.mjs"() {
9159
9049
  "use strict";
9160
- init_esm_shims();
9161
9050
  init_resource2();
9162
9051
  init_uploads3();
9163
9052
  Transcriptions = class extends APIResource2 {
@@ -9178,7 +9067,6 @@ var Translations;
9178
9067
  var init_translations = __esm({
9179
9068
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/translations.mjs"() {
9180
9069
  "use strict";
9181
- init_esm_shims();
9182
9070
  init_resource2();
9183
9071
  init_uploads3();
9184
9072
  Translations = class extends APIResource2 {
@@ -9194,7 +9082,6 @@ var Audio;
9194
9082
  var init_audio = __esm({
9195
9083
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/audio/audio.mjs"() {
9196
9084
  "use strict";
9197
- init_esm_shims();
9198
9085
  init_resource2();
9199
9086
  init_speech();
9200
9087
  init_speech();
@@ -9221,7 +9108,6 @@ var Batches3;
9221
9108
  var init_batches3 = __esm({
9222
9109
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/batches.mjs"() {
9223
9110
  "use strict";
9224
- init_esm_shims();
9225
9111
  init_resource2();
9226
9112
  init_pagination2();
9227
9113
  init_path2();
@@ -9261,7 +9147,6 @@ var Assistants;
9261
9147
  var init_assistants = __esm({
9262
9148
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/assistants.mjs"() {
9263
9149
  "use strict";
9264
- init_esm_shims();
9265
9150
  init_resource2();
9266
9151
  init_pagination2();
9267
9152
  init_headers2();
@@ -9334,7 +9219,6 @@ var Sessions;
9334
9219
  var init_sessions = __esm({
9335
9220
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/sessions.mjs"() {
9336
9221
  "use strict";
9337
- init_esm_shims();
9338
9222
  init_resource2();
9339
9223
  init_headers2();
9340
9224
  Sessions = class extends APIResource2 {
@@ -9369,7 +9253,6 @@ var TranscriptionSessions;
9369
9253
  var init_transcription_sessions = __esm({
9370
9254
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/transcription-sessions.mjs"() {
9371
9255
  "use strict";
9372
- init_esm_shims();
9373
9256
  init_resource2();
9374
9257
  init_headers2();
9375
9258
  TranscriptionSessions = class extends APIResource2 {
@@ -9404,7 +9287,6 @@ var Realtime;
9404
9287
  var init_realtime = __esm({
9405
9288
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/realtime/realtime.mjs"() {
9406
9289
  "use strict";
9407
- init_esm_shims();
9408
9290
  init_resource2();
9409
9291
  init_sessions();
9410
9292
  init_sessions();
@@ -9427,7 +9309,6 @@ var Sessions2;
9427
9309
  var init_sessions2 = __esm({
9428
9310
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/sessions.mjs"() {
9429
9311
  "use strict";
9430
- init_esm_shims();
9431
9312
  init_resource2();
9432
9313
  init_headers2();
9433
9314
  init_path2();
@@ -9477,7 +9358,6 @@ var Threads;
9477
9358
  var init_threads = __esm({
9478
9359
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/threads.mjs"() {
9479
9360
  "use strict";
9480
- init_esm_shims();
9481
9361
  init_resource2();
9482
9362
  init_pagination2();
9483
9363
  init_headers2();
@@ -9557,7 +9437,6 @@ var ChatKit;
9557
9437
  var init_chatkit = __esm({
9558
9438
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/chatkit/chatkit.mjs"() {
9559
9439
  "use strict";
9560
- init_esm_shims();
9561
9440
  init_resource2();
9562
9441
  init_sessions2();
9563
9442
  init_sessions2();
@@ -9580,7 +9459,6 @@ var Messages4;
9580
9459
  var init_messages4 = __esm({
9581
9460
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/messages.mjs"() {
9582
9461
  "use strict";
9583
- init_esm_shims();
9584
9462
  init_resource2();
9585
9463
  init_pagination2();
9586
9464
  init_headers2();
@@ -9656,7 +9534,6 @@ var Steps;
9656
9534
  var init_steps = __esm({
9657
9535
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/runs/steps.mjs"() {
9658
9536
  "use strict";
9659
- init_esm_shims();
9660
9537
  init_resource2();
9661
9538
  init_pagination2();
9662
9539
  init_headers2();
@@ -9697,7 +9574,6 @@ var toFloat32Array;
9697
9574
  var init_base64 = __esm({
9698
9575
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/base64.mjs"() {
9699
9576
  "use strict";
9700
- init_esm_shims();
9701
9577
  init_error3();
9702
9578
  init_bytes2();
9703
9579
  toFloat32Array = (base64Str) => {
@@ -9722,7 +9598,6 @@ var readEnv2;
9722
9598
  var init_env2 = __esm({
9723
9599
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils/env.mjs"() {
9724
9600
  "use strict";
9725
- init_esm_shims();
9726
9601
  readEnv2 = (env) => {
9727
9602
  if (typeof globalThis.process !== "undefined") {
9728
9603
  return globalThis.process.env?.[env]?.trim() ?? void 0;
@@ -9739,7 +9614,6 @@ var init_env2 = __esm({
9739
9614
  var init_utils2 = __esm({
9740
9615
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/internal/utils.mjs"() {
9741
9616
  "use strict";
9742
- init_esm_shims();
9743
9617
  init_values2();
9744
9618
  init_base64();
9745
9619
  init_env2();
@@ -9757,7 +9631,6 @@ var _AssistantStream_instances, _a2, _AssistantStream_events, _AssistantStream_r
9757
9631
  var init_AssistantStream = __esm({
9758
9632
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/AssistantStream.mjs"() {
9759
9633
  "use strict";
9760
- init_esm_shims();
9761
9634
  init_tslib2();
9762
9635
  init_streaming4();
9763
9636
  init_error4();
@@ -10283,7 +10156,6 @@ var Runs;
10283
10156
  var init_runs = __esm({
10284
10157
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/runs/runs.mjs"() {
10285
10158
  "use strict";
10286
- init_esm_shims();
10287
10159
  init_resource2();
10288
10160
  init_steps();
10289
10161
  init_steps();
@@ -10465,7 +10337,6 @@ var Threads2;
10465
10337
  var init_threads2 = __esm({
10466
10338
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/threads/threads.mjs"() {
10467
10339
  "use strict";
10468
- init_esm_shims();
10469
10340
  init_resource2();
10470
10341
  init_messages4();
10471
10342
  init_messages4();
@@ -10561,7 +10432,6 @@ var Beta2;
10561
10432
  var init_beta2 = __esm({
10562
10433
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/beta/beta.mjs"() {
10563
10434
  "use strict";
10564
- init_esm_shims();
10565
10435
  init_resource2();
10566
10436
  init_assistants();
10567
10437
  init_assistants();
@@ -10592,7 +10462,6 @@ var Completions3;
10592
10462
  var init_completions4 = __esm({
10593
10463
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/completions.mjs"() {
10594
10464
  "use strict";
10595
- init_esm_shims();
10596
10465
  init_resource2();
10597
10466
  Completions3 = class extends APIResource2 {
10598
10467
  create(body, options) {
@@ -10607,7 +10476,6 @@ var Content;
10607
10476
  var init_content = __esm({
10608
10477
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/files/content.mjs"() {
10609
10478
  "use strict";
10610
- init_esm_shims();
10611
10479
  init_resource2();
10612
10480
  init_headers2();
10613
10481
  init_path2();
@@ -10632,7 +10500,6 @@ var Files2;
10632
10500
  var init_files2 = __esm({
10633
10501
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/files/files.mjs"() {
10634
10502
  "use strict";
10635
- init_esm_shims();
10636
10503
  init_resource2();
10637
10504
  init_content();
10638
10505
  init_content();
@@ -10690,7 +10557,6 @@ var Containers;
10690
10557
  var init_containers = __esm({
10691
10558
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/containers/containers.mjs"() {
10692
10559
  "use strict";
10693
- init_esm_shims();
10694
10560
  init_resource2();
10695
10561
  init_files2();
10696
10562
  init_files2();
@@ -10739,7 +10605,6 @@ var Items;
10739
10605
  var init_items = __esm({
10740
10606
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/conversations/items.mjs"() {
10741
10607
  "use strict";
10742
- init_esm_shims();
10743
10608
  init_resource2();
10744
10609
  init_pagination2();
10745
10610
  init_path2();
@@ -10784,7 +10649,6 @@ var Conversations;
10784
10649
  var init_conversations = __esm({
10785
10650
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/conversations/conversations.mjs"() {
10786
10651
  "use strict";
10787
- init_esm_shims();
10788
10652
  init_resource2();
10789
10653
  init_items();
10790
10654
  init_items();
@@ -10828,7 +10692,6 @@ var Embeddings;
10828
10692
  var init_embeddings = __esm({
10829
10693
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/embeddings.mjs"() {
10830
10694
  "use strict";
10831
- init_esm_shims();
10832
10695
  init_resource2();
10833
10696
  init_utils2();
10834
10697
  Embeddings = class extends APIResource2 {
@@ -10880,7 +10743,6 @@ var OutputItems;
10880
10743
  var init_output_items = __esm({
10881
10744
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/runs/output-items.mjs"() {
10882
10745
  "use strict";
10883
- init_esm_shims();
10884
10746
  init_resource2();
10885
10747
  init_pagination2();
10886
10748
  init_path2();
@@ -10908,7 +10770,6 @@ var Runs2;
10908
10770
  var init_runs2 = __esm({
10909
10771
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/runs/runs.mjs"() {
10910
10772
  "use strict";
10911
- init_esm_shims();
10912
10773
  init_resource2();
10913
10774
  init_output_items();
10914
10775
  init_output_items();
@@ -10967,7 +10828,6 @@ var Evals;
10967
10828
  var init_evals = __esm({
10968
10829
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/evals/evals.mjs"() {
10969
10830
  "use strict";
10970
- init_esm_shims();
10971
10831
  init_resource2();
10972
10832
  init_runs2();
10973
10833
  init_runs2();
@@ -11023,7 +10883,6 @@ var Files3;
11023
10883
  var init_files3 = __esm({
11024
10884
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/files.mjs"() {
11025
10885
  "use strict";
11026
- init_esm_shims();
11027
10886
  init_resource2();
11028
10887
  init_pagination2();
11029
10888
  init_headers2();
@@ -11112,7 +10971,6 @@ var Methods;
11112
10971
  var init_methods = __esm({
11113
10972
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/methods.mjs"() {
11114
10973
  "use strict";
11115
- init_esm_shims();
11116
10974
  init_resource2();
11117
10975
  Methods = class extends APIResource2 {
11118
10976
  };
@@ -11124,7 +10982,6 @@ var Graders;
11124
10982
  var init_graders = __esm({
11125
10983
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/alpha/graders.mjs"() {
11126
10984
  "use strict";
11127
- init_esm_shims();
11128
10985
  init_resource2();
11129
10986
  Graders = class extends APIResource2 {
11130
10987
  /**
@@ -11176,7 +11033,6 @@ var Alpha;
11176
11033
  var init_alpha = __esm({
11177
11034
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/alpha/alpha.mjs"() {
11178
11035
  "use strict";
11179
- init_esm_shims();
11180
11036
  init_resource2();
11181
11037
  init_graders();
11182
11038
  init_graders();
@@ -11195,7 +11051,6 @@ var Permissions;
11195
11051
  var init_permissions = __esm({
11196
11052
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/checkpoints/permissions.mjs"() {
11197
11053
  "use strict";
11198
- init_esm_shims();
11199
11054
  init_resource2();
11200
11055
  init_pagination2();
11201
11056
  init_path2();
@@ -11284,7 +11139,6 @@ var Checkpoints;
11284
11139
  var init_checkpoints = __esm({
11285
11140
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.mjs"() {
11286
11141
  "use strict";
11287
- init_esm_shims();
11288
11142
  init_resource2();
11289
11143
  init_permissions();
11290
11144
  init_permissions();
@@ -11303,7 +11157,6 @@ var Checkpoints2;
11303
11157
  var init_checkpoints2 = __esm({
11304
11158
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/jobs/checkpoints.mjs"() {
11305
11159
  "use strict";
11306
- init_esm_shims();
11307
11160
  init_resource2();
11308
11161
  init_pagination2();
11309
11162
  init_path2();
@@ -11333,7 +11186,6 @@ var Jobs;
11333
11186
  var init_jobs = __esm({
11334
11187
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/jobs/jobs.mjs"() {
11335
11188
  "use strict";
11336
- init_esm_shims();
11337
11189
  init_resource2();
11338
11190
  init_checkpoints2();
11339
11191
  init_checkpoints2();
@@ -11458,7 +11310,6 @@ var FineTuning;
11458
11310
  var init_fine_tuning = __esm({
11459
11311
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/fine-tuning/fine-tuning.mjs"() {
11460
11312
  "use strict";
11461
- init_esm_shims();
11462
11313
  init_resource2();
11463
11314
  init_methods();
11464
11315
  init_methods();
@@ -11489,7 +11340,6 @@ var GraderModels;
11489
11340
  var init_grader_models = __esm({
11490
11341
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/graders/grader-models.mjs"() {
11491
11342
  "use strict";
11492
- init_esm_shims();
11493
11343
  init_resource2();
11494
11344
  GraderModels = class extends APIResource2 {
11495
11345
  };
@@ -11501,7 +11351,6 @@ var Graders2;
11501
11351
  var init_graders2 = __esm({
11502
11352
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/graders/graders.mjs"() {
11503
11353
  "use strict";
11504
- init_esm_shims();
11505
11354
  init_resource2();
11506
11355
  init_grader_models();
11507
11356
  init_grader_models();
@@ -11520,7 +11369,6 @@ var Images;
11520
11369
  var init_images = __esm({
11521
11370
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/images.mjs"() {
11522
11371
  "use strict";
11523
- init_esm_shims();
11524
11372
  init_resource2();
11525
11373
  init_uploads3();
11526
11374
  Images = class extends APIResource2 {
@@ -11552,7 +11400,6 @@ var Models3;
11552
11400
  var init_models3 = __esm({
11553
11401
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/models.mjs"() {
11554
11402
  "use strict";
11555
- init_esm_shims();
11556
11403
  init_resource2();
11557
11404
  init_pagination2();
11558
11405
  init_path2();
@@ -11587,7 +11434,6 @@ var Moderations;
11587
11434
  var init_moderations = __esm({
11588
11435
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/moderations.mjs"() {
11589
11436
  "use strict";
11590
- init_esm_shims();
11591
11437
  init_resource2();
11592
11438
  Moderations = class extends APIResource2 {
11593
11439
  /**
@@ -11606,7 +11452,6 @@ var Calls;
11606
11452
  var init_calls = __esm({
11607
11453
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/calls.mjs"() {
11608
11454
  "use strict";
11609
- init_esm_shims();
11610
11455
  init_resource2();
11611
11456
  init_headers2();
11612
11457
  init_path2();
@@ -11684,7 +11529,6 @@ var ClientSecrets;
11684
11529
  var init_client_secrets = __esm({
11685
11530
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/client-secrets.mjs"() {
11686
11531
  "use strict";
11687
- init_esm_shims();
11688
11532
  init_resource2();
11689
11533
  ClientSecrets = class extends APIResource2 {
11690
11534
  /**
@@ -11722,7 +11566,6 @@ var Realtime2;
11722
11566
  var init_realtime2 = __esm({
11723
11567
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/realtime/realtime.mjs"() {
11724
11568
  "use strict";
11725
- init_esm_shims();
11726
11569
  init_resource2();
11727
11570
  init_calls();
11728
11571
  init_calls();
@@ -11863,7 +11706,6 @@ function addOutputText(rsp) {
11863
11706
  var init_ResponsesParser = __esm({
11864
11707
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/ResponsesParser.mjs"() {
11865
11708
  "use strict";
11866
- init_esm_shims();
11867
11709
  init_error4();
11868
11710
  init_parser3();
11869
11711
  }
@@ -11877,7 +11719,6 @@ var _ResponseStream_instances, _ResponseStream_params, _ResponseStream_currentRe
11877
11719
  var init_ResponseStream = __esm({
11878
11720
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/responses/ResponseStream.mjs"() {
11879
11721
  "use strict";
11880
- init_esm_shims();
11881
11722
  init_tslib2();
11882
11723
  init_error4();
11883
11724
  init_EventStream();
@@ -12139,7 +11980,6 @@ var InputItems;
12139
11980
  var init_input_items = __esm({
12140
11981
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/input-items.mjs"() {
12141
11982
  "use strict";
12142
- init_esm_shims();
12143
11983
  init_resource2();
12144
11984
  init_pagination2();
12145
11985
  init_path2();
@@ -12169,7 +12009,6 @@ var InputTokens;
12169
12009
  var init_input_tokens = __esm({
12170
12010
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/input-tokens.mjs"() {
12171
12011
  "use strict";
12172
- init_esm_shims();
12173
12012
  init_resource2();
12174
12013
  InputTokens = class extends APIResource2 {
12175
12014
  /**
@@ -12195,7 +12034,6 @@ var Responses;
12195
12034
  var init_responses = __esm({
12196
12035
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/responses/responses.mjs"() {
12197
12036
  "use strict";
12198
- init_esm_shims();
12199
12037
  init_ResponsesParser();
12200
12038
  init_ResponseStream();
12201
12039
  init_resource2();
@@ -12300,7 +12138,6 @@ var Content2;
12300
12138
  var init_content2 = __esm({
12301
12139
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/content.mjs"() {
12302
12140
  "use strict";
12303
- init_esm_shims();
12304
12141
  init_resource2();
12305
12142
  init_headers2();
12306
12143
  init_path2();
@@ -12324,7 +12161,6 @@ var Content3;
12324
12161
  var init_content3 = __esm({
12325
12162
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/versions/content.mjs"() {
12326
12163
  "use strict";
12327
- init_esm_shims();
12328
12164
  init_resource2();
12329
12165
  init_headers2();
12330
12166
  init_path2();
@@ -12349,7 +12185,6 @@ var Versions2;
12349
12185
  var init_versions2 = __esm({
12350
12186
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/versions/versions.mjs"() {
12351
12187
  "use strict";
12352
- init_esm_shims();
12353
12188
  init_resource2();
12354
12189
  init_content3();
12355
12190
  init_content3();
@@ -12400,7 +12235,6 @@ var Skills2;
12400
12235
  var init_skills2 = __esm({
12401
12236
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/skills/skills.mjs"() {
12402
12237
  "use strict";
12403
- init_esm_shims();
12404
12238
  init_resource2();
12405
12239
  init_content2();
12406
12240
  init_content2();
@@ -12456,7 +12290,6 @@ var Parts;
12456
12290
  var init_parts = __esm({
12457
12291
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/uploads/parts.mjs"() {
12458
12292
  "use strict";
12459
- init_esm_shims();
12460
12293
  init_resource2();
12461
12294
  init_uploads3();
12462
12295
  init_path2();
@@ -12486,7 +12319,6 @@ var Uploads;
12486
12319
  var init_uploads5 = __esm({
12487
12320
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/uploads/uploads.mjs"() {
12488
12321
  "use strict";
12489
- init_esm_shims();
12490
12322
  init_resource2();
12491
12323
  init_parts();
12492
12324
  init_parts();
@@ -12560,7 +12392,6 @@ var allSettledWithThrow;
12560
12392
  var init_Util = __esm({
12561
12393
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/lib/Util.mjs"() {
12562
12394
  "use strict";
12563
- init_esm_shims();
12564
12395
  allSettledWithThrow = async (promises) => {
12565
12396
  const results = await Promise.allSettled(promises);
12566
12397
  const rejected = results.filter((result) => result.status === "rejected");
@@ -12586,7 +12417,6 @@ var FileBatches;
12586
12417
  var init_file_batches = __esm({
12587
12418
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/file-batches.mjs"() {
12588
12419
  "use strict";
12589
- init_esm_shims();
12590
12420
  init_resource2();
12591
12421
  init_pagination2();
12592
12422
  init_headers2();
@@ -12716,7 +12546,6 @@ var Files4;
12716
12546
  var init_files4 = __esm({
12717
12547
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/files.mjs"() {
12718
12548
  "use strict";
12719
- init_esm_shims();
12720
12549
  init_resource2();
12721
12550
  init_pagination2();
12722
12551
  init_headers2();
@@ -12860,7 +12689,6 @@ var VectorStores;
12860
12689
  var init_vector_stores = __esm({
12861
12690
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/vector-stores/vector-stores.mjs"() {
12862
12691
  "use strict";
12863
- init_esm_shims();
12864
12692
  init_resource2();
12865
12693
  init_file_batches();
12866
12694
  init_file_batches();
@@ -12946,7 +12774,6 @@ var Videos;
12946
12774
  var init_videos = __esm({
12947
12775
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/videos.mjs"() {
12948
12776
  "use strict";
12949
- init_esm_shims();
12950
12777
  init_resource2();
12951
12778
  init_pagination2();
12952
12779
  init_headers2();
@@ -13030,7 +12857,6 @@ var _Webhooks_instances, _Webhooks_validateSecret, _Webhooks_getRequiredHeader,
13030
12857
  var init_webhooks = __esm({
13031
12858
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks/webhooks.mjs"() {
13032
12859
  "use strict";
13033
- init_esm_shims();
13034
12860
  init_tslib2();
13035
12861
  init_error4();
13036
12862
  init_resource2();
@@ -13116,7 +12942,6 @@ var init_webhooks = __esm({
13116
12942
  var init_webhooks2 = __esm({
13117
12943
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks/index.mjs"() {
13118
12944
  "use strict";
13119
- init_esm_shims();
13120
12945
  init_webhooks();
13121
12946
  }
13122
12947
  });
@@ -13125,7 +12950,6 @@ var init_webhooks2 = __esm({
13125
12950
  var init_webhooks3 = __esm({
13126
12951
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/webhooks.mjs"() {
13127
12952
  "use strict";
13128
- init_esm_shims();
13129
12953
  init_webhooks2();
13130
12954
  }
13131
12955
  });
@@ -13134,7 +12958,6 @@ var init_webhooks3 = __esm({
13134
12958
  var init_resources2 = __esm({
13135
12959
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/resources/index.mjs"() {
13136
12960
  "use strict";
13137
- init_esm_shims();
13138
12961
  init_chat2();
13139
12962
  init_shared2();
13140
12963
  init_audio();
@@ -13166,7 +12989,6 @@ var _OpenAI_instances, _a3, _OpenAI_encoder, _OpenAI_baseURLOverridden, OpenAI;
13166
12989
  var init_client2 = __esm({
13167
12990
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/client.mjs"() {
13168
12991
  "use strict";
13169
- init_esm_shims();
13170
12992
  init_tslib2();
13171
12993
  init_uuid2();
13172
12994
  init_values2();
@@ -13696,7 +13518,6 @@ var init_client2 = __esm({
13696
13518
  var init_azure = __esm({
13697
13519
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/azure.mjs"() {
13698
13520
  "use strict";
13699
- init_esm_shims();
13700
13521
  init_headers2();
13701
13522
  init_error4();
13702
13523
  init_utils2();
@@ -13708,7 +13529,6 @@ var init_azure = __esm({
13708
13529
  var init_openai = __esm({
13709
13530
  "../../node_modules/.pnpm/openai@6.33.0_zod@4.3.6/node_modules/openai/index.mjs"() {
13710
13531
  "use strict";
13711
- init_esm_shims();
13712
13532
  init_client2();
13713
13533
  init_uploads4();
13714
13534
  init_api_promise2();
@@ -13730,7 +13550,6 @@ var utils, regExpChars, hasOwnProperty, hasOwn3, _ENCODE_HTML_RULES, _MATCH_HTML
13730
13550
  var init_utils3 = __esm({
13731
13551
  "../../node_modules/.pnpm/ejs@4.0.1/node_modules/ejs/lib/esm/utils.js"() {
13732
13552
  "use strict";
13733
- init_esm_shims();
13734
13553
  utils = {};
13735
13554
  regExpChars = /[|\\{}()[\]^$+*?.]/g;
13736
13555
  hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -14026,7 +13845,6 @@ var DECLARATION_KEYWORD, ejs, _DEFAULT_OPEN_DELIMITER, _DEFAULT_CLOSE_DELIMITER,
14026
13845
  var init_ejs = __esm({
14027
13846
  "../../node_modules/.pnpm/ejs@4.0.1/node_modules/ejs/lib/esm/ejs.js"() {
14028
13847
  "use strict";
14029
- init_esm_shims();
14030
13848
  init_utils3();
14031
13849
  DECLARATION_KEYWORD = "let";
14032
13850
  ejs = {};
@@ -14417,7 +14235,6 @@ var init_ejs = __esm({
14417
14235
  var require_utils = __commonJS({
14418
14236
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js"(exports2) {
14419
14237
  "use strict";
14420
- init_esm_shims();
14421
14238
  exports2.__esModule = true;
14422
14239
  exports2.extend = extend3;
14423
14240
  exports2.indexOf = indexOf;
@@ -14517,7 +14334,6 @@ var require_utils = __commonJS({
14517
14334
  var require_exception = __commonJS({
14518
14335
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js"(exports2, module2) {
14519
14336
  "use strict";
14520
- init_esm_shims();
14521
14337
  exports2.__esModule = true;
14522
14338
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
14523
14339
  function Exception(message, node) {
@@ -14567,7 +14383,6 @@ var require_exception = __commonJS({
14567
14383
  var require_block_helper_missing = __commonJS({
14568
14384
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js"(exports2, module2) {
14569
14385
  "use strict";
14570
- init_esm_shims();
14571
14386
  exports2.__esModule = true;
14572
14387
  var _utils = require_utils();
14573
14388
  exports2["default"] = function(instance) {
@@ -14604,7 +14419,6 @@ var require_block_helper_missing = __commonJS({
14604
14419
  var require_each = __commonJS({
14605
14420
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js"(exports2, module2) {
14606
14421
  "use strict";
14607
- init_esm_shims();
14608
14422
  exports2.__esModule = true;
14609
14423
  function _interopRequireDefault(obj) {
14610
14424
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -14689,7 +14503,6 @@ var require_each = __commonJS({
14689
14503
  var require_helper_missing = __commonJS({
14690
14504
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js"(exports2, module2) {
14691
14505
  "use strict";
14692
- init_esm_shims();
14693
14506
  exports2.__esModule = true;
14694
14507
  function _interopRequireDefault(obj) {
14695
14508
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -14713,7 +14526,6 @@ var require_helper_missing = __commonJS({
14713
14526
  var require_if = __commonJS({
14714
14527
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js"(exports2, module2) {
14715
14528
  "use strict";
14716
- init_esm_shims();
14717
14529
  exports2.__esModule = true;
14718
14530
  function _interopRequireDefault(obj) {
14719
14531
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -14754,7 +14566,6 @@ var require_if = __commonJS({
14754
14566
  var require_log = __commonJS({
14755
14567
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js"(exports2, module2) {
14756
14568
  "use strict";
14757
- init_esm_shims();
14758
14569
  exports2.__esModule = true;
14759
14570
  exports2["default"] = function(instance) {
14760
14571
  instance.registerHelper("log", function() {
@@ -14780,7 +14591,6 @@ var require_log = __commonJS({
14780
14591
  var require_lookup = __commonJS({
14781
14592
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js"(exports2, module2) {
14782
14593
  "use strict";
14783
- init_esm_shims();
14784
14594
  exports2.__esModule = true;
14785
14595
  exports2["default"] = function(instance) {
14786
14596
  instance.registerHelper("lookup", function(obj, field, options) {
@@ -14798,7 +14608,6 @@ var require_lookup = __commonJS({
14798
14608
  var require_with = __commonJS({
14799
14609
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js"(exports2, module2) {
14800
14610
  "use strict";
14801
- init_esm_shims();
14802
14611
  exports2.__esModule = true;
14803
14612
  function _interopRequireDefault(obj) {
14804
14613
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -14838,7 +14647,6 @@ var require_with = __commonJS({
14838
14647
  var require_helpers = __commonJS({
14839
14648
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js"(exports2) {
14840
14649
  "use strict";
14841
- init_esm_shims();
14842
14650
  exports2.__esModule = true;
14843
14651
  exports2.registerDefaultHelpers = registerDefaultHelpers;
14844
14652
  exports2.moveHelperToHooks = moveHelperToHooks;
@@ -14883,7 +14691,6 @@ var require_helpers = __commonJS({
14883
14691
  var require_inline = __commonJS({
14884
14692
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js"(exports2, module2) {
14885
14693
  "use strict";
14886
- init_esm_shims();
14887
14694
  exports2.__esModule = true;
14888
14695
  var _utils = require_utils();
14889
14696
  exports2["default"] = function(instance) {
@@ -14911,7 +14718,6 @@ var require_inline = __commonJS({
14911
14718
  var require_decorators = __commonJS({
14912
14719
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js"(exports2) {
14913
14720
  "use strict";
14914
- init_esm_shims();
14915
14721
  exports2.__esModule = true;
14916
14722
  exports2.registerDefaultDecorators = registerDefaultDecorators;
14917
14723
  function _interopRequireDefault(obj) {
@@ -14929,7 +14735,6 @@ var require_decorators = __commonJS({
14929
14735
  var require_logger = __commonJS({
14930
14736
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js"(exports2, module2) {
14931
14737
  "use strict";
14932
- init_esm_shims();
14933
14738
  exports2.__esModule = true;
14934
14739
  var _utils = require_utils();
14935
14740
  var logger = {
@@ -14971,7 +14776,6 @@ var require_logger = __commonJS({
14971
14776
  var require_proto_access = __commonJS({
14972
14777
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js"(exports2) {
14973
14778
  "use strict";
14974
- init_esm_shims();
14975
14779
  exports2.__esModule = true;
14976
14780
  exports2.createProtoAccessControl = createProtoAccessControl;
14977
14781
  exports2.resultIsAllowed = resultIsAllowed;
@@ -15040,7 +14844,6 @@ var require_proto_access = __commonJS({
15040
14844
  var require_base = __commonJS({
15041
14845
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js"(exports2) {
15042
14846
  "use strict";
15043
- init_esm_shims();
15044
14847
  exports2.__esModule = true;
15045
14848
  exports2.HandlebarsEnvironment = HandlebarsEnvironment;
15046
14849
  function _interopRequireDefault(obj) {
@@ -15142,7 +14945,6 @@ var require_base = __commonJS({
15142
14945
  var require_safe_string = __commonJS({
15143
14946
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js"(exports2, module2) {
15144
14947
  "use strict";
15145
- init_esm_shims();
15146
14948
  exports2.__esModule = true;
15147
14949
  function SafeString(string) {
15148
14950
  this.string = string;
@@ -15159,7 +14961,6 @@ var require_safe_string = __commonJS({
15159
14961
  var require_wrapHelper = __commonJS({
15160
14962
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js"(exports2) {
15161
14963
  "use strict";
15162
- init_esm_shims();
15163
14964
  exports2.__esModule = true;
15164
14965
  exports2.wrapHelper = wrapHelper;
15165
14966
  function wrapHelper(helper, transformOptionsFn) {
@@ -15180,7 +14981,6 @@ var require_wrapHelper = __commonJS({
15180
14981
  var require_runtime = __commonJS({
15181
14982
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js"(exports2) {
15182
14983
  "use strict";
15183
- init_esm_shims();
15184
14984
  exports2.__esModule = true;
15185
14985
  exports2.checkRevision = checkRevision;
15186
14986
  exports2.template = template;
@@ -15496,7 +15296,6 @@ var require_runtime = __commonJS({
15496
15296
  var require_no_conflict = __commonJS({
15497
15297
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js"(exports2, module2) {
15498
15298
  "use strict";
15499
- init_esm_shims();
15500
15299
  exports2.__esModule = true;
15501
15300
  exports2["default"] = function(Handlebars2) {
15502
15301
  (function() {
@@ -15523,7 +15322,6 @@ var require_no_conflict = __commonJS({
15523
15322
  var require_handlebars_runtime = __commonJS({
15524
15323
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js"(exports2, module2) {
15525
15324
  "use strict";
15526
- init_esm_shims();
15527
15325
  exports2.__esModule = true;
15528
15326
  function _interopRequireDefault(obj) {
15529
15327
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -15580,7 +15378,6 @@ var require_handlebars_runtime = __commonJS({
15580
15378
  var require_ast = __commonJS({
15581
15379
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js"(exports2, module2) {
15582
15380
  "use strict";
15583
- init_esm_shims();
15584
15381
  exports2.__esModule = true;
15585
15382
  var AST2 = {
15586
15383
  // Public API used to evaluate derived attributes regarding AST nodes
@@ -15610,7 +15407,6 @@ var require_ast = __commonJS({
15610
15407
  var require_parser = __commonJS({
15611
15408
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js"(exports2, module2) {
15612
15409
  "use strict";
15613
- init_esm_shims();
15614
15410
  exports2.__esModule = true;
15615
15411
  var handlebars = (function() {
15616
15412
  var parser = {
@@ -16321,7 +16117,6 @@ var require_parser = __commonJS({
16321
16117
  var require_visitor = __commonJS({
16322
16118
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js"(exports2, module2) {
16323
16119
  "use strict";
16324
- init_esm_shims();
16325
16120
  exports2.__esModule = true;
16326
16121
  function _interopRequireDefault(obj) {
16327
16122
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -16443,7 +16238,6 @@ var require_visitor = __commonJS({
16443
16238
  var require_whitespace_control = __commonJS({
16444
16239
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js"(exports2, module2) {
16445
16240
  "use strict";
16446
- init_esm_shims();
16447
16241
  exports2.__esModule = true;
16448
16242
  function _interopRequireDefault(obj) {
16449
16243
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -16595,7 +16389,6 @@ var require_whitespace_control = __commonJS({
16595
16389
  var require_helpers2 = __commonJS({
16596
16390
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js"(exports2) {
16597
16391
  "use strict";
16598
- init_esm_shims();
16599
16392
  exports2.__esModule = true;
16600
16393
  exports2.SourceLocation = SourceLocation;
16601
16394
  exports2.id = id;
@@ -16784,7 +16577,6 @@ var require_helpers2 = __commonJS({
16784
16577
  var require_base2 = __commonJS({
16785
16578
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js"(exports2) {
16786
16579
  "use strict";
16787
- init_esm_shims();
16788
16580
  exports2.__esModule = true;
16789
16581
  exports2.parseWithoutProcessing = parseWithoutProcessing;
16790
16582
  exports2.parse = parse4;
@@ -16886,7 +16678,6 @@ var require_base2 = __commonJS({
16886
16678
  var require_compiler = __commonJS({
16887
16679
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js"(exports2) {
16888
16680
  "use strict";
16889
- init_esm_shims();
16890
16681
  exports2.__esModule = true;
16891
16682
  exports2.Compiler = Compiler;
16892
16683
  exports2.precompile = precompile;
@@ -17309,7 +17100,6 @@ var require_compiler = __commonJS({
17309
17100
  var require_base64 = __commonJS({
17310
17101
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64.js"(exports2) {
17311
17102
  "use strict";
17312
- init_esm_shims();
17313
17103
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
17314
17104
  exports2.encode = function(number) {
17315
17105
  if (0 <= number && number < intToCharMap.length) {
@@ -17352,7 +17142,6 @@ var require_base64 = __commonJS({
17352
17142
  var require_base64_vlq = __commonJS({
17353
17143
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js"(exports2) {
17354
17144
  "use strict";
17355
- init_esm_shims();
17356
17145
  var base64 = require_base64();
17357
17146
  var VLQ_BASE_SHIFT = 5;
17358
17147
  var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
@@ -17408,7 +17197,6 @@ var require_base64_vlq = __commonJS({
17408
17197
  var require_util = __commonJS({
17409
17198
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/util.js"(exports2) {
17410
17199
  "use strict";
17411
- init_esm_shims();
17412
17200
  function getArg(aArgs, aName, aDefaultValue) {
17413
17201
  if (aName in aArgs) {
17414
17202
  return aArgs[aName];
@@ -17711,7 +17499,6 @@ var require_util = __commonJS({
17711
17499
  var require_array_set = __commonJS({
17712
17500
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/array-set.js"(exports2) {
17713
17501
  "use strict";
17714
- init_esm_shims();
17715
17502
  var util = require_util();
17716
17503
  var has3 = Object.prototype.hasOwnProperty;
17717
17504
  var hasNativeMap = typeof Map !== "undefined";
@@ -17783,7 +17570,6 @@ var require_array_set = __commonJS({
17783
17570
  var require_mapping_list = __commonJS({
17784
17571
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js"(exports2) {
17785
17572
  "use strict";
17786
- init_esm_shims();
17787
17573
  var util = require_util();
17788
17574
  function generatedPositionAfter(mappingA, mappingB) {
17789
17575
  var lineA = mappingA.generatedLine;
@@ -17824,7 +17610,6 @@ var require_mapping_list = __commonJS({
17824
17610
  var require_source_map_generator = __commonJS({
17825
17611
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js"(exports2) {
17826
17612
  "use strict";
17827
- init_esm_shims();
17828
17613
  var base64VLQ = require_base64_vlq();
17829
17614
  var util = require_util();
17830
17615
  var ArraySet = require_array_set().ArraySet;
@@ -18102,7 +17887,6 @@ var require_source_map_generator = __commonJS({
18102
17887
  var require_binary_search = __commonJS({
18103
17888
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/binary-search.js"(exports2) {
18104
17889
  "use strict";
18105
- init_esm_shims();
18106
17890
  exports2.GREATEST_LOWER_BOUND = 1;
18107
17891
  exports2.LEAST_UPPER_BOUND = 2;
18108
17892
  function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
@@ -18160,7 +17944,6 @@ var require_binary_search = __commonJS({
18160
17944
  var require_quick_sort = __commonJS({
18161
17945
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js"(exports2) {
18162
17946
  "use strict";
18163
- init_esm_shims();
18164
17947
  function swap(ary, x, y) {
18165
17948
  var temp = ary[x];
18166
17949
  ary[x] = ary[y];
@@ -18197,7 +17980,6 @@ var require_quick_sort = __commonJS({
18197
17980
  var require_source_map_consumer = __commonJS({
18198
17981
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js"(exports2) {
18199
17982
  "use strict";
18200
- init_esm_shims();
18201
17983
  var util = require_util();
18202
17984
  var binarySearch = require_binary_search();
18203
17985
  var ArraySet = require_array_set().ArraySet;
@@ -18800,7 +18582,6 @@ var require_source_map_consumer = __commonJS({
18800
18582
  var require_source_node = __commonJS({
18801
18583
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-node.js"(exports2) {
18802
18584
  "use strict";
18803
- init_esm_shims();
18804
18585
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
18805
18586
  var util = require_util();
18806
18587
  var REGEX_NEWLINE = /(\r?\n)/;
@@ -19067,7 +18848,6 @@ var require_source_node = __commonJS({
19067
18848
  var require_source_map = __commonJS({
19068
18849
  "../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/source-map.js"(exports2) {
19069
18850
  "use strict";
19070
- init_esm_shims();
19071
18851
  exports2.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19072
18852
  exports2.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
19073
18853
  exports2.SourceNode = require_source_node().SourceNode;
@@ -19078,7 +18858,6 @@ var require_source_map = __commonJS({
19078
18858
  var require_code_gen = __commonJS({
19079
18859
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js"(exports2, module2) {
19080
18860
  "use strict";
19081
- init_esm_shims();
19082
18861
  exports2.__esModule = true;
19083
18862
  var _utils = require_utils();
19084
18863
  var SourceNode = void 0;
@@ -19215,7 +18994,6 @@ var require_code_gen = __commonJS({
19215
18994
  var require_javascript_compiler = __commonJS({
19216
18995
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js"(exports2, module2) {
19217
18996
  "use strict";
19218
- init_esm_shims();
19219
18997
  exports2.__esModule = true;
19220
18998
  function _interopRequireDefault(obj) {
19221
18999
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -20134,7 +19912,6 @@ var require_javascript_compiler = __commonJS({
20134
19912
  var require_handlebars = __commonJS({
20135
19913
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js"(exports2, module2) {
20136
19914
  "use strict";
20137
- init_esm_shims();
20138
19915
  exports2.__esModule = true;
20139
19916
  function _interopRequireDefault(obj) {
20140
19917
  return obj && obj.__esModule ? obj : { "default": obj };
@@ -20182,7 +19959,6 @@ var require_handlebars = __commonJS({
20182
19959
  var require_printer = __commonJS({
20183
19960
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js"(exports2) {
20184
19961
  "use strict";
20185
- init_esm_shims();
20186
19962
  exports2.__esModule = true;
20187
19963
  exports2.print = print;
20188
19964
  exports2.PrintVisitor = PrintVisitor;
@@ -20329,7 +20105,6 @@ var require_printer = __commonJS({
20329
20105
  var require_lib = __commonJS({
20330
20106
  "../../node_modules/.pnpm/handlebars@4.7.9/node_modules/handlebars/lib/index.js"(exports2, module2) {
20331
20107
  "use strict";
20332
- init_esm_shims();
20333
20108
  var handlebars = require_handlebars()["default"];
20334
20109
  var printer = require_printer();
20335
20110
  handlebars.PrintVisitor = printer.PrintVisitor;
@@ -21835,7 +21610,6 @@ var Token, Drop, toString$1, toLowerCase, hasOwnProperty2, TRAIT, LiquidError, T
21835
21610
  var init_liquid_node = __esm({
21836
21611
  "../../node_modules/.pnpm/liquidjs@10.25.2/node_modules/liquidjs/dist/liquid.node.mjs"() {
21837
21612
  "use strict";
21838
- init_esm_shims();
21839
21613
  Token = class {
21840
21614
  constructor(kind, input, begin, end, file) {
21841
21615
  this.kind = kind;
@@ -25119,7 +24893,6 @@ function detectMonorepo(cwd3) {
25119
24893
  var init_chunk_F7MUVHZ2 = __esm({
25120
24894
  "../notes/dist/chunk-F7MUVHZ2.js"() {
25121
24895
  "use strict";
25122
- init_esm_shims();
25123
24896
  init_chunk_7TJSPQPW();
25124
24897
  }
25125
24898
  });
@@ -25135,7 +24908,6 @@ __export(aggregator_IUQUAVJC_exports, {
25135
24908
  var init_aggregator_IUQUAVJC = __esm({
25136
24909
  "../notes/dist/aggregator-IUQUAVJC.js"() {
25137
24910
  "use strict";
25138
- init_esm_shims();
25139
24911
  init_chunk_F7MUVHZ2();
25140
24912
  init_chunk_7TJSPQPW();
25141
24913
  }
@@ -25149,7 +24921,7 @@ import { z as z2 } from "zod";
25149
24921
  import { z } from "zod";
25150
24922
  import * as fs22 from "fs";
25151
24923
  import * as os from "os";
25152
- import * as path23 from "path";
24924
+ import * as path22 from "path";
25153
24925
  import * as fs42 from "fs";
25154
24926
  import * as fs9 from "fs";
25155
24927
  import * as path7 from "path";
@@ -25185,7 +24957,7 @@ function substituteVariables(value) {
25185
24957
  return process.env[varName] ?? "";
25186
24958
  });
25187
24959
  result = result.replace(filePattern, (_, filePath) => {
25188
- const expandedPath = filePath.startsWith("~") ? path23.join(os.homedir(), filePath.slice(1)) : filePath;
24960
+ const expandedPath = filePath.startsWith("~") ? path22.join(os.homedir(), filePath.slice(1)) : filePath;
25189
24961
  try {
25190
24962
  return fs22.readFileSync(expandedPath, "utf-8").trim();
25191
24963
  } catch {
@@ -26476,7 +26248,6 @@ var import_handlebars, ConfigError, MAX_JSONC_LENGTH, GitConfigSchema, MonorepoC
26476
26248
  var init_chunk_Y4S5UWCL = __esm({
26477
26249
  "../notes/dist/chunk-Y4S5UWCL.js"() {
26478
26250
  "use strict";
26479
- init_esm_shims();
26480
26251
  init_chunk_7TJSPQPW();
26481
26252
  init_sdk();
26482
26253
  init_openai();
@@ -26786,8 +26557,8 @@ var init_chunk_Y4S5UWCL = __esm({
26786
26557
  });
26787
26558
  MAX_INPUT_LENGTH = 1e4;
26788
26559
  SOLE_REFERENCE_PATTERN = /^\{(?:env|file):[^}]+\}$/;
26789
- AUTH_DIR = path23.join(os.homedir(), ".config", "releasekit");
26790
- AUTH_FILE = path23.join(AUTH_DIR, "auth.json");
26560
+ AUTH_DIR = path22.join(os.homedir(), ".config", "releasekit");
26561
+ AUTH_FILE = path22.join(AUTH_DIR, "auth.json");
26791
26562
  CONFIG_FILE = "releasekit.config.json";
26792
26563
  NotesError = class extends ReleaseKitError2 {
26793
26564
  };
@@ -27139,7 +26910,6 @@ function writeJson(outputPath, contexts, dryRun) {
27139
26910
  var init_dist = __esm({
27140
26911
  "../notes/dist/index.js"() {
27141
26912
  "use strict";
27142
- init_esm_shims();
27143
26913
  init_chunk_Y4S5UWCL();
27144
26914
  init_chunk_F7MUVHZ2();
27145
26915
  init_chunk_7TJSPQPW();
@@ -27150,7 +26920,6 @@ var init_dist = __esm({
27150
26920
  var require_constants = __commonJS({
27151
26921
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/constants.js"(exports2, module2) {
27152
26922
  "use strict";
27153
- init_esm_shims();
27154
26923
  var SEMVER_SPEC_VERSION = "2.0.0";
27155
26924
  var MAX_LENGTH = 256;
27156
26925
  var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
@@ -27183,7 +26952,6 @@ var require_constants = __commonJS({
27183
26952
  var require_debug = __commonJS({
27184
26953
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/debug.js"(exports2, module2) {
27185
26954
  "use strict";
27186
- init_esm_shims();
27187
26955
  var debug3 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
27188
26956
  };
27189
26957
  module2.exports = debug3;
@@ -27194,7 +26962,6 @@ var require_debug = __commonJS({
27194
26962
  var require_re = __commonJS({
27195
26963
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/re.js"(exports2, module2) {
27196
26964
  "use strict";
27197
- init_esm_shims();
27198
26965
  var {
27199
26966
  MAX_SAFE_COMPONENT_LENGTH,
27200
26967
  MAX_SAFE_BUILD_LENGTH,
@@ -27283,7 +27050,6 @@ var require_re = __commonJS({
27283
27050
  var require_parse_options = __commonJS({
27284
27051
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/parse-options.js"(exports2, module2) {
27285
27052
  "use strict";
27286
- init_esm_shims();
27287
27053
  var looseOption = Object.freeze({ loose: true });
27288
27054
  var emptyOpts = Object.freeze({});
27289
27055
  var parseOptions = (options) => {
@@ -27303,7 +27069,6 @@ var require_parse_options = __commonJS({
27303
27069
  var require_identifiers = __commonJS({
27304
27070
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/identifiers.js"(exports2, module2) {
27305
27071
  "use strict";
27306
- init_esm_shims();
27307
27072
  var numeric2 = /^[0-9]+$/;
27308
27073
  var compareIdentifiers = (a, b) => {
27309
27074
  if (typeof a === "number" && typeof b === "number") {
@@ -27329,7 +27094,6 @@ var require_identifiers = __commonJS({
27329
27094
  var require_semver = __commonJS({
27330
27095
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/semver.js"(exports2, module2) {
27331
27096
  "use strict";
27332
- init_esm_shims();
27333
27097
  var debug3 = require_debug();
27334
27098
  var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
27335
27099
  var { safeRe: re, t } = require_re();
@@ -27609,7 +27373,6 @@ var require_semver = __commonJS({
27609
27373
  var require_parse = __commonJS({
27610
27374
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/parse.js"(exports2, module2) {
27611
27375
  "use strict";
27612
- init_esm_shims();
27613
27376
  var SemVer = require_semver();
27614
27377
  var parse4 = (version, options, throwErrors = false) => {
27615
27378
  if (version instanceof SemVer) {
@@ -27632,7 +27395,6 @@ var require_parse = __commonJS({
27632
27395
  var require_valid = __commonJS({
27633
27396
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/valid.js"(exports2, module2) {
27634
27397
  "use strict";
27635
- init_esm_shims();
27636
27398
  var parse4 = require_parse();
27637
27399
  var valid = (version, options) => {
27638
27400
  const v = parse4(version, options);
@@ -27646,7 +27408,6 @@ var require_valid = __commonJS({
27646
27408
  var require_clean = __commonJS({
27647
27409
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/clean.js"(exports2, module2) {
27648
27410
  "use strict";
27649
- init_esm_shims();
27650
27411
  var parse4 = require_parse();
27651
27412
  var clean = (version, options) => {
27652
27413
  const s = parse4(version.trim().replace(/^[=v]+/, ""), options);
@@ -27660,7 +27421,6 @@ var require_clean = __commonJS({
27660
27421
  var require_inc = __commonJS({
27661
27422
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/inc.js"(exports2, module2) {
27662
27423
  "use strict";
27663
- init_esm_shims();
27664
27424
  var SemVer = require_semver();
27665
27425
  var inc = (version, release, options, identifier, identifierBase) => {
27666
27426
  if (typeof options === "string") {
@@ -27685,7 +27445,6 @@ var require_inc = __commonJS({
27685
27445
  var require_diff = __commonJS({
27686
27446
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/diff.js"(exports2, module2) {
27687
27447
  "use strict";
27688
- init_esm_shims();
27689
27448
  var parse4 = require_parse();
27690
27449
  var diff = (version1, version2) => {
27691
27450
  const v1 = parse4(version1, null, true);
@@ -27730,7 +27489,6 @@ var require_diff = __commonJS({
27730
27489
  var require_major = __commonJS({
27731
27490
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/major.js"(exports2, module2) {
27732
27491
  "use strict";
27733
- init_esm_shims();
27734
27492
  var SemVer = require_semver();
27735
27493
  var major = (a, loose) => new SemVer(a, loose).major;
27736
27494
  module2.exports = major;
@@ -27741,7 +27499,6 @@ var require_major = __commonJS({
27741
27499
  var require_minor = __commonJS({
27742
27500
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/minor.js"(exports2, module2) {
27743
27501
  "use strict";
27744
- init_esm_shims();
27745
27502
  var SemVer = require_semver();
27746
27503
  var minor = (a, loose) => new SemVer(a, loose).minor;
27747
27504
  module2.exports = minor;
@@ -27752,7 +27509,6 @@ var require_minor = __commonJS({
27752
27509
  var require_patch = __commonJS({
27753
27510
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/patch.js"(exports2, module2) {
27754
27511
  "use strict";
27755
- init_esm_shims();
27756
27512
  var SemVer = require_semver();
27757
27513
  var patch = (a, loose) => new SemVer(a, loose).patch;
27758
27514
  module2.exports = patch;
@@ -27763,7 +27519,6 @@ var require_patch = __commonJS({
27763
27519
  var require_prerelease = __commonJS({
27764
27520
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/prerelease.js"(exports2, module2) {
27765
27521
  "use strict";
27766
- init_esm_shims();
27767
27522
  var parse4 = require_parse();
27768
27523
  var prerelease = (version, options) => {
27769
27524
  const parsed = parse4(version, options);
@@ -27777,7 +27532,6 @@ var require_prerelease = __commonJS({
27777
27532
  var require_compare = __commonJS({
27778
27533
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare.js"(exports2, module2) {
27779
27534
  "use strict";
27780
- init_esm_shims();
27781
27535
  var SemVer = require_semver();
27782
27536
  var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
27783
27537
  module2.exports = compare;
@@ -27788,7 +27542,6 @@ var require_compare = __commonJS({
27788
27542
  var require_rcompare = __commonJS({
27789
27543
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rcompare.js"(exports2, module2) {
27790
27544
  "use strict";
27791
- init_esm_shims();
27792
27545
  var compare = require_compare();
27793
27546
  var rcompare = (a, b, loose) => compare(b, a, loose);
27794
27547
  module2.exports = rcompare;
@@ -27799,7 +27552,6 @@ var require_rcompare = __commonJS({
27799
27552
  var require_compare_loose = __commonJS({
27800
27553
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-loose.js"(exports2, module2) {
27801
27554
  "use strict";
27802
- init_esm_shims();
27803
27555
  var compare = require_compare();
27804
27556
  var compareLoose = (a, b) => compare(a, b, true);
27805
27557
  module2.exports = compareLoose;
@@ -27810,7 +27562,6 @@ var require_compare_loose = __commonJS({
27810
27562
  var require_compare_build = __commonJS({
27811
27563
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/compare-build.js"(exports2, module2) {
27812
27564
  "use strict";
27813
- init_esm_shims();
27814
27565
  var SemVer = require_semver();
27815
27566
  var compareBuild = (a, b, loose) => {
27816
27567
  const versionA = new SemVer(a, loose);
@@ -27825,7 +27576,6 @@ var require_compare_build = __commonJS({
27825
27576
  var require_sort = __commonJS({
27826
27577
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/sort.js"(exports2, module2) {
27827
27578
  "use strict";
27828
- init_esm_shims();
27829
27579
  var compareBuild = require_compare_build();
27830
27580
  var sort2 = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
27831
27581
  module2.exports = sort2;
@@ -27836,7 +27586,6 @@ var require_sort = __commonJS({
27836
27586
  var require_rsort = __commonJS({
27837
27587
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/rsort.js"(exports2, module2) {
27838
27588
  "use strict";
27839
- init_esm_shims();
27840
27589
  var compareBuild = require_compare_build();
27841
27590
  var rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
27842
27591
  module2.exports = rsort;
@@ -27847,7 +27596,6 @@ var require_rsort = __commonJS({
27847
27596
  var require_gt = __commonJS({
27848
27597
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gt.js"(exports2, module2) {
27849
27598
  "use strict";
27850
- init_esm_shims();
27851
27599
  var compare = require_compare();
27852
27600
  var gt = (a, b, loose) => compare(a, b, loose) > 0;
27853
27601
  module2.exports = gt;
@@ -27858,7 +27606,6 @@ var require_gt = __commonJS({
27858
27606
  var require_lt = __commonJS({
27859
27607
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lt.js"(exports2, module2) {
27860
27608
  "use strict";
27861
- init_esm_shims();
27862
27609
  var compare = require_compare();
27863
27610
  var lt = (a, b, loose) => compare(a, b, loose) < 0;
27864
27611
  module2.exports = lt;
@@ -27869,7 +27616,6 @@ var require_lt = __commonJS({
27869
27616
  var require_eq = __commonJS({
27870
27617
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/eq.js"(exports2, module2) {
27871
27618
  "use strict";
27872
- init_esm_shims();
27873
27619
  var compare = require_compare();
27874
27620
  var eq = (a, b, loose) => compare(a, b, loose) === 0;
27875
27621
  module2.exports = eq;
@@ -27880,7 +27626,6 @@ var require_eq = __commonJS({
27880
27626
  var require_neq = __commonJS({
27881
27627
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/neq.js"(exports2, module2) {
27882
27628
  "use strict";
27883
- init_esm_shims();
27884
27629
  var compare = require_compare();
27885
27630
  var neq = (a, b, loose) => compare(a, b, loose) !== 0;
27886
27631
  module2.exports = neq;
@@ -27891,7 +27636,6 @@ var require_neq = __commonJS({
27891
27636
  var require_gte = __commonJS({
27892
27637
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/gte.js"(exports2, module2) {
27893
27638
  "use strict";
27894
- init_esm_shims();
27895
27639
  var compare = require_compare();
27896
27640
  var gte2 = (a, b, loose) => compare(a, b, loose) >= 0;
27897
27641
  module2.exports = gte2;
@@ -27902,7 +27646,6 @@ var require_gte = __commonJS({
27902
27646
  var require_lte = __commonJS({
27903
27647
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/lte.js"(exports2, module2) {
27904
27648
  "use strict";
27905
- init_esm_shims();
27906
27649
  var compare = require_compare();
27907
27650
  var lte2 = (a, b, loose) => compare(a, b, loose) <= 0;
27908
27651
  module2.exports = lte2;
@@ -27913,7 +27656,6 @@ var require_lte = __commonJS({
27913
27656
  var require_cmp = __commonJS({
27914
27657
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/cmp.js"(exports2, module2) {
27915
27658
  "use strict";
27916
- init_esm_shims();
27917
27659
  var eq = require_eq();
27918
27660
  var neq = require_neq();
27919
27661
  var gt = require_gt();
@@ -27964,7 +27706,6 @@ var require_cmp = __commonJS({
27964
27706
  var require_coerce = __commonJS({
27965
27707
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/coerce.js"(exports2, module2) {
27966
27708
  "use strict";
27967
- init_esm_shims();
27968
27709
  var SemVer = require_semver();
27969
27710
  var parse4 = require_parse();
27970
27711
  var { safeRe: re, t } = require_re();
@@ -28011,7 +27752,6 @@ var require_coerce = __commonJS({
28011
27752
  var require_lrucache = __commonJS({
28012
27753
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/internal/lrucache.js"(exports2, module2) {
28013
27754
  "use strict";
28014
- init_esm_shims();
28015
27755
  var LRUCache = class {
28016
27756
  constructor() {
28017
27757
  this.max = 1e3;
@@ -28050,7 +27790,6 @@ var require_lrucache = __commonJS({
28050
27790
  var require_range = __commonJS({
28051
27791
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/range.js"(exports2, module2) {
28052
27792
  "use strict";
28053
- init_esm_shims();
28054
27793
  var SPACE_CHARACTERS = /\s+/g;
28055
27794
  var Range = class _Range {
28056
27795
  constructor(range3, options) {
@@ -28428,7 +28167,6 @@ var require_range = __commonJS({
28428
28167
  var require_comparator = __commonJS({
28429
28168
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/classes/comparator.js"(exports2, module2) {
28430
28169
  "use strict";
28431
- init_esm_shims();
28432
28170
  var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
28433
28171
  var Comparator = class _Comparator {
28434
28172
  static get ANY() {
@@ -28542,7 +28280,6 @@ var require_comparator = __commonJS({
28542
28280
  var require_satisfies = __commonJS({
28543
28281
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/functions/satisfies.js"(exports2, module2) {
28544
28282
  "use strict";
28545
- init_esm_shims();
28546
28283
  var Range = require_range();
28547
28284
  var satisfies = (version, range3, options) => {
28548
28285
  try {
@@ -28560,7 +28297,6 @@ var require_satisfies = __commonJS({
28560
28297
  var require_to_comparators = __commonJS({
28561
28298
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/to-comparators.js"(exports2, module2) {
28562
28299
  "use strict";
28563
- init_esm_shims();
28564
28300
  var Range = require_range();
28565
28301
  var toComparators = (range3, options) => new Range(range3, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
28566
28302
  module2.exports = toComparators;
@@ -28571,7 +28307,6 @@ var require_to_comparators = __commonJS({
28571
28307
  var require_max_satisfying = __commonJS({
28572
28308
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/max-satisfying.js"(exports2, module2) {
28573
28309
  "use strict";
28574
- init_esm_shims();
28575
28310
  var SemVer = require_semver();
28576
28311
  var Range = require_range();
28577
28312
  var maxSatisfying = (versions, range3, options) => {
@@ -28601,7 +28336,6 @@ var require_max_satisfying = __commonJS({
28601
28336
  var require_min_satisfying = __commonJS({
28602
28337
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-satisfying.js"(exports2, module2) {
28603
28338
  "use strict";
28604
- init_esm_shims();
28605
28339
  var SemVer = require_semver();
28606
28340
  var Range = require_range();
28607
28341
  var minSatisfying = (versions, range3, options) => {
@@ -28631,7 +28365,6 @@ var require_min_satisfying = __commonJS({
28631
28365
  var require_min_version = __commonJS({
28632
28366
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/min-version.js"(exports2, module2) {
28633
28367
  "use strict";
28634
- init_esm_shims();
28635
28368
  var SemVer = require_semver();
28636
28369
  var Range = require_range();
28637
28370
  var gt = require_gt();
@@ -28691,7 +28424,6 @@ var require_min_version = __commonJS({
28691
28424
  var require_valid2 = __commonJS({
28692
28425
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/valid.js"(exports2, module2) {
28693
28426
  "use strict";
28694
- init_esm_shims();
28695
28427
  var Range = require_range();
28696
28428
  var validRange = (range3, options) => {
28697
28429
  try {
@@ -28708,7 +28440,6 @@ var require_valid2 = __commonJS({
28708
28440
  var require_outside = __commonJS({
28709
28441
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/outside.js"(exports2, module2) {
28710
28442
  "use strict";
28711
- init_esm_shims();
28712
28443
  var SemVer = require_semver();
28713
28444
  var Comparator = require_comparator();
28714
28445
  var { ANY } = Comparator;
@@ -28778,7 +28509,6 @@ var require_outside = __commonJS({
28778
28509
  var require_gtr = __commonJS({
28779
28510
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/gtr.js"(exports2, module2) {
28780
28511
  "use strict";
28781
- init_esm_shims();
28782
28512
  var outside = require_outside();
28783
28513
  var gtr = (version, range3, options) => outside(version, range3, ">", options);
28784
28514
  module2.exports = gtr;
@@ -28789,7 +28519,6 @@ var require_gtr = __commonJS({
28789
28519
  var require_ltr = __commonJS({
28790
28520
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/ltr.js"(exports2, module2) {
28791
28521
  "use strict";
28792
- init_esm_shims();
28793
28522
  var outside = require_outside();
28794
28523
  var ltr = (version, range3, options) => outside(version, range3, "<", options);
28795
28524
  module2.exports = ltr;
@@ -28800,7 +28529,6 @@ var require_ltr = __commonJS({
28800
28529
  var require_intersects = __commonJS({
28801
28530
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/intersects.js"(exports2, module2) {
28802
28531
  "use strict";
28803
- init_esm_shims();
28804
28532
  var Range = require_range();
28805
28533
  var intersects = (r1, r2, options) => {
28806
28534
  r1 = new Range(r1, options);
@@ -28815,7 +28543,6 @@ var require_intersects = __commonJS({
28815
28543
  var require_simplify = __commonJS({
28816
28544
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/simplify.js"(exports2, module2) {
28817
28545
  "use strict";
28818
- init_esm_shims();
28819
28546
  var satisfies = require_satisfies();
28820
28547
  var compare = require_compare();
28821
28548
  module2.exports = (versions, range3, options) => {
@@ -28866,7 +28593,6 @@ var require_simplify = __commonJS({
28866
28593
  var require_subset = __commonJS({
28867
28594
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/ranges/subset.js"(exports2, module2) {
28868
28595
  "use strict";
28869
- init_esm_shims();
28870
28596
  var Range = require_range();
28871
28597
  var Comparator = require_comparator();
28872
28598
  var { ANY } = Comparator;
@@ -29029,7 +28755,6 @@ var require_subset = __commonJS({
29029
28755
  var require_semver2 = __commonJS({
29030
28756
  "../../node_modules/.pnpm/semver@7.7.4/node_modules/semver/index.js"(exports2, module2) {
29031
28757
  "use strict";
29032
- init_esm_shims();
29033
28758
  var internalRe = require_re();
29034
28759
  var constants = require_constants();
29035
28760
  var SemVer = require_semver();
@@ -30661,7 +30386,6 @@ var import_semver, LOG_LEVELS3, PREFIXES3, COLORS3, currentLevel3, quietMode3, R
30661
30386
  var init_chunk_OZHNJUFW = __esm({
30662
30387
  "../publish/dist/chunk-OZHNJUFW.js"() {
30663
30388
  "use strict";
30664
- init_esm_shims();
30665
30389
  import_semver = __toESM(require_semver2(), 1);
30666
30390
  LOG_LEVELS3 = {
30667
30391
  error: 0,
@@ -31122,7 +30846,6 @@ __export(dist_exports2, {
31122
30846
  var init_dist2 = __esm({
31123
30847
  "../publish/dist/index.js"() {
31124
30848
  "use strict";
31125
- init_esm_shims();
31126
30849
  init_chunk_OZHNJUFW();
31127
30850
  }
31128
30851
  });
@@ -31145,7 +30868,6 @@ var LOG_LEVELS4, PREFIXES4, COLORS4, currentLevel4, quietMode4, ReleaseKitError4
31145
30868
  var init_chunk_Q3FHZORY = __esm({
31146
30869
  "../version/dist/chunk-Q3FHZORY.js"() {
31147
30870
  "use strict";
31148
- init_esm_shims();
31149
30871
  LOG_LEVELS4 = {
31150
30872
  error: 0,
31151
30873
  warn: 1,
@@ -31208,7 +30930,6 @@ var execAsync, execSync;
31208
30930
  var init_chunk_LMPZV35Z = __esm({
31209
30931
  "../version/dist/chunk-LMPZV35Z.js"() {
31210
30932
  "use strict";
31211
- init_esm_shims();
31212
30933
  execAsync = (file, args, options) => {
31213
30934
  const defaultOptions3 = { maxBuffer: 1024 * 1024 * 10, ...options };
31214
30935
  return new Promise((resolve11, reject2) => {
@@ -31229,7 +30950,6 @@ var init_chunk_LMPZV35Z = __esm({
31229
30950
  var init_types = __esm({
31230
30951
  "../../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"() {
31231
30952
  "use strict";
31232
- init_esm_shims();
31233
30953
  }
31234
30954
  });
31235
30955
 
@@ -31248,7 +30968,6 @@ function toArray2(value) {
31248
30968
  var init_utils4 = __esm({
31249
30969
  "../../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"() {
31250
30970
  "use strict";
31251
- init_esm_shims();
31252
30971
  }
31253
30972
  });
31254
30973
 
@@ -31288,7 +31007,6 @@ async function* splitStream(stream, separator) {
31288
31007
  var init_dist3 = __esm({
31289
31008
  "../../node_modules/.pnpm/@simple-libs+stream-utils@1.1.0/node_modules/@simple-libs/stream-utils/dist/index.js"() {
31290
31009
  "use strict";
31291
- init_esm_shims();
31292
31010
  }
31293
31011
  });
31294
31012
 
@@ -31339,7 +31057,6 @@ function output(process2) {
31339
31057
  var init_dist4 = __esm({
31340
31058
  "../../node_modules/.pnpm/@simple-libs+child-process-utils@1.0.1/node_modules/@simple-libs/child-process-utils/dist/index.js"() {
31341
31059
  "use strict";
31342
- init_esm_shims();
31343
31060
  init_dist3();
31344
31061
  }
31345
31062
  });
@@ -31350,7 +31067,6 @@ var SCISSOR, GitClient;
31350
31067
  var init_GitClient = __esm({
31351
31068
  "../../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"() {
31352
31069
  "use strict";
31353
- init_esm_shims();
31354
31070
  init_dist3();
31355
31071
  init_dist4();
31356
31072
  init_utils4();
@@ -31593,7 +31309,6 @@ var init_GitClient = __esm({
31593
31309
  var init_types2 = __esm({
31594
31310
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/types.js"() {
31595
31311
  "use strict";
31596
- init_esm_shims();
31597
31312
  }
31598
31313
  });
31599
31314
 
@@ -31641,7 +31356,6 @@ var nomatchRegex;
31641
31356
  var init_regex = __esm({
31642
31357
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/regex.js"() {
31643
31358
  "use strict";
31644
- init_esm_shims();
31645
31359
  nomatchRegex = /(?!.*)/;
31646
31360
  }
31647
31361
  });
@@ -31688,7 +31402,6 @@ var SCISSOR2;
31688
31402
  var init_utils5 = __esm({
31689
31403
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/utils.js"() {
31690
31404
  "use strict";
31691
- init_esm_shims();
31692
31405
  SCISSOR2 = "------------------------ >8 ------------------------";
31693
31406
  }
31694
31407
  });
@@ -31698,7 +31411,6 @@ var defaultOptions2;
31698
31411
  var init_options = __esm({
31699
31412
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/options.js"() {
31700
31413
  "use strict";
31701
- init_esm_shims();
31702
31414
  defaultOptions2 = {
31703
31415
  noteKeywords: ["BREAKING CHANGE", "BREAKING-CHANGE"],
31704
31416
  issuePrefixes: ["#"],
@@ -31744,7 +31456,6 @@ var CommitParser;
31744
31456
  var init_CommitParser = __esm({
31745
31457
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/CommitParser.js"() {
31746
31458
  "use strict";
31747
- init_esm_shims();
31748
31459
  init_regex();
31749
31460
  init_utils5();
31750
31461
  init_options();
@@ -32056,7 +31767,6 @@ function parseCommitsStream(options = {}) {
32056
31767
  var init_stream = __esm({
32057
31768
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/stream.js"() {
32058
31769
  "use strict";
32059
- init_esm_shims();
32060
31770
  init_CommitParser();
32061
31771
  }
32062
31772
  });
@@ -32072,7 +31782,6 @@ __export(dist_exports3, {
32072
31782
  var init_dist5 = __esm({
32073
31783
  "../../node_modules/.pnpm/conventional-commits-parser@6.2.1/node_modules/conventional-commits-parser/dist/index.js"() {
32074
31784
  "use strict";
32075
- init_esm_shims();
32076
31785
  init_types2();
32077
31786
  init_CommitParser();
32078
31787
  init_stream();
@@ -32113,7 +31822,6 @@ function findRevertCommit(commit, reverts) {
32113
31822
  var init_utils6 = __esm({
32114
31823
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/utils.js"() {
32115
31824
  "use strict";
32116
- init_esm_shims();
32117
31825
  }
32118
31826
  });
32119
31827
 
@@ -32122,7 +31830,6 @@ var RevertedCommitsFilter;
32122
31830
  var init_RevertedCommitsFilter = __esm({
32123
31831
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/RevertedCommitsFilter.js"() {
32124
31832
  "use strict";
32125
- init_esm_shims();
32126
31833
  init_utils6();
32127
31834
  RevertedCommitsFilter = class {
32128
31835
  hold = /* @__PURE__ */ new Set();
@@ -32192,7 +31899,6 @@ function filterRevertedCommitsStream() {
32192
31899
  var init_filters = __esm({
32193
31900
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/filters.js"() {
32194
31901
  "use strict";
32195
- init_esm_shims();
32196
31902
  init_RevertedCommitsFilter();
32197
31903
  }
32198
31904
  });
@@ -32208,7 +31914,6 @@ __export(dist_exports4, {
32208
31914
  var init_dist6 = __esm({
32209
31915
  "../../node_modules/.pnpm/conventional-commits-filter@5.0.0/node_modules/conventional-commits-filter/dist/index.js"() {
32210
31916
  "use strict";
32211
- init_esm_shims();
32212
31917
  init_RevertedCommitsFilter();
32213
31918
  init_filters();
32214
31919
  }
@@ -32219,7 +31924,6 @@ var import_semver2, ConventionalGitClient;
32219
31924
  var init_ConventionalGitClient = __esm({
32220
31925
  "../../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"() {
32221
31926
  "use strict";
32222
- init_esm_shims();
32223
31927
  import_semver2 = __toESM(require_semver2(), 1);
32224
31928
  init_dist3();
32225
31929
  init_GitClient();
@@ -32329,7 +32033,6 @@ var init_ConventionalGitClient = __esm({
32329
32033
  var init_dist7 = __esm({
32330
32034
  "../../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"() {
32331
32035
  "use strict";
32332
- init_esm_shims();
32333
32036
  init_types();
32334
32037
  init_utils4();
32335
32038
  init_GitClient();
@@ -32341,7 +32044,6 @@ var init_dist7 = __esm({
32341
32044
  var init_types3 = __esm({
32342
32045
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/types.js"() {
32343
32046
  "use strict";
32344
- init_esm_shims();
32345
32047
  }
32346
32048
  });
32347
32049
 
@@ -32420,7 +32122,6 @@ var loadPreset;
32420
32122
  var init_presetLoader = __esm({
32421
32123
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/presetLoader.js"() {
32422
32124
  "use strict";
32423
- init_esm_shims();
32424
32125
  loadPreset = createPresetLoader((preset) => import(preset));
32425
32126
  }
32426
32127
  });
@@ -32429,7 +32130,6 @@ var init_presetLoader = __esm({
32429
32130
  var init_dist8 = __esm({
32430
32131
  "../../node_modules/.pnpm/conventional-changelog-preset-loader@5.0.0/node_modules/conventional-changelog-preset-loader/dist/index.js"() {
32431
32132
  "use strict";
32432
- init_esm_shims();
32433
32133
  init_types3();
32434
32134
  init_presetLoader();
32435
32135
  }
@@ -32445,7 +32145,6 @@ function bindLogNamespace(namespace, logger) {
32445
32145
  var init_utils7 = __esm({
32446
32146
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/utils.js"() {
32447
32147
  "use strict";
32448
- init_esm_shims();
32449
32148
  }
32450
32149
  });
32451
32150
 
@@ -32454,7 +32153,6 @@ var VERSIONS, Bumper;
32454
32153
  var init_bumper = __esm({
32455
32154
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/bumper.js"() {
32456
32155
  "use strict";
32457
- init_esm_shims();
32458
32156
  init_dist7();
32459
32157
  init_dist8();
32460
32158
  init_utils7();
@@ -32627,7 +32325,6 @@ var init_bumper = __esm({
32627
32325
  var init_dist9 = __esm({
32628
32326
  "../../node_modules/.pnpm/conventional-recommended-bump@11.2.0/node_modules/conventional-recommended-bump/dist/index.js"() {
32629
32327
  "use strict";
32630
- init_esm_shims();
32631
32328
  init_bumper();
32632
32329
  }
32633
32330
  });
@@ -32636,7 +32333,6 @@ var init_dist9 = __esm({
32636
32333
  var init_types4 = __esm({
32637
32334
  "../../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"() {
32638
32335
  "use strict";
32639
- init_esm_shims();
32640
32336
  }
32641
32337
  });
32642
32338
 
@@ -32655,7 +32351,6 @@ function toArray4(value) {
32655
32351
  var init_utils8 = __esm({
32656
32352
  "../../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"() {
32657
32353
  "use strict";
32658
- init_esm_shims();
32659
32354
  }
32660
32355
  });
32661
32356
 
@@ -32695,7 +32390,6 @@ async function* splitStream2(stream, separator) {
32695
32390
  var init_dist10 = __esm({
32696
32391
  "../../node_modules/.pnpm/@simple-libs+stream-utils@1.2.0/node_modules/@simple-libs/stream-utils/dist/index.js"() {
32697
32392
  "use strict";
32698
- init_esm_shims();
32699
32393
  }
32700
32394
  });
32701
32395
 
@@ -32746,7 +32440,6 @@ function output2(process2) {
32746
32440
  var init_dist11 = __esm({
32747
32441
  "../../node_modules/.pnpm/@simple-libs+child-process-utils@1.0.2/node_modules/@simple-libs/child-process-utils/dist/index.js"() {
32748
32442
  "use strict";
32749
- init_esm_shims();
32750
32443
  init_dist10();
32751
32444
  }
32752
32445
  });
@@ -32757,7 +32450,6 @@ var SCISSOR3, GitClient2;
32757
32450
  var init_GitClient2 = __esm({
32758
32451
  "../../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"() {
32759
32452
  "use strict";
32760
- init_esm_shims();
32761
32453
  init_dist10();
32762
32454
  init_dist11();
32763
32455
  init_utils8();
@@ -33007,7 +32699,6 @@ var import_semver3, ConventionalGitClient2;
33007
32699
  var init_ConventionalGitClient2 = __esm({
33008
32700
  "../../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"() {
33009
32701
  "use strict";
33010
- init_esm_shims();
33011
32702
  import_semver3 = __toESM(require_semver2(), 1);
33012
32703
  init_dist10();
33013
32704
  init_GitClient2();
@@ -33117,7 +32808,6 @@ var init_ConventionalGitClient2 = __esm({
33117
32808
  var init_dist12 = __esm({
33118
32809
  "../../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"() {
33119
32810
  "use strict";
33120
- init_esm_shims();
33121
32811
  init_types4();
33122
32812
  init_utils8();
33123
32813
  init_GitClient2();
@@ -33152,7 +32842,6 @@ async function getSemverTags(options = {}) {
33152
32842
  var init_src = __esm({
33153
32843
  "../../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"() {
33154
32844
  "use strict";
33155
- init_esm_shims();
33156
32845
  init_dist12();
33157
32846
  }
33158
32847
  });
@@ -33166,7 +32855,6 @@ var LAYOUT, FigletFont, fontList, renamedFonts, getFontName, figlet;
33166
32855
  var init_figlet_C8Ns3Vyn = __esm({
33167
32856
  "../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/figlet-C8Ns3Vyn.js"() {
33168
32857
  "use strict";
33169
- init_esm_shims();
33170
32858
  LAYOUT = {
33171
32859
  FULL_WIDTH: 0,
33172
32860
  FITTING: 1,
@@ -34501,15 +34189,14 @@ var init_figlet_C8Ns3Vyn = __esm({
34501
34189
  // ../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/node-figlet.mjs
34502
34190
  import * as fs12 from "fs";
34503
34191
  import * as path11 from "path";
34504
- import { fileURLToPath as fileURLToPath3 } from "url";
34505
- var __filename2, __dirname2, fontPath, nodeFiglet;
34192
+ import { fileURLToPath as fileURLToPath2 } from "url";
34193
+ var __filename, __dirname2, fontPath, nodeFiglet;
34506
34194
  var init_node_figlet = __esm({
34507
34195
  "../../node_modules/.pnpm/figlet@1.11.0/node_modules/figlet/dist/node-figlet.mjs"() {
34508
34196
  "use strict";
34509
- init_esm_shims();
34510
34197
  init_figlet_C8Ns3Vyn();
34511
- __filename2 = fileURLToPath3(import.meta.url);
34512
- __dirname2 = path11.dirname(__filename2);
34198
+ __filename = fileURLToPath2(import.meta.url);
34199
+ __dirname2 = path11.dirname(__filename);
34513
34200
  fontPath = path11.join(__dirname2, "/../fonts/");
34514
34201
  nodeFiglet = figlet;
34515
34202
  nodeFiglet.defaults({ fontPath });
@@ -34607,7 +34294,6 @@ var balanced, maybeMatch, range2;
34607
34294
  var init_esm = __esm({
34608
34295
  "../../node_modules/.pnpm/balanced-match@4.0.4/node_modules/balanced-match/dist/esm/index.js"() {
34609
34296
  "use strict";
34610
- init_esm_shims();
34611
34297
  balanced = (a, b, str3) => {
34612
34298
  const ma = a instanceof RegExp ? maybeMatch(a, str3) : a;
34613
34299
  const mb = b instanceof RegExp ? maybeMatch(b, str3) : b;
@@ -34809,7 +34495,6 @@ var escSlash, escOpen, escClose, escComma, escPeriod, escSlashPattern, escOpenPa
34809
34495
  var init_esm2 = __esm({
34810
34496
  "../../node_modules/.pnpm/brace-expansion@5.0.5/node_modules/brace-expansion/dist/esm/index.js"() {
34811
34497
  "use strict";
34812
- init_esm_shims();
34813
34498
  init_esm();
34814
34499
  escSlash = "\0SLASH" + Math.random() + "\0";
34815
34500
  escOpen = "\0OPEN" + Math.random() + "\0";
@@ -34835,7 +34520,6 @@ var MAX_PATTERN_LENGTH, assertValidPattern;
34835
34520
  var init_assert_valid_pattern = __esm({
34836
34521
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
34837
34522
  "use strict";
34838
- init_esm_shims();
34839
34523
  MAX_PATTERN_LENGTH = 1024 * 64;
34840
34524
  assertValidPattern = (pattern) => {
34841
34525
  if (typeof pattern !== "string") {
@@ -34853,7 +34537,6 @@ var posixClasses, braceEscape, regexpEscape, rangesToString, parseClass;
34853
34537
  var init_brace_expressions = __esm({
34854
34538
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/brace-expressions.js"() {
34855
34539
  "use strict";
34856
- init_esm_shims();
34857
34540
  posixClasses = {
34858
34541
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
34859
34542
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -34969,7 +34652,6 @@ var unescape3;
34969
34652
  var init_unescape = __esm({
34970
34653
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/unescape.js"() {
34971
34654
  "use strict";
34972
- init_esm_shims();
34973
34655
  unescape3 = (s, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
34974
34656
  if (magicalBraces) {
34975
34657
  return windowsPathsNoEscape ? s.replace(/\[([^/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^/\\])\]/g, "$1$2").replace(/\\([^/])/g, "$1");
@@ -34984,7 +34666,6 @@ var _a4, types, isExtglobType, isExtglobAST, adoptionMap, adoptionWithSpaceMap,
34984
34666
  var init_ast = __esm({
34985
34667
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/ast.js"() {
34986
34668
  "use strict";
34987
- init_esm_shims();
34988
34669
  init_brace_expressions();
34989
34670
  init_unescape();
34990
34671
  types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
@@ -35636,7 +35317,6 @@ var escape3;
35636
35317
  var init_escape = __esm({
35637
35318
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/escape.js"() {
35638
35319
  "use strict";
35639
- init_esm_shims();
35640
35320
  escape3 = (s, { windowsPathsNoEscape = false, magicalBraces = false } = {}) => {
35641
35321
  if (magicalBraces) {
35642
35322
  return windowsPathsNoEscape ? s.replace(/[?*()[\]{}]/g, "[$&]") : s.replace(/[?*()[\]\\{}]/g, "\\$&");
@@ -35651,7 +35331,6 @@ var minimatch, starDotExtRE, starDotExtTest, starDotExtTestDot, starDotExtTestNo
35651
35331
  var init_esm3 = __esm({
35652
35332
  "../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/index.js"() {
35653
35333
  "use strict";
35654
- init_esm_shims();
35655
35334
  init_esm2();
35656
35335
  init_assert_valid_pattern();
35657
35336
  init_ast();
@@ -36598,7 +36277,6 @@ var __require2, SLASHES_REGEX, WINDOWS_ROOT_DIR_REGEX, pushDirectory, pushDirect
36598
36277
  var init_dist13 = __esm({
36599
36278
  "../../node_modules/.pnpm/fdir@6.5.0_picomatch@4.0.4/node_modules/fdir/dist/index.mjs"() {
36600
36279
  "use strict";
36601
- init_esm_shims();
36602
36280
  __require2 = /* @__PURE__ */ createRequire2(import.meta.url);
36603
36281
  SLASHES_REGEX = /[\\/]/g;
36604
36282
  WINDOWS_ROOT_DIR_REGEX = /^[a-z]:[\\/]$/i;
@@ -36990,7 +36668,6 @@ var init_dist13 = __esm({
36990
36668
  var require_constants2 = __commonJS({
36991
36669
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/constants.js"(exports2, module2) {
36992
36670
  "use strict";
36993
- init_esm_shims();
36994
36671
  var WIN_SLASH = "\\\\/";
36995
36672
  var WIN_NO_SLASH = `[^${WIN_SLASH}]`;
36996
36673
  var DEFAULT_MAX_EXTGLOB_RECURSION = 0;
@@ -37193,7 +36870,6 @@ var require_constants2 = __commonJS({
37193
36870
  var require_utils2 = __commonJS({
37194
36871
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/utils.js"(exports2) {
37195
36872
  "use strict";
37196
- init_esm_shims();
37197
36873
  var {
37198
36874
  REGEX_BACKSLASH,
37199
36875
  REGEX_REMOVE_BACKSLASH,
@@ -37258,7 +36934,6 @@ var require_utils2 = __commonJS({
37258
36934
  var require_scan = __commonJS({
37259
36935
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/scan.js"(exports2, module2) {
37260
36936
  "use strict";
37261
- init_esm_shims();
37262
36937
  var utils2 = require_utils2();
37263
36938
  var {
37264
36939
  CHAR_ASTERISK: CHAR_ASTERISK2,
@@ -37589,7 +37264,6 @@ var require_scan = __commonJS({
37589
37264
  var require_parse2 = __commonJS({
37590
37265
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/parse.js"(exports2, module2) {
37591
37266
  "use strict";
37592
- init_esm_shims();
37593
37267
  var constants = require_constants2();
37594
37268
  var utils2 = require_utils2();
37595
37269
  var {
@@ -38587,7 +38261,6 @@ var require_parse2 = __commonJS({
38587
38261
  var require_picomatch = __commonJS({
38588
38262
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
38589
38263
  "use strict";
38590
- init_esm_shims();
38591
38264
  var scan = require_scan();
38592
38265
  var parse4 = require_parse2();
38593
38266
  var utils2 = require_utils2();
@@ -38728,7 +38401,6 @@ var require_picomatch = __commonJS({
38728
38401
  var require_picomatch2 = __commonJS({
38729
38402
  "../../node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/index.js"(exports2, module2) {
38730
38403
  "use strict";
38731
- init_esm_shims();
38732
38404
  var pico = require_picomatch();
38733
38405
  var utils2 = require_utils2();
38734
38406
  function picomatch2(glob2, options, returnState = false) {
@@ -38745,7 +38417,7 @@ var require_picomatch2 = __commonJS({
38745
38417
  // ../../node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs
38746
38418
  import nativeFs2 from "fs";
38747
38419
  import path13, { posix } from "path";
38748
- import { fileURLToPath as fileURLToPath4 } from "url";
38420
+ import { fileURLToPath as fileURLToPath3 } from "url";
38749
38421
  function getPartialMatcher(patterns, options = {}) {
38750
38422
  const patternsCount = patterns.length;
38751
38423
  const patternsParts = Array(patternsCount);
@@ -38893,7 +38565,7 @@ function formatPaths(paths, relative2) {
38893
38565
  }
38894
38566
  function normalizeCwd(cwd3) {
38895
38567
  if (!cwd3) return process.cwd().replace(BACKSLASHES, "/");
38896
- if (cwd3 instanceof URL) return fileURLToPath4(cwd3).replace(BACKSLASHES, "/");
38568
+ if (cwd3 instanceof URL) return fileURLToPath3(cwd3).replace(BACKSLASHES, "/");
38897
38569
  return path13.resolve(cwd3).replace(BACKSLASHES, "/");
38898
38570
  }
38899
38571
  function getCrawler(patterns, inputOptions = {}) {
@@ -39009,7 +38681,6 @@ var import_picomatch, isReadonlyArray3, isWin, ONLY_PARENT_DIRECTORIES, WIN32_RO
39009
38681
  var init_dist14 = __esm({
39010
38682
  "../../node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.mjs"() {
39011
38683
  "use strict";
39012
- init_esm_shims();
39013
38684
  init_dist13();
39014
38685
  import_picomatch = __toESM(require_picomatch2(), 1);
39015
38686
  isReadonlyArray3 = Array.isArray;
@@ -41215,7 +40886,6 @@ var isNothing_1, isObject_1, toArray_1, repeat_1, isNegativeZero_1, extend_1, co
41215
40886
  var init_js_yaml = __esm({
41216
40887
  "../../node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/dist/js-yaml.mjs"() {
41217
40888
  "use strict";
41218
- init_esm_shims();
41219
40889
  isNothing_1 = isNothing;
41220
40890
  isObject_1 = isObject2;
41221
40891
  toArray_1 = toArray6;
@@ -41663,7 +41333,6 @@ var init_js_yaml = __esm({
41663
41333
  var require_unicode = __commonJS({
41664
41334
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/unicode.js"(exports2, module2) {
41665
41335
  "use strict";
41666
- init_esm_shims();
41667
41336
  var Uni = module2.exports;
41668
41337
  module2.exports.isWhiteSpace = function isWhiteSpace(x) {
41669
41338
  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";
@@ -41692,7 +41361,6 @@ var require_unicode = __commonJS({
41692
41361
  var require_parse3 = __commonJS({
41693
41362
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/parse.js"(exports2, module2) {
41694
41363
  "use strict";
41695
- init_esm_shims();
41696
41364
  var Uni = require_unicode();
41697
41365
  function isHexDigit(x) {
41698
41366
  return x >= "0" && x <= "9" || x >= "A" && x <= "F" || x >= "a" && x <= "f";
@@ -42225,7 +41893,6 @@ var require_parse3 = __commonJS({
42225
41893
  var require_stringify = __commonJS({
42226
41894
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/stringify.js"(exports2, module2) {
42227
41895
  "use strict";
42228
- init_esm_shims();
42229
41896
  var Uni = require_unicode();
42230
41897
  if (!(function f() {
42231
41898
  }).name) {
@@ -42489,7 +42156,6 @@ var require_stringify = __commonJS({
42489
42156
  var require_analyze = __commonJS({
42490
42157
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/analyze.js"(exports2, module2) {
42491
42158
  "use strict";
42492
- init_esm_shims();
42493
42159
  var tokenize2 = require_parse3().tokenize;
42494
42160
  module2.exports.analyze = function analyzeJSON(input, options) {
42495
42161
  if (options == null) options = {};
@@ -42568,7 +42234,6 @@ var require_analyze = __commonJS({
42568
42234
  var require_document = __commonJS({
42569
42235
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/document.js"(exports2, module2) {
42570
42236
  "use strict";
42571
- init_esm_shims();
42572
42237
  var assert2 = __require("assert");
42573
42238
  var tokenize2 = require_parse3().tokenize;
42574
42239
  var stringify5 = require_stringify().stringify;
@@ -42908,7 +42573,6 @@ var require_document = __commonJS({
42908
42573
  var require_utils3 = __commonJS({
42909
42574
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/utils.js"(exports2, module2) {
42910
42575
  "use strict";
42911
- init_esm_shims();
42912
42576
  var FS = __require("fs");
42913
42577
  var jju2 = require_jju();
42914
42578
  module2.exports.register = function() {
@@ -42946,7 +42610,6 @@ var require_utils3 = __commonJS({
42946
42610
  var require_jju = __commonJS({
42947
42611
  "../../node_modules/.pnpm/jju@1.4.0/node_modules/jju/index.js"(exports2, module2) {
42948
42612
  "use strict";
42949
- init_esm_shims();
42950
42613
  module2.exports.__defineGetter__("parse", function() {
42951
42614
  return require_parse3().parse;
42952
42615
  });
@@ -43056,7 +42719,6 @@ var import_jju, InvalidMonorepoError, readJson, readJsonSync, BunTool, LernaTool
43056
42719
  var init_manypkg_tools = __esm({
43057
42720
  "../../node_modules/.pnpm/@manypkg+tools@2.1.0/node_modules/@manypkg/tools/dist/manypkg-tools.js"() {
43058
42721
  "use strict";
43059
- init_esm_shims();
43060
42722
  init_dist14();
43061
42723
  init_js_yaml();
43062
42724
  import_jju = __toESM(require_jju(), 1);
@@ -43646,7 +43308,6 @@ var DEFAULT_TOOLS, NoPkgJsonFound, NoMatchingMonorepoFound;
43646
43308
  var init_manypkg_find_root = __esm({
43647
43309
  "../../node_modules/.pnpm/@manypkg+find-root@3.1.0/node_modules/@manypkg/find-root/dist/manypkg-find-root.js"() {
43648
43310
  "use strict";
43649
- init_esm_shims();
43650
43311
  init_manypkg_tools();
43651
43312
  DEFAULT_TOOLS = [YarnTool, PnpmTool, NpmTool, BunTool, LernaTool, RushTool, RootTool];
43652
43313
  NoPkgJsonFound = class extends Error {
@@ -43691,7 +43352,6 @@ var PackageJsonMissingNameError;
43691
43352
  var init_manypkg_get_packages = __esm({
43692
43353
  "../../node_modules/.pnpm/@manypkg+get-packages@3.1.0/node_modules/@manypkg/get-packages/dist/manypkg-get-packages.js"() {
43693
43354
  "use strict";
43694
- init_esm_shims();
43695
43355
  init_manypkg_find_root();
43696
43356
  PackageJsonMissingNameError = class extends Error {
43697
43357
  constructor(directories) {
@@ -43712,7 +43372,6 @@ __export(commandExecutor_E44ID5U4_exports, {
43712
43372
  var init_commandExecutor_E44ID5U4 = __esm({
43713
43373
  "../version/dist/commandExecutor-E44ID5U4.js"() {
43714
43374
  "use strict";
43715
- init_esm_shims();
43716
43375
  init_chunk_LMPZV35Z();
43717
43376
  }
43718
43377
  });
@@ -43725,7 +43384,6 @@ __export(baseError_DQHIJACF_exports, {
43725
43384
  var init_baseError_DQHIJACF = __esm({
43726
43385
  "../version/dist/baseError-DQHIJACF.js"() {
43727
43386
  "use strict";
43728
- init_esm_shims();
43729
43387
  init_chunk_Q3FHZORY();
43730
43388
  }
43731
43389
  });
@@ -43740,7 +43398,7 @@ import { z as z23 } from "zod";
43740
43398
  import { z as z4 } from "zod";
43741
43399
  import * as fs24 from "fs";
43742
43400
  import * as os3 from "os";
43743
- import * as path24 from "path";
43401
+ import * as path23 from "path";
43744
43402
  import fs44 from "fs";
43745
43403
  import { cwd } from "process";
43746
43404
  import chalk5 from "chalk";
@@ -43786,7 +43444,7 @@ function substituteVariables3(value) {
43786
43444
  return process.env[varName] ?? "";
43787
43445
  });
43788
43446
  result = result.replace(filePattern, (_, filePath) => {
43789
- const expandedPath = filePath.startsWith("~") ? path24.join(os3.homedir(), filePath.slice(1)) : filePath;
43447
+ const expandedPath = filePath.startsWith("~") ? path23.join(os3.homedir(), filePath.slice(1)) : filePath;
43790
43448
  try {
43791
43449
  return fs24.readFileSync(expandedPath, "utf-8").trim();
43792
43450
  } catch {
@@ -45522,7 +45180,6 @@ var import_semver4, import_semver5, import_semver6, ConfigError4, MAX_JSONC_LENG
45522
45180
  var init_chunk_UBCKZYTO = __esm({
45523
45181
  "../version/dist/chunk-UBCKZYTO.js"() {
45524
45182
  "use strict";
45525
- init_esm_shims();
45526
45183
  init_chunk_Q3FHZORY();
45527
45184
  init_chunk_LMPZV35Z();
45528
45185
  init_dist9();
@@ -45836,8 +45493,8 @@ var init_chunk_UBCKZYTO = __esm({
45836
45493
  });
45837
45494
  MAX_INPUT_LENGTH3 = 1e4;
45838
45495
  SOLE_REFERENCE_PATTERN3 = /^\{(?:env|file):[^}]+\}$/;
45839
- AUTH_DIR3 = path24.join(os3.homedir(), ".config", "releasekit");
45840
- AUTH_FILE3 = path24.join(AUTH_DIR3, "auth.json");
45496
+ AUTH_DIR3 = path23.join(os3.homedir(), ".config", "releasekit");
45497
+ AUTH_FILE3 = path23.join(AUTH_DIR3, "auth.json");
45841
45498
  CONFIG_FILE3 = "releasekit.config.json";
45842
45499
  VersionError = class extends BaseVersionError {
45843
45500
  };
@@ -46262,7 +45919,6 @@ __export(dist_exports5, {
46262
45919
  var init_dist15 = __esm({
46263
45920
  "../version/dist/index.js"() {
46264
45921
  "use strict";
46265
- init_esm_shims();
46266
45922
  init_chunk_UBCKZYTO();
46267
45923
  init_chunk_Q3FHZORY();
46268
45924
  init_chunk_LMPZV35Z();
@@ -46270,20 +45926,18 @@ var init_dist15 = __esm({
46270
45926
  });
46271
45927
 
46272
45928
  // src/dispatcher.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 {
@@ -46381,7 +46035,6 @@ init_dist15();
46381
46035
  import { Command as Command7 } from "commander";
46382
46036
 
46383
46037
  // src/init-command.ts
46384
- init_esm_shims();
46385
46038
  import * as fs16 from "fs";
46386
46039
  init_dist();
46387
46040
  import { Command as Command4 } from "commander";
@@ -46431,14 +46084,9 @@ function createInitCommand() {
46431
46084
  }
46432
46085
 
46433
46086
  // src/preview-command.ts
46434
- init_esm_shims();
46435
46087
  import { Command as Command5 } from "commander";
46436
46088
 
46437
- // src/preview.ts
46438
- init_esm_shims();
46439
-
46440
46089
  // ../config/dist/index.js
46441
- init_esm_shims();
46442
46090
  import * as TOML4 from "smol-toml";
46443
46091
  import * as fs35 from "fs";
46444
46092
  import * as path35 from "path";
@@ -46446,7 +46094,7 @@ import { z as z24 } from "zod";
46446
46094
  import { z as z5 } from "zod";
46447
46095
  import * as fs25 from "fs";
46448
46096
  import * as os4 from "os";
46449
- import * as path25 from "path";
46097
+ import * as path24 from "path";
46450
46098
  var ConfigError5 = class extends ReleaseKitError {
46451
46099
  code = "CONFIG_ERROR";
46452
46100
  suggestions;
@@ -46770,7 +46418,7 @@ function substituteVariables4(value) {
46770
46418
  return process.env[varName] ?? "";
46771
46419
  });
46772
46420
  result = result.replace(filePattern, (_, filePath) => {
46773
- const expandedPath = filePath.startsWith("~") ? path25.join(os4.homedir(), filePath.slice(1)) : filePath;
46421
+ const expandedPath = filePath.startsWith("~") ? path24.join(os4.homedir(), filePath.slice(1)) : filePath;
46774
46422
  try {
46775
46423
  return fs25.readFileSync(expandedPath, "utf-8").trim();
46776
46424
  } catch {
@@ -46800,8 +46448,8 @@ function substituteInObject4(obj) {
46800
46448
  }
46801
46449
  return obj;
46802
46450
  }
46803
- var AUTH_DIR4 = path25.join(os4.homedir(), ".config", "releasekit");
46804
- var AUTH_FILE4 = path25.join(AUTH_DIR4, "auth.json");
46451
+ var AUTH_DIR4 = path24.join(os4.homedir(), ".config", "releasekit");
46452
+ var AUTH_FILE4 = path24.join(AUTH_DIR4, "auth.json");
46805
46453
  var CONFIG_FILE4 = "releasekit.config.json";
46806
46454
  function loadConfigFile4(configPath) {
46807
46455
  if (!fs35.existsSync(configPath)) {
@@ -46835,7 +46483,6 @@ function loadCIConfig(options) {
46835
46483
  }
46836
46484
 
46837
46485
  // src/preview-context.ts
46838
- init_esm_shims();
46839
46486
  import * as fs17 from "fs";
46840
46487
  function resolvePreviewContext(opts) {
46841
46488
  const token = process.env.GITHUB_TOKEN;
@@ -46879,7 +46526,6 @@ function resolveRepo(cliValue) {
46879
46526
  }
46880
46527
 
46881
46528
  // src/preview-detect.ts
46882
- init_esm_shims();
46883
46529
  import * as fs18 from "fs";
46884
46530
  import * as path18 from "path";
46885
46531
  function detectPrerelease(packagePaths, projectDir) {
@@ -46905,7 +46551,6 @@ function parsePrerelease(version) {
46905
46551
  }
46906
46552
 
46907
46553
  // src/preview-format.ts
46908
- init_esm_shims();
46909
46554
  var MARKER = "<!-- releasekit-preview -->";
46910
46555
  var FOOTER = "*Updated automatically by [ReleaseKit](https://github.com/goosewobbler/releasekit)*";
46911
46556
  var TYPE_LABELS2 = {
@@ -47076,7 +46721,6 @@ function capitalize2(str3) {
47076
46721
  }
47077
46722
 
47078
46723
  // src/preview-github.ts
47079
- init_esm_shims();
47080
46724
  import { Octokit } from "@octokit/rest";
47081
46725
  function createOctokit(token) {
47082
46726
  return new Octokit({ auth: token });
@@ -47125,7 +46769,6 @@ async function postOrUpdateComment(octokit, owner, repo, prNumber, body) {
47125
46769
  }
47126
46770
 
47127
46771
  // src/release.ts
47128
- init_esm_shims();
47129
46772
  import { execSync as execSync2 } from "child_process";
47130
46773
  function getHeadCommitMessage(cwd3) {
47131
46774
  try {
@@ -47440,7 +47083,6 @@ function createPreviewCommand() {
47440
47083
  }
47441
47084
 
47442
47085
  // src/release-command.ts
47443
- init_esm_shims();
47444
47086
  import { Command as Command6, Option } from "commander";
47445
47087
  function createReleaseCommand() {
47446
47088
  return new Command6("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) => {
@@ -47491,7 +47133,7 @@ function createDispatcherProgram() {
47491
47133
  }
47492
47134
  var isMain = (() => {
47493
47135
  try {
47494
- return process.argv[1] ? realpathSync(process.argv[1]) === fileURLToPath5(import.meta.url) : false;
47136
+ return process.argv[1] ? realpathSync(process.argv[1]) === fileURLToPath4(import.meta.url) : false;
47495
47137
  } catch {
47496
47138
  return false;
47497
47139
  }