autotel-subscribers 17.0.0 → 18.0.0

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.
@@ -115,11 +115,11 @@ function normalizeWindowsPath(path) {
115
115
  return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
116
116
  }
117
117
  var init_module_node = __esm({
118
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
118
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
119
119
  }
120
120
  });
121
121
 
122
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs
122
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs
123
123
  function getFlagDetailFromFlagAndPayload(key, value, payload) {
124
124
  return {
125
125
  key,
@@ -136,7 +136,7 @@ function getFlagDetailFromFlagAndPayload(key, value, payload) {
136
136
  }
137
137
  var normalizeFlagsResponse, getFlagValuesFromFlags, getPayloadsFromFlags, getFeatureFlagValue, parsePayload;
138
138
  var init_featureFlagUtils = __esm({
139
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
139
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
140
140
  normalizeFlagsResponse = (flagsResponse) => {
141
141
  if ("flags" in flagsResponse) {
142
142
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -194,10 +194,10 @@ var init_featureFlagUtils = __esm({
194
194
  }
195
195
  });
196
196
 
197
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
197
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
198
198
  var DIGITS, UUID, V7Generator, getDefaultRandom, defaultGenerator, uuidv7, uuidv7obj;
199
199
  var init_uuidv7 = __esm({
200
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
200
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
201
201
  DIGITS = "0123456789abcdef";
202
202
  UUID = class _UUID {
203
203
  constructor(bytes) {
@@ -358,10 +358,10 @@ var init_uuidv7 = __esm({
358
358
  }
359
359
  });
360
360
 
361
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs
361
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs
362
362
  var DEFAULT_BLOCKED_UA_STRS, isBlockedUA;
363
363
  var init_bot_detection = __esm({
364
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
364
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
365
365
  DEFAULT_BLOCKED_UA_STRS = [
366
366
  "amazonbot",
367
367
  "amazonproductbot",
@@ -452,14 +452,16 @@ var init_bot_detection = __esm({
452
452
  }
453
453
  });
454
454
 
455
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/types.mjs
455
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs
456
456
  var types_PostHogPersistedProperty, FeatureFlagError;
457
457
  var init_types = __esm({
458
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/types.mjs"() {
458
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs"() {
459
459
  types_PostHogPersistedProperty = /* @__PURE__ */ (function(PostHogPersistedProperty) {
460
460
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
461
461
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
462
462
  PostHogPersistedProperty["Props"] = "props";
463
+ PostHogPersistedProperty["EnablePersonProcessing"] = "enable_person_processing";
464
+ PostHogPersistedProperty["PersonMode"] = "person_mode";
463
465
  PostHogPersistedProperty["FeatureFlagDetails"] = "feature_flag_details";
464
466
  PostHogPersistedProperty["FeatureFlags"] = "feature_flags";
465
467
  PostHogPersistedProperty["FeatureFlagPayloads"] = "feature_flag_payloads";
@@ -496,13 +498,13 @@ var init_types = __esm({
496
498
  }
497
499
  });
498
500
 
499
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/string-utils.mjs
501
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs
500
502
  var init_string_utils = __esm({
501
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
503
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
502
504
  }
503
505
  });
504
506
 
505
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/type-utils.mjs
507
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs
506
508
  function isPrimitive(value) {
507
509
  return null === value || "object" != typeof value;
508
510
  }
@@ -527,7 +529,7 @@ function isInstanceOf(candidate, base) {
527
529
  }
528
530
  var nativeIsArray, ObjProto, type_utils_toString, isArray, isObject, isUndefined, isString, isEmptyString, isNumber, isPlainError;
529
531
  var init_type_utils = __esm({
530
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
532
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
531
533
  init_types();
532
534
  init_string_utils();
533
535
  nativeIsArray = Array.isArray;
@@ -546,7 +548,7 @@ var init_type_utils = __esm({
546
548
  }
547
549
  });
548
550
 
549
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/number-utils.mjs
551
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs
550
552
  function clampToRange(value, min, max, logger, fallbackValue) {
551
553
  if (min > max) {
552
554
  logger.warn("min cannot be greater than max.");
@@ -564,15 +566,15 @@ function clampToRange(value, min, max, logger, fallbackValue) {
564
566
  return clampToRange(max, min, max, logger);
565
567
  }
566
568
  var init_number_utils = __esm({
567
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
569
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
568
570
  init_type_utils();
569
571
  }
570
572
  });
571
573
 
572
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
574
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
573
575
  var ONE_DAY_IN_MS, BucketedRateLimiter;
574
576
  var init_bucketed_rate_limiter = __esm({
575
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
577
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
576
578
  init_number_utils();
577
579
  ONE_DAY_IN_MS = 864e5;
578
580
  BucketedRateLimiter = class {
@@ -616,10 +618,10 @@ var init_bucketed_rate_limiter = __esm({
616
618
  }
617
619
  });
618
620
 
619
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs
621
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs
620
622
  var PromiseQueue;
621
623
  var init_promise_queue = __esm({
622
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
624
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
623
625
  init_uuidv7();
624
626
  PromiseQueue = class {
625
627
  add(promise) {
@@ -650,7 +652,7 @@ var init_promise_queue = __esm({
650
652
  }
651
653
  });
652
654
 
653
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/logger.mjs
655
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs
654
656
  function createConsole(consoleLike = console) {
655
657
  const lockedMethods = {
656
658
  log: consoleLike.log.bind(consoleLike),
@@ -665,7 +667,7 @@ function createLogger(prefix, maybeCall = passThrough) {
665
667
  }
666
668
  var _createLogger, passThrough;
667
669
  var init_logger = __esm({
668
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/logger.mjs"() {
670
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs"() {
669
671
  _createLogger = (prefix, maybeCall, consoleLike) => {
670
672
  function _log(level, ...args) {
671
673
  maybeCall(() => {
@@ -694,10 +696,10 @@ var init_logger = __esm({
694
696
  }
695
697
  });
696
698
 
697
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
699
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
698
700
  var MOBILE, TABLET, GENERIC;
699
701
  var init_user_agent_utils = __esm({
700
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
702
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
701
703
  init_string_utils();
702
704
  init_type_utils();
703
705
  MOBILE = "Mobile";
@@ -708,7 +710,7 @@ var init_user_agent_utils = __esm({
708
710
  }
709
711
  });
710
712
 
711
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/index.mjs
713
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs
712
714
  function assert(truthyValue, message2) {
713
715
  if (!truthyValue || "string" != typeof truthyValue || isEmpty(truthyValue)) throw new Error(message2);
714
716
  }
@@ -752,7 +754,7 @@ function allSettled(promises) {
752
754
  }
753
755
  var STRING_FORMAT, isError;
754
756
  var init_utils = __esm({
755
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/index.mjs"() {
757
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs"() {
756
758
  init_bot_detection();
757
759
  init_bucketed_rate_limiter();
758
760
  init_number_utils();
@@ -766,10 +768,10 @@ var init_utils = __esm({
766
768
  }
767
769
  });
768
770
 
769
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/eventemitter.mjs
771
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs
770
772
  var SimpleEventEmitter;
771
773
  var init_eventemitter = __esm({
772
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/eventemitter.mjs"() {
774
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs"() {
773
775
  SimpleEventEmitter = class {
774
776
  constructor() {
775
777
  this.events = {};
@@ -790,7 +792,7 @@ var init_eventemitter = __esm({
790
792
  }
791
793
  });
792
794
 
793
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/gzip.mjs
795
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs
794
796
  function isGzipSupported() {
795
797
  return "CompressionStream" in globalThis;
796
798
  }
@@ -809,11 +811,11 @@ async function gzipCompress(input, isDebug = true) {
809
811
  }
810
812
  }
811
813
  var init_gzip = __esm({
812
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/gzip.mjs"() {
814
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs"() {
813
815
  }
814
816
  });
815
817
 
816
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
818
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
817
819
  async function logFlushError(err) {
818
820
  if (err instanceof PostHogFetchHttpError) {
819
821
  let text = "";
@@ -833,7 +835,7 @@ function isPostHogFetchContentTooLargeError(err) {
833
835
  }
834
836
  var PostHogFetchHttpError, PostHogFetchNetworkError, PostHogCoreStateless;
835
837
  var init_posthog_core_stateless = __esm({
836
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
838
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
837
839
  init_eventemitter();
838
840
  init_featureFlagUtils();
839
841
  init_gzip();
@@ -1486,9 +1488,9 @@ var init_posthog_core_stateless = __esm({
1486
1488
  }
1487
1489
  });
1488
1490
 
1489
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core.mjs
1491
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs
1490
1492
  var init_posthog_core = __esm({
1491
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core.mjs"() {
1493
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs"() {
1492
1494
  init_featureFlagUtils();
1493
1495
  init_types();
1494
1496
  init_posthog_core_stateless();
@@ -1497,7 +1499,7 @@ var init_posthog_core = __esm({
1497
1499
  }
1498
1500
  });
1499
1501
 
1500
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
1502
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
1501
1503
  function getFilenameToChunkIdMap(stackParser) {
1502
1504
  const chunkIdMap = globalThis._posthogChunkIds;
1503
1505
  if (!chunkIdMap) return;
@@ -1530,14 +1532,14 @@ function getFilenameToChunkIdMap(stackParser) {
1530
1532
  }
1531
1533
  var parsedStackResults, lastKeysCount, cachedFilenameChunkIds;
1532
1534
  var init_chunk_ids = __esm({
1533
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
1535
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
1534
1536
  }
1535
1537
  });
1536
1538
 
1537
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
1539
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
1538
1540
  var MAX_CAUSE_RECURSION, ErrorPropertiesBuilder;
1539
1541
  var init_error_properties_builder = __esm({
1540
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
1542
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
1541
1543
  init_utils();
1542
1544
  init_chunk_ids();
1543
1545
  MAX_CAUSE_RECURSION = 4;
@@ -1651,7 +1653,7 @@ var init_error_properties_builder = __esm({
1651
1653
  }
1652
1654
  });
1653
1655
 
1654
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
1656
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
1655
1657
  function createFrame(platform, filename, func, lineno, colno) {
1656
1658
  const frame = {
1657
1659
  platform,
@@ -1665,16 +1667,16 @@ function createFrame(platform, filename, func, lineno, colno) {
1665
1667
  }
1666
1668
  var UNKNOWN_FUNCTION;
1667
1669
  var init_base = __esm({
1668
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
1670
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
1669
1671
  init_utils();
1670
1672
  UNKNOWN_FUNCTION = "?";
1671
1673
  }
1672
1674
  });
1673
1675
 
1674
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
1676
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
1675
1677
  var extractSafariExtensionDetails;
1676
1678
  var init_safari = __esm({
1677
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
1679
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
1678
1680
  init_base();
1679
1681
  extractSafariExtensionDetails = (func, filename) => {
1680
1682
  const isSafariExtension = -1 !== func.indexOf("safari-extension");
@@ -1690,10 +1692,10 @@ var init_safari = __esm({
1690
1692
  }
1691
1693
  });
1692
1694
 
1693
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
1695
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
1694
1696
  var chromeRegexNoFnName, chromeRegex, chromeEvalRegex, chromeStackLineParser;
1695
1697
  var init_chrome = __esm({
1696
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
1698
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
1697
1699
  init_base();
1698
1700
  init_safari();
1699
1701
  chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
@@ -1723,10 +1725,10 @@ var init_chrome = __esm({
1723
1725
  }
1724
1726
  });
1725
1727
 
1726
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
1728
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
1727
1729
  var geckoREgex, geckoEvalRegex, geckoStackLineParser;
1728
1730
  var init_gecko = __esm({
1729
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
1731
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
1730
1732
  init_base();
1731
1733
  init_safari();
1732
1734
  geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
@@ -1753,10 +1755,10 @@ var init_gecko = __esm({
1753
1755
  }
1754
1756
  });
1755
1757
 
1756
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
1758
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
1757
1759
  var winjsRegex, winjsStackLineParser;
1758
1760
  var init_winjs = __esm({
1759
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
1761
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
1760
1762
  init_base();
1761
1763
  winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
1762
1764
  winjsStackLineParser = (line, platform) => {
@@ -1766,10 +1768,10 @@ var init_winjs = __esm({
1766
1768
  }
1767
1769
  });
1768
1770
 
1769
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
1771
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
1770
1772
  var opera10Regex, opera10StackLineParser, opera11Regex, opera11StackLineParser;
1771
1773
  var init_opera = __esm({
1772
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
1774
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
1773
1775
  init_base();
1774
1776
  opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
1775
1777
  opera10StackLineParser = (line, platform) => {
@@ -1784,7 +1786,7 @@ var init_opera = __esm({
1784
1786
  }
1785
1787
  });
1786
1788
 
1787
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
1789
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
1788
1790
  function filenameIsInApp(filename, isNative = false) {
1789
1791
  const isInternal = isNative || filename && !filename.startsWith("/") && !filename.match(/^[A-Z]:/) && !filename.startsWith(".") && !filename.match(/^[a-zA-Z]([a-zA-Z0-9.\-+])*:\/\//);
1790
1792
  return !isInternal && void 0 !== filename && !filename.includes("node_modules/");
@@ -1794,7 +1796,7 @@ function _parseIntOrUndefined(input) {
1794
1796
  }
1795
1797
  var FILENAME_MATCH, FULL_MATCH, nodeStackLineParser;
1796
1798
  var init_node = __esm({
1797
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
1799
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
1798
1800
  init_base();
1799
1801
  FILENAME_MATCH = /^\s*[-]{4,}$/;
1800
1802
  FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
@@ -1855,7 +1857,7 @@ var init_node = __esm({
1855
1857
  }
1856
1858
  });
1857
1859
 
1858
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
1860
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
1859
1861
  function reverseAndStripFrames(stack) {
1860
1862
  if (!stack.length) return [];
1861
1863
  const localStack = Array.from(stack);
@@ -1896,7 +1898,7 @@ function createStackParser(platform, ...parsers) {
1896
1898
  }
1897
1899
  var WEBPACK_ERROR_REGEXP, STACKTRACE_FRAME_LIMIT;
1898
1900
  var init_parsers = __esm({
1899
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
1901
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
1900
1902
  init_base();
1901
1903
  init_chrome();
1902
1904
  init_gecko();
@@ -1908,10 +1910,10 @@ var init_parsers = __esm({
1908
1910
  }
1909
1911
  });
1910
1912
 
1911
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
1913
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
1912
1914
  var DOMExceptionCoercer;
1913
1915
  var init_dom_exception_coercer = __esm({
1914
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
1916
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
1915
1917
  init_utils();
1916
1918
  DOMExceptionCoercer = class {
1917
1919
  match(err) {
@@ -1945,10 +1947,10 @@ var init_dom_exception_coercer = __esm({
1945
1947
  }
1946
1948
  });
1947
1949
 
1948
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
1950
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
1949
1951
  var ErrorCoercer;
1950
1952
  var init_error_coercer = __esm({
1951
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
1953
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
1952
1954
  init_utils();
1953
1955
  ErrorCoercer = class {
1954
1956
  match(err) {
@@ -1978,10 +1980,10 @@ var init_error_coercer = __esm({
1978
1980
  }
1979
1981
  });
1980
1982
 
1981
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
1983
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
1982
1984
  var ErrorEventCoercer;
1983
1985
  var init_error_event_coercer = __esm({
1984
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
1986
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
1985
1987
  init_utils();
1986
1988
  ErrorEventCoercer = class {
1987
1989
  constructor() {
@@ -2003,10 +2005,10 @@ var init_error_event_coercer = __esm({
2003
2005
  }
2004
2006
  });
2005
2007
 
2006
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
2008
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
2007
2009
  var ERROR_TYPES_PATTERN, StringCoercer;
2008
2010
  var init_string_coercer = __esm({
2009
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
2011
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
2010
2012
  ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
2011
2013
  StringCoercer = class {
2012
2014
  match(input) {
@@ -2038,10 +2040,10 @@ var init_string_coercer = __esm({
2038
2040
  }
2039
2041
  });
2040
2042
 
2041
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/types.mjs
2043
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs
2042
2044
  var severityLevels;
2043
2045
  var init_types2 = __esm({
2044
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
2046
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
2045
2047
  severityLevels = [
2046
2048
  "fatal",
2047
2049
  "error",
@@ -2053,7 +2055,7 @@ var init_types2 = __esm({
2053
2055
  }
2054
2056
  });
2055
2057
 
2056
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
2058
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
2057
2059
  function extractExceptionKeysForMessage(err, maxLength = 40) {
2058
2060
  const keys = Object.keys(err);
2059
2061
  keys.sort();
@@ -2068,14 +2070,14 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
2068
2070
  return "";
2069
2071
  }
2070
2072
  var init_utils2 = __esm({
2071
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
2073
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
2072
2074
  }
2073
2075
  });
2074
2076
 
2075
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
2077
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
2076
2078
  var ObjectCoercer;
2077
2079
  var init_object_coercer = __esm({
2078
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
2080
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
2079
2081
  init_utils();
2080
2082
  init_types2();
2081
2083
  init_utils2();
@@ -2129,10 +2131,10 @@ var init_object_coercer = __esm({
2129
2131
  }
2130
2132
  });
2131
2133
 
2132
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
2134
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
2133
2135
  var EventCoercer;
2134
2136
  var init_event_coercer = __esm({
2135
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
2137
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
2136
2138
  init_utils();
2137
2139
  init_utils2();
2138
2140
  EventCoercer = class {
@@ -2152,10 +2154,10 @@ var init_event_coercer = __esm({
2152
2154
  }
2153
2155
  });
2154
2156
 
2155
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
2157
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
2156
2158
  var PrimitiveCoercer;
2157
2159
  var init_primitive_coercer = __esm({
2158
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
2160
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
2159
2161
  init_utils();
2160
2162
  PrimitiveCoercer = class {
2161
2163
  match(candidate) {
@@ -2173,10 +2175,10 @@ var init_primitive_coercer = __esm({
2173
2175
  }
2174
2176
  });
2175
2177
 
2176
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
2178
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
2177
2179
  var PromiseRejectionEventCoercer;
2178
2180
  var init_promise_rejection_event = __esm({
2179
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
2181
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
2180
2182
  init_utils();
2181
2183
  PromiseRejectionEventCoercer = class {
2182
2184
  match(err) {
@@ -2205,9 +2207,9 @@ var init_promise_rejection_event = __esm({
2205
2207
  }
2206
2208
  });
2207
2209
 
2208
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
2210
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
2209
2211
  var init_coercers = __esm({
2210
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
2212
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
2211
2213
  init_dom_exception_coercer();
2212
2214
  init_error_coercer();
2213
2215
  init_error_event_coercer();
@@ -2219,10 +2221,10 @@ var init_coercers = __esm({
2219
2221
  }
2220
2222
  });
2221
2223
 
2222
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs
2224
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs
2223
2225
  var ReduceableCache;
2224
2226
  var init_utils3 = __esm({
2225
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
2227
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
2226
2228
  ReduceableCache = class {
2227
2229
  constructor(_maxSize) {
2228
2230
  this._maxSize = _maxSize;
@@ -2248,7 +2250,7 @@ var init_utils3 = __esm({
2248
2250
  }
2249
2251
  });
2250
2252
 
2251
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/index.mjs
2253
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs
2252
2254
  var error_tracking_exports = {};
2253
2255
  __export(error_tracking_exports, {
2254
2256
  DOMExceptionCoercer: () => DOMExceptionCoercer,
@@ -2272,7 +2274,7 @@ __export(error_tracking_exports, {
2272
2274
  winjsStackLineParser: () => winjsStackLineParser
2273
2275
  });
2274
2276
  var init_error_tracking = __esm({
2275
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
2277
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
2276
2278
  init_error_properties_builder();
2277
2279
  init_parsers();
2278
2280
  init_coercers();
@@ -2280,9 +2282,9 @@ var init_error_tracking = __esm({
2280
2282
  }
2281
2283
  });
2282
2284
 
2283
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/index.mjs
2285
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs
2284
2286
  var init_dist = __esm({
2285
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/index.mjs"() {
2287
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs"() {
2286
2288
  init_featureFlagUtils();
2287
2289
  init_uuidv7();
2288
2290
  init_utils();
@@ -2473,7 +2475,7 @@ function snipLine(line, colno) {
2473
2475
  }
2474
2476
  var LRU_FILE_CONTENTS_CACHE, LRU_FILE_CONTENTS_FS_READ_FAILED, DEFAULT_LINES_OF_CONTEXT, MAX_CONTEXTLINES_COLNO, MAX_CONTEXTLINES_LINENO;
2475
2477
  var init_context_lines_node = __esm({
2476
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
2478
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
2477
2479
  init_dist();
2478
2480
  LRU_FILE_CONTENTS_CACHE = new error_tracking_exports.ReduceableCache(25);
2479
2481
  LRU_FILE_CONTENTS_FS_READ_FAILED = new error_tracking_exports.ReduceableCache(20);
@@ -2483,7 +2485,7 @@ var init_context_lines_node = __esm({
2483
2485
  }
2484
2486
  });
2485
2487
 
2486
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
2488
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
2487
2489
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
2488
2490
  let calledFatalError = false;
2489
2491
  return Object.assign((error) => {
@@ -2515,14 +2517,14 @@ function addUnhandledRejectionListener(captureFn) {
2515
2517
  }));
2516
2518
  }
2517
2519
  var init_autocapture = __esm({
2518
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
2520
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
2519
2521
  }
2520
2522
  });
2521
2523
 
2522
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
2524
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
2523
2525
  var SHUTDOWN_TIMEOUT, ErrorTracking;
2524
2526
  var init_error_tracking2 = __esm({
2525
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
2527
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
2526
2528
  init_autocapture();
2527
2529
  init_dist();
2528
2530
  SHUTDOWN_TIMEOUT = 2e3;
@@ -2593,18 +2595,18 @@ var init_error_tracking2 = __esm({
2593
2595
  }
2594
2596
  });
2595
2597
 
2596
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/version.mjs
2598
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs
2597
2599
  var version;
2598
2600
  var init_version = __esm({
2599
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/version.mjs"() {
2600
- version = "5.24.1";
2601
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs"() {
2602
+ version = "5.24.2";
2601
2603
  }
2602
2604
  });
2603
2605
 
2604
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/types.mjs
2606
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs
2605
2607
  var FeatureFlagError2;
2606
2608
  var init_types3 = __esm({
2607
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/types.mjs"() {
2609
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs"() {
2608
2610
  FeatureFlagError2 = {
2609
2611
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
2610
2612
  FLAG_MISSING: "flag_missing",
@@ -2614,7 +2616,7 @@ var init_types3 = __esm({
2614
2616
  }
2615
2617
  });
2616
2618
 
2617
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
2619
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
2618
2620
  async function hashSHA1(text) {
2619
2621
  const subtle = globalThis.crypto?.subtle;
2620
2622
  if (!subtle) throw new Error("SubtleCrypto API not available");
@@ -2623,11 +2625,11 @@ async function hashSHA1(text) {
2623
2625
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
2624
2626
  }
2625
2627
  var init_crypto = __esm({
2626
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
2628
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
2627
2629
  }
2628
2630
  });
2629
2631
 
2630
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
2632
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
2631
2633
  async function _hash(key, distinctId, salt = "") {
2632
2634
  const hashString = await hashSHA1(`${key}.${distinctId}${salt}`);
2633
2635
  return parseInt(hashString.slice(0, 15), 16) / LONG_SCALE;
@@ -2795,7 +2797,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
2795
2797
  }
2796
2798
  var SIXTY_SECONDS, LONG_SCALE, NULL_VALUES_ALLOWED_OPERATORS, ClientError, InconclusiveMatchError, RequiresServerEvaluation, FeatureFlagsPoller;
2797
2799
  var init_feature_flags = __esm({
2798
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
2800
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
2799
2801
  init_dist();
2800
2802
  init_crypto();
2801
2803
  SIXTY_SECONDS = 6e4;
@@ -3208,10 +3210,10 @@ var init_feature_flags = __esm({
3208
3210
  }
3209
3211
  });
3210
3212
 
3211
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/storage-memory.mjs
3213
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs
3212
3214
  var PostHogMemoryStorage;
3213
3215
  var init_storage_memory = __esm({
3214
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/storage-memory.mjs"() {
3216
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs"() {
3215
3217
  PostHogMemoryStorage = class {
3216
3218
  getProperty(key) {
3217
3219
  return this._memoryStorage[key];
@@ -3226,10 +3228,10 @@ var init_storage_memory = __esm({
3226
3228
  }
3227
3229
  });
3228
3230
 
3229
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/client.mjs
3231
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs
3230
3232
  var MINIMUM_POLLING_INTERVAL, THIRTY_SECONDS, MAX_CACHE_SIZE, PostHogBackendClient;
3231
3233
  var init_client = __esm({
3232
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/client.mjs"() {
3234
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs"() {
3233
3235
  init_version();
3234
3236
  init_dist();
3235
3237
  init_types3();
@@ -3837,7 +3839,7 @@ var init_client = __esm({
3837
3839
  });
3838
3840
  var PostHogContext;
3839
3841
  var init_context = __esm({
3840
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
3842
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
3841
3843
  PostHogContext = class {
3842
3844
  constructor() {
3843
3845
  this.storage = new async_hooks.AsyncLocalStorage();
@@ -3865,7 +3867,7 @@ var init_context = __esm({
3865
3867
  }
3866
3868
  });
3867
3869
 
3868
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
3870
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
3869
3871
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
3870
3872
  "error"
3871
3873
  ], sendExceptionsToPostHog = true } = {}) {
@@ -3921,7 +3923,7 @@ function sentryIntegration(_posthog, options) {
3921
3923
  }
3922
3924
  var NAME, PostHogSentryIntegration;
3923
3925
  var init_sentry_integration = __esm({
3924
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
3926
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
3925
3927
  NAME = "posthog-node";
3926
3928
  PostHogSentryIntegration = class {
3927
3929
  static #_ = this.POSTHOG_ID_TAG = "posthog_distinct_id";
@@ -3943,7 +3945,7 @@ var init_sentry_integration = __esm({
3943
3945
  }
3944
3946
  });
3945
3947
 
3946
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/express.mjs
3948
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs
3947
3949
  function setupExpressErrorHandler(_posthog, app) {
3948
3950
  app.use(posthogErrorHandler(_posthog));
3949
3951
  }
@@ -3975,14 +3977,14 @@ function posthogErrorHandler(posthog) {
3975
3977
  };
3976
3978
  }
3977
3979
  var init_express = __esm({
3978
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/express.mjs"() {
3980
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs"() {
3979
3981
  init_error_tracking2();
3980
3982
  }
3981
3983
  });
3982
3984
 
3983
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/exports.mjs
3985
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs
3984
3986
  var init_exports = __esm({
3985
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/exports.mjs"() {
3987
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs"() {
3986
3988
  init_dist();
3987
3989
  init_sentry_integration();
3988
3990
  init_express();
@@ -3990,7 +3992,7 @@ var init_exports = __esm({
3990
3992
  }
3991
3993
  });
3992
3994
 
3993
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/entrypoints/index.node.mjs
3995
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
3994
3996
  var index_node_exports = {};
3995
3997
  __export(index_node_exports, {
3996
3998
  FeatureFlagError: () => FeatureFlagError,
@@ -4002,7 +4004,7 @@ __export(index_node_exports, {
4002
4004
  });
4003
4005
  var PostHog;
4004
4006
  var init_index_node = __esm({
4005
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
4007
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
4006
4008
  init_module_node();
4007
4009
  init_context_lines_node();
4008
4010
  init_error_tracking2();
@@ -7574,10 +7576,10 @@ var init_tslib_es6 = __esm({
7574
7576
  }
7575
7577
  });
7576
7578
 
7577
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
7579
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
7578
7580
  var IdentifyOperation, SpecialEventType;
7579
7581
  var init_event = __esm({
7580
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
7582
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
7581
7583
  (function(IdentifyOperation3) {
7582
7584
  IdentifyOperation3["SET"] = "$set";
7583
7585
  IdentifyOperation3["SET_ONCE"] = "$setOnce";
@@ -7598,10 +7600,10 @@ var init_event = __esm({
7598
7600
  }
7599
7601
  });
7600
7602
 
7601
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
7603
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
7602
7604
  var UNSET_VALUE, AMPLITUDE_PREFIX, STORAGE_PREFIX, DEFAULT_INSTANCE_NAME, AMPLITUDE_SERVER_URL, EU_AMPLITUDE_SERVER_URL, AMPLITUDE_BATCH_SERVER_URL, EU_AMPLITUDE_BATCH_SERVER_URL;
7603
7605
  var init_constants = __esm({
7604
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
7606
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
7605
7607
  UNSET_VALUE = "-";
7606
7608
  AMPLITUDE_PREFIX = "AMP";
7607
7609
  STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
@@ -7613,10 +7615,10 @@ var init_constants = __esm({
7613
7615
  }
7614
7616
  });
7615
7617
 
7616
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
7618
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
7617
7619
  var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
7618
7620
  var init_valid_properties = __esm({
7619
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
7621
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
7620
7622
  init_tslib_es6();
7621
7623
  MAX_PROPERTY_KEYS = 1e3;
7622
7624
  isValidObject = function(properties) {
@@ -7671,10 +7673,10 @@ var init_valid_properties = __esm({
7671
7673
  }
7672
7674
  });
7673
7675
 
7674
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
7676
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
7675
7677
  var Identify, IdentifyOperation2, OrderedIdentifyOperations;
7676
7678
  var init_identify = __esm({
7677
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
7679
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
7678
7680
  init_tslib_es6();
7679
7681
  init_constants();
7680
7682
  init_valid_properties();
@@ -7785,10 +7787,10 @@ var init_identify = __esm({
7785
7787
  }
7786
7788
  });
7787
7789
 
7788
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
7790
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
7789
7791
  var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
7790
7792
  var init_messages = __esm({
7791
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
7793
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
7792
7794
  SUCCESS_MESSAGE = "Event tracked successfully";
7793
7795
  UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
7794
7796
  MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
@@ -7799,10 +7801,10 @@ var init_messages = __esm({
7799
7801
  }
7800
7802
  });
7801
7803
 
7802
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
7804
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
7803
7805
  var Status;
7804
7806
  var init_status = __esm({
7805
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
7807
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
7806
7808
  (function(Status2) {
7807
7809
  Status2["Unknown"] = "unknown";
7808
7810
  Status2["Skipped"] = "skipped";
@@ -7817,10 +7819,10 @@ var init_status = __esm({
7817
7819
  }
7818
7820
  });
7819
7821
 
7820
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
7822
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
7821
7823
  var buildResult;
7822
7824
  var init_result_builder = __esm({
7823
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
7825
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
7824
7826
  init_status();
7825
7827
  buildResult = function(event, code, message2) {
7826
7828
  if (code === void 0) {
@@ -7834,10 +7836,10 @@ var init_result_builder = __esm({
7834
7836
  }
7835
7837
  });
7836
7838
 
7837
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
7839
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
7838
7840
  var getGlobalScope;
7839
7841
  var init_global_scope = __esm({
7840
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
7842
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
7841
7843
  getGlobalScope = function() {
7842
7844
  var ampIntegrationContextName = "ampIntegrationContext";
7843
7845
  if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
@@ -7860,10 +7862,10 @@ var init_global_scope = __esm({
7860
7862
  }
7861
7863
  });
7862
7864
 
7863
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
7865
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
7864
7866
  var legacyUUID, hex, UUID2;
7865
7867
  var init_uuid = __esm({
7866
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
7868
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
7867
7869
  init_tslib_es6();
7868
7870
  init_global_scope();
7869
7871
  legacyUUID = function(a) {
@@ -7907,10 +7909,10 @@ var init_uuid = __esm({
7907
7909
  }
7908
7910
  });
7909
7911
 
7910
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
7912
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
7911
7913
  var Timeline;
7912
7914
  var init_timeline = __esm({
7913
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
7915
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
7914
7916
  init_tslib_es6();
7915
7917
  init_result_builder();
7916
7918
  init_uuid();
@@ -8212,10 +8214,10 @@ var init_timeline = __esm({
8212
8214
  }
8213
8215
  });
8214
8216
 
8215
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
8217
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
8216
8218
  var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
8217
8219
  var init_event_builder = __esm({
8218
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
8220
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
8219
8221
  init_tslib_es6();
8220
8222
  init_identify();
8221
8223
  init_event();
@@ -8245,10 +8247,10 @@ var init_event_builder = __esm({
8245
8247
  }
8246
8248
  });
8247
8249
 
8248
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
8250
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
8249
8251
  var returnWrapper;
8250
8252
  var init_return_wrapper = __esm({
8251
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
8253
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
8252
8254
  returnWrapper = function(awaitable) {
8253
8255
  return {
8254
8256
  promise: awaitable || Promise.resolve()
@@ -8257,10 +8259,10 @@ var init_return_wrapper = __esm({
8257
8259
  }
8258
8260
  });
8259
8261
 
8260
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
8262
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
8261
8263
  var AmplitudeCore;
8262
8264
  var init_core_client = __esm({
8263
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
8265
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
8264
8266
  init_tslib_es6();
8265
8267
  init_event();
8266
8268
  init_identify();
@@ -8528,10 +8530,10 @@ var init_core_client = __esm({
8528
8530
  }
8529
8531
  });
8530
8532
 
8531
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
8533
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
8532
8534
  var Revenue, RevenueProperty;
8533
8535
  var init_revenue = __esm({
8534
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
8536
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
8535
8537
  init_tslib_es6();
8536
8538
  init_valid_properties();
8537
8539
  Revenue = /** @class */
@@ -8608,10 +8610,10 @@ var init_revenue = __esm({
8608
8610
  }
8609
8611
  });
8610
8612
 
8611
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
8613
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
8612
8614
  var chunk;
8613
8615
  var init_chunk = __esm({
8614
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
8616
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
8615
8617
  chunk = function(arr, size) {
8616
8618
  var chunkSize = Math.max(size, 1);
8617
8619
  return arr.reduce(function(chunks, element, index) {
@@ -8626,10 +8628,10 @@ var init_chunk = __esm({
8626
8628
  }
8627
8629
  });
8628
8630
 
8629
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
8631
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
8630
8632
  var LogLevel;
8631
8633
  var init_loglevel = __esm({
8632
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
8634
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
8633
8635
  (function(LogLevel2) {
8634
8636
  LogLevel2[LogLevel2["None"] = 0] = "None";
8635
8637
  LogLevel2[LogLevel2["Error"] = 1] = "Error";
@@ -8640,10 +8642,10 @@ var init_loglevel = __esm({
8640
8642
  }
8641
8643
  });
8642
8644
 
8643
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
8645
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
8644
8646
  var PREFIX, Logger;
8645
8647
  var init_logger2 = __esm({
8646
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
8648
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
8647
8649
  init_loglevel();
8648
8650
  PREFIX = "Amplitude Logger ";
8649
8651
  Logger = /** @class */
@@ -8705,10 +8707,10 @@ var init_logger2 = __esm({
8705
8707
  }
8706
8708
  });
8707
8709
 
8708
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
8710
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
8709
8711
  var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
8710
8712
  var init_config = __esm({
8711
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
8713
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
8712
8714
  init_constants();
8713
8715
  init_logger2();
8714
8716
  init_loglevel();
@@ -8809,19 +8811,19 @@ var init_config = __esm({
8809
8811
  }
8810
8812
  });
8811
8813
 
8812
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
8814
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
8813
8815
  function isSuccessStatusCode(code) {
8814
8816
  return code >= 200 && code < 300;
8815
8817
  }
8816
8818
  var init_status_code = __esm({
8817
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
8819
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
8818
8820
  }
8819
8821
  });
8820
8822
 
8821
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
8823
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
8822
8824
  var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
8823
8825
  var init_debug = __esm({
8824
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
8826
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
8825
8827
  init_tslib_es6();
8826
8828
  init_loglevel();
8827
8829
  getStacktrace = function(ignoreDepth) {
@@ -8939,7 +8941,7 @@ var init_debug = __esm({
8939
8941
  }
8940
8942
  });
8941
8943
 
8942
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
8944
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
8943
8945
  function getErrorMessage(error) {
8944
8946
  if (error instanceof Error)
8945
8947
  return error.message;
@@ -8957,7 +8959,7 @@ function getResponseBodyString(res) {
8957
8959
  }
8958
8960
  var Destination;
8959
8961
  var init_destination = __esm({
8960
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
8962
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
8961
8963
  init_tslib_es6();
8962
8964
  init_status();
8963
8965
  init_messages();
@@ -9348,10 +9350,10 @@ var init_destination = __esm({
9348
9350
  }
9349
9351
  });
9350
9352
 
9351
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
9353
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
9352
9354
  var BaseTransport;
9353
9355
  var init_base2 = __esm({
9354
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
9356
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
9355
9357
  init_status();
9356
9358
  init_status_code();
9357
9359
  BaseTransport = /** @class */
@@ -9453,10 +9455,10 @@ var init_base2 = __esm({
9453
9455
  }
9454
9456
  });
9455
9457
 
9456
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
9458
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
9457
9459
  var ServerZone;
9458
9460
  var init_server_zone = __esm({
9459
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
9461
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
9460
9462
  (function(ServerZone2) {
9461
9463
  ServerZone2["US"] = "US";
9462
9464
  ServerZone2["EU"] = "EU";
@@ -9465,17 +9467,17 @@ var init_server_zone = __esm({
9465
9467
  }
9466
9468
  });
9467
9469
 
9468
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
9470
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
9469
9471
  var OfflineDisabled;
9470
9472
  var init_offline = __esm({
9471
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
9473
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
9472
9474
  OfflineDisabled = null;
9473
9475
  }
9474
9476
  });
9475
9477
 
9476
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
9478
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
9477
9479
  var init_esm = __esm({
9478
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
9480
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
9479
9481
  init_core_client();
9480
9482
  init_identify();
9481
9483
  init_revenue();
@@ -9492,18 +9494,18 @@ var init_esm = __esm({
9492
9494
  }
9493
9495
  });
9494
9496
 
9495
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js
9497
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js
9496
9498
  var VERSION;
9497
9499
  var init_version2 = __esm({
9498
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
9499
- VERSION = "1.5.32";
9500
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
9501
+ VERSION = "1.5.34";
9500
9502
  }
9501
9503
  });
9502
9504
 
9503
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
9505
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
9504
9506
  var Context;
9505
9507
  var init_context2 = __esm({
9506
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
9508
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
9507
9509
  init_tslib_es6();
9508
9510
  init_esm();
9509
9511
  init_version2();
@@ -9538,7 +9540,7 @@ var init_context2 = __esm({
9538
9540
  });
9539
9541
  var Http;
9540
9542
  var init_http = __esm({
9541
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
9543
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
9542
9544
  init_tslib_es6();
9543
9545
  init_esm();
9544
9546
  Http = /** @class */
@@ -9600,10 +9602,10 @@ var init_http = __esm({
9600
9602
  }
9601
9603
  });
9602
9604
 
9603
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js
9605
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js
9604
9606
  var NodeConfig, useNodeConfig;
9605
9607
  var init_config2 = __esm({
9606
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
9608
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
9607
9609
  init_tslib_es6();
9608
9610
  init_esm();
9609
9611
  init_http();
@@ -9621,10 +9623,10 @@ var init_config2 = __esm({
9621
9623
  }
9622
9624
  });
9623
9625
 
9624
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
9626
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
9625
9627
  var AmplitudeNode, createInstance, node_client_default;
9626
9628
  var init_node_client = __esm({
9627
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
9629
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
9628
9630
  init_tslib_es6();
9629
9631
  init_esm();
9630
9632
  init_context2();
@@ -9698,7 +9700,7 @@ var init_node_client = __esm({
9698
9700
  }
9699
9701
  });
9700
9702
 
9701
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js
9703
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js
9702
9704
  var types_exports = {};
9703
9705
  __export(types_exports, {
9704
9706
  IdentifyOperation: () => IdentifyOperation,
@@ -9709,12 +9711,12 @@ __export(types_exports, {
9709
9711
  SpecialEventType: () => SpecialEventType
9710
9712
  });
9711
9713
  var init_types4 = __esm({
9712
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
9714
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
9713
9715
  init_esm();
9714
9716
  }
9715
9717
  });
9716
9718
 
9717
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js
9719
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js
9718
9720
  var esm_exports = {};
9719
9721
  __export(esm_exports, {
9720
9722
  Identify: () => Identify,
@@ -9735,7 +9737,7 @@ __export(esm_exports, {
9735
9737
  });
9736
9738
  var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
9737
9739
  var init_esm2 = __esm({
9738
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
9740
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
9739
9741
  init_node_client();
9740
9742
  init_node_client();
9741
9743
  init_esm();