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.
package/dist/index.js CHANGED
@@ -86,11 +86,11 @@ function normalizeWindowsPath(path) {
86
86
  return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
87
87
  }
88
88
  var init_module_node = __esm({
89
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
89
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
90
90
  }
91
91
  });
92
92
 
93
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs
93
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs
94
94
  function getFlagDetailFromFlagAndPayload(key, value, payload) {
95
95
  return {
96
96
  key,
@@ -107,7 +107,7 @@ function getFlagDetailFromFlagAndPayload(key, value, payload) {
107
107
  }
108
108
  var normalizeFlagsResponse, getFlagValuesFromFlags, getPayloadsFromFlags, getFeatureFlagValue, parsePayload;
109
109
  var init_featureFlagUtils = __esm({
110
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
110
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
111
111
  normalizeFlagsResponse = (flagsResponse) => {
112
112
  if ("flags" in flagsResponse) {
113
113
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -165,10 +165,10 @@ var init_featureFlagUtils = __esm({
165
165
  }
166
166
  });
167
167
 
168
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
168
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
169
169
  var DIGITS, UUID, V7Generator, getDefaultRandom, defaultGenerator, uuidv7, uuidv7obj;
170
170
  var init_uuidv7 = __esm({
171
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
171
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
172
172
  DIGITS = "0123456789abcdef";
173
173
  UUID = class _UUID {
174
174
  constructor(bytes) {
@@ -329,10 +329,10 @@ var init_uuidv7 = __esm({
329
329
  }
330
330
  });
331
331
 
332
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs
332
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs
333
333
  var DEFAULT_BLOCKED_UA_STRS, isBlockedUA;
334
334
  var init_bot_detection = __esm({
335
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
335
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
336
336
  DEFAULT_BLOCKED_UA_STRS = [
337
337
  "amazonbot",
338
338
  "amazonproductbot",
@@ -423,14 +423,16 @@ var init_bot_detection = __esm({
423
423
  }
424
424
  });
425
425
 
426
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/types.mjs
426
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs
427
427
  var types_PostHogPersistedProperty, FeatureFlagError;
428
428
  var init_types = __esm({
429
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/types.mjs"() {
429
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs"() {
430
430
  types_PostHogPersistedProperty = /* @__PURE__ */ (function(PostHogPersistedProperty) {
431
431
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
432
432
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
433
433
  PostHogPersistedProperty["Props"] = "props";
434
+ PostHogPersistedProperty["EnablePersonProcessing"] = "enable_person_processing";
435
+ PostHogPersistedProperty["PersonMode"] = "person_mode";
434
436
  PostHogPersistedProperty["FeatureFlagDetails"] = "feature_flag_details";
435
437
  PostHogPersistedProperty["FeatureFlags"] = "feature_flags";
436
438
  PostHogPersistedProperty["FeatureFlagPayloads"] = "feature_flag_payloads";
@@ -467,13 +469,13 @@ var init_types = __esm({
467
469
  }
468
470
  });
469
471
 
470
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/string-utils.mjs
472
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs
471
473
  var init_string_utils = __esm({
472
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
474
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
473
475
  }
474
476
  });
475
477
 
476
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/type-utils.mjs
478
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs
477
479
  function isPrimitive(value) {
478
480
  return null === value || "object" != typeof value;
479
481
  }
@@ -498,7 +500,7 @@ function isInstanceOf(candidate, base) {
498
500
  }
499
501
  var nativeIsArray, ObjProto, type_utils_toString, isArray, isObject, isUndefined, isString, isEmptyString, isNumber, isPlainError;
500
502
  var init_type_utils = __esm({
501
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
503
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
502
504
  init_types();
503
505
  init_string_utils();
504
506
  nativeIsArray = Array.isArray;
@@ -517,7 +519,7 @@ var init_type_utils = __esm({
517
519
  }
518
520
  });
519
521
 
520
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/number-utils.mjs
522
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs
521
523
  function clampToRange(value, min, max, logger, fallbackValue) {
522
524
  if (min > max) {
523
525
  logger.warn("min cannot be greater than max.");
@@ -535,15 +537,15 @@ function clampToRange(value, min, max, logger, fallbackValue) {
535
537
  return clampToRange(max, min, max, logger);
536
538
  }
537
539
  var init_number_utils = __esm({
538
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
540
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
539
541
  init_type_utils();
540
542
  }
541
543
  });
542
544
 
543
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
545
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
544
546
  var ONE_DAY_IN_MS, BucketedRateLimiter;
545
547
  var init_bucketed_rate_limiter = __esm({
546
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
548
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
547
549
  init_number_utils();
548
550
  ONE_DAY_IN_MS = 864e5;
549
551
  BucketedRateLimiter = class {
@@ -587,10 +589,10 @@ var init_bucketed_rate_limiter = __esm({
587
589
  }
588
590
  });
589
591
 
590
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs
592
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs
591
593
  var PromiseQueue;
592
594
  var init_promise_queue = __esm({
593
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
595
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
594
596
  init_uuidv7();
595
597
  PromiseQueue = class {
596
598
  add(promise) {
@@ -621,7 +623,7 @@ var init_promise_queue = __esm({
621
623
  }
622
624
  });
623
625
 
624
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/logger.mjs
626
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs
625
627
  function createConsole(consoleLike = console) {
626
628
  const lockedMethods = {
627
629
  log: consoleLike.log.bind(consoleLike),
@@ -636,7 +638,7 @@ function createLogger(prefix, maybeCall = passThrough) {
636
638
  }
637
639
  var _createLogger, passThrough;
638
640
  var init_logger = __esm({
639
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/logger.mjs"() {
641
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs"() {
640
642
  _createLogger = (prefix, maybeCall, consoleLike) => {
641
643
  function _log(level, ...args) {
642
644
  maybeCall(() => {
@@ -665,10 +667,10 @@ var init_logger = __esm({
665
667
  }
666
668
  });
667
669
 
668
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
670
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
669
671
  var MOBILE, TABLET, GENERIC;
670
672
  var init_user_agent_utils = __esm({
671
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
673
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
672
674
  init_string_utils();
673
675
  init_type_utils();
674
676
  MOBILE = "Mobile";
@@ -679,7 +681,7 @@ var init_user_agent_utils = __esm({
679
681
  }
680
682
  });
681
683
 
682
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/index.mjs
684
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs
683
685
  function assert(truthyValue, message2) {
684
686
  if (!truthyValue || "string" != typeof truthyValue || isEmpty(truthyValue)) throw new Error(message2);
685
687
  }
@@ -723,7 +725,7 @@ function allSettled(promises) {
723
725
  }
724
726
  var STRING_FORMAT, isError;
725
727
  var init_utils = __esm({
726
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/utils/index.mjs"() {
728
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs"() {
727
729
  init_bot_detection();
728
730
  init_bucketed_rate_limiter();
729
731
  init_number_utils();
@@ -737,10 +739,10 @@ var init_utils = __esm({
737
739
  }
738
740
  });
739
741
 
740
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/eventemitter.mjs
742
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs
741
743
  var SimpleEventEmitter;
742
744
  var init_eventemitter = __esm({
743
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/eventemitter.mjs"() {
745
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs"() {
744
746
  SimpleEventEmitter = class {
745
747
  constructor() {
746
748
  this.events = {};
@@ -761,7 +763,7 @@ var init_eventemitter = __esm({
761
763
  }
762
764
  });
763
765
 
764
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/gzip.mjs
766
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs
765
767
  function isGzipSupported() {
766
768
  return "CompressionStream" in globalThis;
767
769
  }
@@ -780,11 +782,11 @@ async function gzipCompress(input, isDebug = true) {
780
782
  }
781
783
  }
782
784
  var init_gzip = __esm({
783
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/gzip.mjs"() {
785
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs"() {
784
786
  }
785
787
  });
786
788
 
787
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
789
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
788
790
  async function logFlushError(err) {
789
791
  if (err instanceof PostHogFetchHttpError) {
790
792
  let text = "";
@@ -804,7 +806,7 @@ function isPostHogFetchContentTooLargeError(err) {
804
806
  }
805
807
  var PostHogFetchHttpError, PostHogFetchNetworkError, PostHogCoreStateless;
806
808
  var init_posthog_core_stateless = __esm({
807
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
809
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
808
810
  init_eventemitter();
809
811
  init_featureFlagUtils();
810
812
  init_gzip();
@@ -1457,9 +1459,9 @@ var init_posthog_core_stateless = __esm({
1457
1459
  }
1458
1460
  });
1459
1461
 
1460
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core.mjs
1462
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs
1461
1463
  var init_posthog_core = __esm({
1462
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/posthog-core.mjs"() {
1464
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs"() {
1463
1465
  init_featureFlagUtils();
1464
1466
  init_types();
1465
1467
  init_posthog_core_stateless();
@@ -1468,7 +1470,7 @@ var init_posthog_core = __esm({
1468
1470
  }
1469
1471
  });
1470
1472
 
1471
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
1473
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
1472
1474
  function getFilenameToChunkIdMap(stackParser) {
1473
1475
  const chunkIdMap = globalThis._posthogChunkIds;
1474
1476
  if (!chunkIdMap) return;
@@ -1501,14 +1503,14 @@ function getFilenameToChunkIdMap(stackParser) {
1501
1503
  }
1502
1504
  var parsedStackResults, lastKeysCount, cachedFilenameChunkIds;
1503
1505
  var init_chunk_ids = __esm({
1504
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
1506
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
1505
1507
  }
1506
1508
  });
1507
1509
 
1508
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
1510
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
1509
1511
  var MAX_CAUSE_RECURSION, ErrorPropertiesBuilder;
1510
1512
  var init_error_properties_builder = __esm({
1511
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
1513
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
1512
1514
  init_utils();
1513
1515
  init_chunk_ids();
1514
1516
  MAX_CAUSE_RECURSION = 4;
@@ -1622,7 +1624,7 @@ var init_error_properties_builder = __esm({
1622
1624
  }
1623
1625
  });
1624
1626
 
1625
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
1627
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
1626
1628
  function createFrame(platform, filename, func, lineno, colno) {
1627
1629
  const frame = {
1628
1630
  platform,
@@ -1636,16 +1638,16 @@ function createFrame(platform, filename, func, lineno, colno) {
1636
1638
  }
1637
1639
  var UNKNOWN_FUNCTION;
1638
1640
  var init_base = __esm({
1639
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
1641
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
1640
1642
  init_utils();
1641
1643
  UNKNOWN_FUNCTION = "?";
1642
1644
  }
1643
1645
  });
1644
1646
 
1645
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
1647
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
1646
1648
  var extractSafariExtensionDetails;
1647
1649
  var init_safari = __esm({
1648
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
1650
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
1649
1651
  init_base();
1650
1652
  extractSafariExtensionDetails = (func, filename) => {
1651
1653
  const isSafariExtension = -1 !== func.indexOf("safari-extension");
@@ -1661,10 +1663,10 @@ var init_safari = __esm({
1661
1663
  }
1662
1664
  });
1663
1665
 
1664
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
1666
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
1665
1667
  var chromeRegexNoFnName, chromeRegex, chromeEvalRegex, chromeStackLineParser;
1666
1668
  var init_chrome = __esm({
1667
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
1669
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
1668
1670
  init_base();
1669
1671
  init_safari();
1670
1672
  chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
@@ -1694,10 +1696,10 @@ var init_chrome = __esm({
1694
1696
  }
1695
1697
  });
1696
1698
 
1697
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
1699
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
1698
1700
  var geckoREgex, geckoEvalRegex, geckoStackLineParser;
1699
1701
  var init_gecko = __esm({
1700
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
1702
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
1701
1703
  init_base();
1702
1704
  init_safari();
1703
1705
  geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
@@ -1724,10 +1726,10 @@ var init_gecko = __esm({
1724
1726
  }
1725
1727
  });
1726
1728
 
1727
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
1729
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
1728
1730
  var winjsRegex, winjsStackLineParser;
1729
1731
  var init_winjs = __esm({
1730
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
1732
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
1731
1733
  init_base();
1732
1734
  winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
1733
1735
  winjsStackLineParser = (line, platform) => {
@@ -1737,10 +1739,10 @@ var init_winjs = __esm({
1737
1739
  }
1738
1740
  });
1739
1741
 
1740
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
1742
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
1741
1743
  var opera10Regex, opera10StackLineParser, opera11Regex, opera11StackLineParser;
1742
1744
  var init_opera = __esm({
1743
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
1745
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
1744
1746
  init_base();
1745
1747
  opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
1746
1748
  opera10StackLineParser = (line, platform) => {
@@ -1755,7 +1757,7 @@ var init_opera = __esm({
1755
1757
  }
1756
1758
  });
1757
1759
 
1758
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
1760
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
1759
1761
  function filenameIsInApp(filename, isNative = false) {
1760
1762
  const isInternal = isNative || filename && !filename.startsWith("/") && !filename.match(/^[A-Z]:/) && !filename.startsWith(".") && !filename.match(/^[a-zA-Z]([a-zA-Z0-9.\-+])*:\/\//);
1761
1763
  return !isInternal && void 0 !== filename && !filename.includes("node_modules/");
@@ -1765,7 +1767,7 @@ function _parseIntOrUndefined(input) {
1765
1767
  }
1766
1768
  var FILENAME_MATCH, FULL_MATCH, nodeStackLineParser;
1767
1769
  var init_node = __esm({
1768
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
1770
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
1769
1771
  init_base();
1770
1772
  FILENAME_MATCH = /^\s*[-]{4,}$/;
1771
1773
  FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
@@ -1826,7 +1828,7 @@ var init_node = __esm({
1826
1828
  }
1827
1829
  });
1828
1830
 
1829
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
1831
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
1830
1832
  function reverseAndStripFrames(stack) {
1831
1833
  if (!stack.length) return [];
1832
1834
  const localStack = Array.from(stack);
@@ -1867,7 +1869,7 @@ function createStackParser(platform, ...parsers) {
1867
1869
  }
1868
1870
  var WEBPACK_ERROR_REGEXP, STACKTRACE_FRAME_LIMIT;
1869
1871
  var init_parsers = __esm({
1870
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
1872
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
1871
1873
  init_base();
1872
1874
  init_chrome();
1873
1875
  init_gecko();
@@ -1879,10 +1881,10 @@ var init_parsers = __esm({
1879
1881
  }
1880
1882
  });
1881
1883
 
1882
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
1884
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
1883
1885
  var DOMExceptionCoercer;
1884
1886
  var init_dom_exception_coercer = __esm({
1885
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
1887
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
1886
1888
  init_utils();
1887
1889
  DOMExceptionCoercer = class {
1888
1890
  match(err) {
@@ -1916,10 +1918,10 @@ var init_dom_exception_coercer = __esm({
1916
1918
  }
1917
1919
  });
1918
1920
 
1919
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
1921
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
1920
1922
  var ErrorCoercer;
1921
1923
  var init_error_coercer = __esm({
1922
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
1924
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
1923
1925
  init_utils();
1924
1926
  ErrorCoercer = class {
1925
1927
  match(err) {
@@ -1949,10 +1951,10 @@ var init_error_coercer = __esm({
1949
1951
  }
1950
1952
  });
1951
1953
 
1952
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
1954
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
1953
1955
  var ErrorEventCoercer;
1954
1956
  var init_error_event_coercer = __esm({
1955
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
1957
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
1956
1958
  init_utils();
1957
1959
  ErrorEventCoercer = class {
1958
1960
  constructor() {
@@ -1974,10 +1976,10 @@ var init_error_event_coercer = __esm({
1974
1976
  }
1975
1977
  });
1976
1978
 
1977
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
1979
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
1978
1980
  var ERROR_TYPES_PATTERN, StringCoercer;
1979
1981
  var init_string_coercer = __esm({
1980
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
1982
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
1981
1983
  ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
1982
1984
  StringCoercer = class {
1983
1985
  match(input) {
@@ -2009,10 +2011,10 @@ var init_string_coercer = __esm({
2009
2011
  }
2010
2012
  });
2011
2013
 
2012
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/types.mjs
2014
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs
2013
2015
  var severityLevels;
2014
2016
  var init_types2 = __esm({
2015
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
2017
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
2016
2018
  severityLevels = [
2017
2019
  "fatal",
2018
2020
  "error",
@@ -2024,7 +2026,7 @@ var init_types2 = __esm({
2024
2026
  }
2025
2027
  });
2026
2028
 
2027
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
2029
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
2028
2030
  function extractExceptionKeysForMessage(err, maxLength = 40) {
2029
2031
  const keys = Object.keys(err);
2030
2032
  keys.sort();
@@ -2039,14 +2041,14 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
2039
2041
  return "";
2040
2042
  }
2041
2043
  var init_utils2 = __esm({
2042
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
2044
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
2043
2045
  }
2044
2046
  });
2045
2047
 
2046
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
2048
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
2047
2049
  var ObjectCoercer;
2048
2050
  var init_object_coercer = __esm({
2049
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
2051
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
2050
2052
  init_utils();
2051
2053
  init_types2();
2052
2054
  init_utils2();
@@ -2100,10 +2102,10 @@ var init_object_coercer = __esm({
2100
2102
  }
2101
2103
  });
2102
2104
 
2103
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
2105
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
2104
2106
  var EventCoercer;
2105
2107
  var init_event_coercer = __esm({
2106
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
2108
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
2107
2109
  init_utils();
2108
2110
  init_utils2();
2109
2111
  EventCoercer = class {
@@ -2123,10 +2125,10 @@ var init_event_coercer = __esm({
2123
2125
  }
2124
2126
  });
2125
2127
 
2126
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
2128
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
2127
2129
  var PrimitiveCoercer;
2128
2130
  var init_primitive_coercer = __esm({
2129
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
2131
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
2130
2132
  init_utils();
2131
2133
  PrimitiveCoercer = class {
2132
2134
  match(candidate) {
@@ -2144,10 +2146,10 @@ var init_primitive_coercer = __esm({
2144
2146
  }
2145
2147
  });
2146
2148
 
2147
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
2149
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
2148
2150
  var PromiseRejectionEventCoercer;
2149
2151
  var init_promise_rejection_event = __esm({
2150
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
2152
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
2151
2153
  init_utils();
2152
2154
  PromiseRejectionEventCoercer = class {
2153
2155
  match(err) {
@@ -2176,9 +2178,9 @@ var init_promise_rejection_event = __esm({
2176
2178
  }
2177
2179
  });
2178
2180
 
2179
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
2181
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
2180
2182
  var init_coercers = __esm({
2181
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
2183
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
2182
2184
  init_dom_exception_coercer();
2183
2185
  init_error_coercer();
2184
2186
  init_error_event_coercer();
@@ -2190,10 +2192,10 @@ var init_coercers = __esm({
2190
2192
  }
2191
2193
  });
2192
2194
 
2193
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs
2195
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs
2194
2196
  var ReduceableCache;
2195
2197
  var init_utils3 = __esm({
2196
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
2198
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
2197
2199
  ReduceableCache = class {
2198
2200
  constructor(_maxSize) {
2199
2201
  this._maxSize = _maxSize;
@@ -2219,7 +2221,7 @@ var init_utils3 = __esm({
2219
2221
  }
2220
2222
  });
2221
2223
 
2222
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/index.mjs
2224
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs
2223
2225
  var error_tracking_exports = {};
2224
2226
  __export(error_tracking_exports, {
2225
2227
  DOMExceptionCoercer: () => DOMExceptionCoercer,
@@ -2243,7 +2245,7 @@ __export(error_tracking_exports, {
2243
2245
  winjsStackLineParser: () => winjsStackLineParser
2244
2246
  });
2245
2247
  var init_error_tracking = __esm({
2246
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
2248
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
2247
2249
  init_error_properties_builder();
2248
2250
  init_parsers();
2249
2251
  init_coercers();
@@ -2251,9 +2253,9 @@ var init_error_tracking = __esm({
2251
2253
  }
2252
2254
  });
2253
2255
 
2254
- // ../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/index.mjs
2256
+ // ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs
2255
2257
  var init_dist = __esm({
2256
- "../../node_modules/.pnpm/@posthog+core@1.13.0/node_modules/@posthog/core/dist/index.mjs"() {
2258
+ "../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs"() {
2257
2259
  init_featureFlagUtils();
2258
2260
  init_uuidv7();
2259
2261
  init_utils();
@@ -2444,7 +2446,7 @@ function snipLine(line, colno) {
2444
2446
  }
2445
2447
  var LRU_FILE_CONTENTS_CACHE, LRU_FILE_CONTENTS_FS_READ_FAILED, DEFAULT_LINES_OF_CONTEXT, MAX_CONTEXTLINES_COLNO, MAX_CONTEXTLINES_LINENO;
2446
2448
  var init_context_lines_node = __esm({
2447
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
2449
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
2448
2450
  init_dist();
2449
2451
  LRU_FILE_CONTENTS_CACHE = new error_tracking_exports.ReduceableCache(25);
2450
2452
  LRU_FILE_CONTENTS_FS_READ_FAILED = new error_tracking_exports.ReduceableCache(20);
@@ -2454,7 +2456,7 @@ var init_context_lines_node = __esm({
2454
2456
  }
2455
2457
  });
2456
2458
 
2457
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
2459
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
2458
2460
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
2459
2461
  let calledFatalError = false;
2460
2462
  return Object.assign((error) => {
@@ -2486,14 +2488,14 @@ function addUnhandledRejectionListener(captureFn) {
2486
2488
  }));
2487
2489
  }
2488
2490
  var init_autocapture = __esm({
2489
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
2491
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
2490
2492
  }
2491
2493
  });
2492
2494
 
2493
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
2495
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
2494
2496
  var SHUTDOWN_TIMEOUT, ErrorTracking;
2495
2497
  var init_error_tracking2 = __esm({
2496
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
2498
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
2497
2499
  init_autocapture();
2498
2500
  init_dist();
2499
2501
  SHUTDOWN_TIMEOUT = 2e3;
@@ -2564,18 +2566,18 @@ var init_error_tracking2 = __esm({
2564
2566
  }
2565
2567
  });
2566
2568
 
2567
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/version.mjs
2569
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs
2568
2570
  var version;
2569
2571
  var init_version = __esm({
2570
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/version.mjs"() {
2571
- version = "5.24.1";
2572
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs"() {
2573
+ version = "5.24.2";
2572
2574
  }
2573
2575
  });
2574
2576
 
2575
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/types.mjs
2577
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs
2576
2578
  var FeatureFlagError2;
2577
2579
  var init_types3 = __esm({
2578
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/types.mjs"() {
2580
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs"() {
2579
2581
  FeatureFlagError2 = {
2580
2582
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
2581
2583
  FLAG_MISSING: "flag_missing",
@@ -2585,7 +2587,7 @@ var init_types3 = __esm({
2585
2587
  }
2586
2588
  });
2587
2589
 
2588
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
2590
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
2589
2591
  async function hashSHA1(text) {
2590
2592
  const subtle = globalThis.crypto?.subtle;
2591
2593
  if (!subtle) throw new Error("SubtleCrypto API not available");
@@ -2594,11 +2596,11 @@ async function hashSHA1(text) {
2594
2596
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
2595
2597
  }
2596
2598
  var init_crypto = __esm({
2597
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
2599
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
2598
2600
  }
2599
2601
  });
2600
2602
 
2601
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
2603
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
2602
2604
  async function _hash(key, distinctId, salt = "") {
2603
2605
  const hashString = await hashSHA1(`${key}.${distinctId}${salt}`);
2604
2606
  return parseInt(hashString.slice(0, 15), 16) / LONG_SCALE;
@@ -2766,7 +2768,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
2766
2768
  }
2767
2769
  var SIXTY_SECONDS, LONG_SCALE, NULL_VALUES_ALLOWED_OPERATORS, ClientError, InconclusiveMatchError, RequiresServerEvaluation, FeatureFlagsPoller;
2768
2770
  var init_feature_flags = __esm({
2769
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
2771
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
2770
2772
  init_dist();
2771
2773
  init_crypto();
2772
2774
  SIXTY_SECONDS = 6e4;
@@ -3179,10 +3181,10 @@ var init_feature_flags = __esm({
3179
3181
  }
3180
3182
  });
3181
3183
 
3182
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/storage-memory.mjs
3184
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs
3183
3185
  var PostHogMemoryStorage;
3184
3186
  var init_storage_memory = __esm({
3185
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/storage-memory.mjs"() {
3187
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs"() {
3186
3188
  PostHogMemoryStorage = class {
3187
3189
  getProperty(key) {
3188
3190
  return this._memoryStorage[key];
@@ -3197,10 +3199,10 @@ var init_storage_memory = __esm({
3197
3199
  }
3198
3200
  });
3199
3201
 
3200
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/client.mjs
3202
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs
3201
3203
  var MINIMUM_POLLING_INTERVAL, THIRTY_SECONDS, MAX_CACHE_SIZE, PostHogBackendClient;
3202
3204
  var init_client = __esm({
3203
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/client.mjs"() {
3205
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs"() {
3204
3206
  init_version();
3205
3207
  init_dist();
3206
3208
  init_types3();
@@ -3808,7 +3810,7 @@ var init_client = __esm({
3808
3810
  });
3809
3811
  var PostHogContext;
3810
3812
  var init_context = __esm({
3811
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
3813
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
3812
3814
  PostHogContext = class {
3813
3815
  constructor() {
3814
3816
  this.storage = new AsyncLocalStorage();
@@ -3836,7 +3838,7 @@ var init_context = __esm({
3836
3838
  }
3837
3839
  });
3838
3840
 
3839
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
3841
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
3840
3842
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
3841
3843
  "error"
3842
3844
  ], sendExceptionsToPostHog = true } = {}) {
@@ -3892,7 +3894,7 @@ function sentryIntegration(_posthog, options) {
3892
3894
  }
3893
3895
  var NAME, PostHogSentryIntegration;
3894
3896
  var init_sentry_integration = __esm({
3895
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
3897
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
3896
3898
  NAME = "posthog-node";
3897
3899
  PostHogSentryIntegration = class {
3898
3900
  static #_ = this.POSTHOG_ID_TAG = "posthog_distinct_id";
@@ -3914,7 +3916,7 @@ var init_sentry_integration = __esm({
3914
3916
  }
3915
3917
  });
3916
3918
 
3917
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/express.mjs
3919
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs
3918
3920
  function setupExpressErrorHandler(_posthog, app) {
3919
3921
  app.use(posthogErrorHandler(_posthog));
3920
3922
  }
@@ -3946,14 +3948,14 @@ function posthogErrorHandler(posthog) {
3946
3948
  };
3947
3949
  }
3948
3950
  var init_express = __esm({
3949
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/extensions/express.mjs"() {
3951
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs"() {
3950
3952
  init_error_tracking2();
3951
3953
  }
3952
3954
  });
3953
3955
 
3954
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/exports.mjs
3956
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs
3955
3957
  var init_exports = __esm({
3956
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/exports.mjs"() {
3958
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs"() {
3957
3959
  init_dist();
3958
3960
  init_sentry_integration();
3959
3961
  init_express();
@@ -3961,7 +3963,7 @@ var init_exports = __esm({
3961
3963
  }
3962
3964
  });
3963
3965
 
3964
- // ../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/entrypoints/index.node.mjs
3966
+ // ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
3965
3967
  var index_node_exports = {};
3966
3968
  __export(index_node_exports, {
3967
3969
  FeatureFlagError: () => FeatureFlagError,
@@ -3973,7 +3975,7 @@ __export(index_node_exports, {
3973
3975
  });
3974
3976
  var PostHog;
3975
3977
  var init_index_node = __esm({
3976
- "../../node_modules/.pnpm/posthog-node@5.24.1/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
3978
+ "../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
3977
3979
  init_module_node();
3978
3980
  init_context_lines_node();
3979
3981
  init_error_tracking2();
@@ -14047,10 +14049,10 @@ var init_esm4 = __esm({
14047
14049
  }
14048
14050
  });
14049
14051
 
14050
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
14052
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
14051
14053
  var IdentifyOperation, SpecialEventType;
14052
14054
  var init_event = __esm({
14053
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
14055
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
14054
14056
  (function(IdentifyOperation3) {
14055
14057
  IdentifyOperation3["SET"] = "$set";
14056
14058
  IdentifyOperation3["SET_ONCE"] = "$setOnce";
@@ -14071,10 +14073,10 @@ var init_event = __esm({
14071
14073
  }
14072
14074
  });
14073
14075
 
14074
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
14076
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
14075
14077
  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;
14076
14078
  var init_constants = __esm({
14077
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
14079
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
14078
14080
  UNSET_VALUE = "-";
14079
14081
  AMPLITUDE_PREFIX = "AMP";
14080
14082
  STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
@@ -14086,10 +14088,10 @@ var init_constants = __esm({
14086
14088
  }
14087
14089
  });
14088
14090
 
14089
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
14091
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
14090
14092
  var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
14091
14093
  var init_valid_properties = __esm({
14092
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
14094
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
14093
14095
  init_tslib_es6();
14094
14096
  MAX_PROPERTY_KEYS = 1e3;
14095
14097
  isValidObject = function(properties) {
@@ -14144,10 +14146,10 @@ var init_valid_properties = __esm({
14144
14146
  }
14145
14147
  });
14146
14148
 
14147
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
14149
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
14148
14150
  var Identify, IdentifyOperation2, OrderedIdentifyOperations;
14149
14151
  var init_identify = __esm({
14150
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
14152
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
14151
14153
  init_tslib_es6();
14152
14154
  init_constants();
14153
14155
  init_valid_properties();
@@ -14258,10 +14260,10 @@ var init_identify = __esm({
14258
14260
  }
14259
14261
  });
14260
14262
 
14261
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
14263
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
14262
14264
  var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
14263
14265
  var init_messages = __esm({
14264
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
14266
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
14265
14267
  SUCCESS_MESSAGE = "Event tracked successfully";
14266
14268
  UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
14267
14269
  MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
@@ -14272,10 +14274,10 @@ var init_messages = __esm({
14272
14274
  }
14273
14275
  });
14274
14276
 
14275
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
14277
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
14276
14278
  var Status;
14277
14279
  var init_status = __esm({
14278
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
14280
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
14279
14281
  (function(Status2) {
14280
14282
  Status2["Unknown"] = "unknown";
14281
14283
  Status2["Skipped"] = "skipped";
@@ -14290,10 +14292,10 @@ var init_status = __esm({
14290
14292
  }
14291
14293
  });
14292
14294
 
14293
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
14295
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
14294
14296
  var buildResult;
14295
14297
  var init_result_builder = __esm({
14296
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
14298
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
14297
14299
  init_status();
14298
14300
  buildResult = function(event, code, message2) {
14299
14301
  if (code === void 0) {
@@ -14307,10 +14309,10 @@ var init_result_builder = __esm({
14307
14309
  }
14308
14310
  });
14309
14311
 
14310
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
14312
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
14311
14313
  var getGlobalScope;
14312
14314
  var init_global_scope = __esm({
14313
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
14315
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
14314
14316
  getGlobalScope = function() {
14315
14317
  var ampIntegrationContextName = "ampIntegrationContext";
14316
14318
  if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
@@ -14333,10 +14335,10 @@ var init_global_scope = __esm({
14333
14335
  }
14334
14336
  });
14335
14337
 
14336
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
14338
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
14337
14339
  var legacyUUID, hex, UUID2;
14338
14340
  var init_uuid2 = __esm({
14339
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
14341
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
14340
14342
  init_tslib_es6();
14341
14343
  init_global_scope();
14342
14344
  legacyUUID = function(a) {
@@ -14380,10 +14382,10 @@ var init_uuid2 = __esm({
14380
14382
  }
14381
14383
  });
14382
14384
 
14383
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
14385
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
14384
14386
  var Timeline;
14385
14387
  var init_timeline = __esm({
14386
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
14388
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
14387
14389
  init_tslib_es6();
14388
14390
  init_result_builder();
14389
14391
  init_uuid2();
@@ -14685,10 +14687,10 @@ var init_timeline = __esm({
14685
14687
  }
14686
14688
  });
14687
14689
 
14688
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
14690
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
14689
14691
  var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
14690
14692
  var init_event_builder = __esm({
14691
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
14693
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
14692
14694
  init_tslib_es6();
14693
14695
  init_identify();
14694
14696
  init_event();
@@ -14718,10 +14720,10 @@ var init_event_builder = __esm({
14718
14720
  }
14719
14721
  });
14720
14722
 
14721
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
14723
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
14722
14724
  var returnWrapper;
14723
14725
  var init_return_wrapper = __esm({
14724
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
14726
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
14725
14727
  returnWrapper = function(awaitable) {
14726
14728
  return {
14727
14729
  promise: awaitable || Promise.resolve()
@@ -14730,10 +14732,10 @@ var init_return_wrapper = __esm({
14730
14732
  }
14731
14733
  });
14732
14734
 
14733
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
14735
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
14734
14736
  var AmplitudeCore;
14735
14737
  var init_core_client = __esm({
14736
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
14738
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
14737
14739
  init_tslib_es6();
14738
14740
  init_event();
14739
14741
  init_identify();
@@ -15001,10 +15003,10 @@ var init_core_client = __esm({
15001
15003
  }
15002
15004
  });
15003
15005
 
15004
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
15006
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
15005
15007
  var Revenue, RevenueProperty;
15006
15008
  var init_revenue = __esm({
15007
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
15009
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
15008
15010
  init_tslib_es6();
15009
15011
  init_valid_properties();
15010
15012
  Revenue = /** @class */
@@ -15081,10 +15083,10 @@ var init_revenue = __esm({
15081
15083
  }
15082
15084
  });
15083
15085
 
15084
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
15086
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
15085
15087
  var chunk;
15086
15088
  var init_chunk = __esm({
15087
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
15089
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
15088
15090
  chunk = function(arr, size) {
15089
15091
  var chunkSize = Math.max(size, 1);
15090
15092
  return arr.reduce(function(chunks, element, index) {
@@ -15099,10 +15101,10 @@ var init_chunk = __esm({
15099
15101
  }
15100
15102
  });
15101
15103
 
15102
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
15104
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
15103
15105
  var LogLevel;
15104
15106
  var init_loglevel = __esm({
15105
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
15107
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
15106
15108
  (function(LogLevel2) {
15107
15109
  LogLevel2[LogLevel2["None"] = 0] = "None";
15108
15110
  LogLevel2[LogLevel2["Error"] = 1] = "Error";
@@ -15113,10 +15115,10 @@ var init_loglevel = __esm({
15113
15115
  }
15114
15116
  });
15115
15117
 
15116
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
15118
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
15117
15119
  var PREFIX, Logger;
15118
15120
  var init_logger3 = __esm({
15119
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
15121
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
15120
15122
  init_loglevel();
15121
15123
  PREFIX = "Amplitude Logger ";
15122
15124
  Logger = /** @class */
@@ -15178,10 +15180,10 @@ var init_logger3 = __esm({
15178
15180
  }
15179
15181
  });
15180
15182
 
15181
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
15183
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
15182
15184
  var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
15183
15185
  var init_config = __esm({
15184
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
15186
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
15185
15187
  init_constants();
15186
15188
  init_logger3();
15187
15189
  init_loglevel();
@@ -15282,19 +15284,19 @@ var init_config = __esm({
15282
15284
  }
15283
15285
  });
15284
15286
 
15285
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
15287
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
15286
15288
  function isSuccessStatusCode(code) {
15287
15289
  return code >= 200 && code < 300;
15288
15290
  }
15289
15291
  var init_status_code = __esm({
15290
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
15292
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
15291
15293
  }
15292
15294
  });
15293
15295
 
15294
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
15296
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
15295
15297
  var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
15296
15298
  var init_debug = __esm({
15297
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
15299
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
15298
15300
  init_tslib_es6();
15299
15301
  init_loglevel();
15300
15302
  getStacktrace = function(ignoreDepth) {
@@ -15412,7 +15414,7 @@ var init_debug = __esm({
15412
15414
  }
15413
15415
  });
15414
15416
 
15415
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
15417
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
15416
15418
  function getErrorMessage(error) {
15417
15419
  if (error instanceof Error)
15418
15420
  return error.message;
@@ -15430,7 +15432,7 @@ function getResponseBodyString(res) {
15430
15432
  }
15431
15433
  var Destination;
15432
15434
  var init_destination = __esm({
15433
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
15435
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
15434
15436
  init_tslib_es6();
15435
15437
  init_status();
15436
15438
  init_messages();
@@ -15821,10 +15823,10 @@ var init_destination = __esm({
15821
15823
  }
15822
15824
  });
15823
15825
 
15824
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
15826
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
15825
15827
  var BaseTransport;
15826
15828
  var init_base2 = __esm({
15827
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
15829
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
15828
15830
  init_status();
15829
15831
  init_status_code();
15830
15832
  BaseTransport = /** @class */
@@ -15926,10 +15928,10 @@ var init_base2 = __esm({
15926
15928
  }
15927
15929
  });
15928
15930
 
15929
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
15931
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
15930
15932
  var ServerZone;
15931
15933
  var init_server_zone = __esm({
15932
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
15934
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
15933
15935
  (function(ServerZone2) {
15934
15936
  ServerZone2["US"] = "US";
15935
15937
  ServerZone2["EU"] = "EU";
@@ -15938,17 +15940,17 @@ var init_server_zone = __esm({
15938
15940
  }
15939
15941
  });
15940
15942
 
15941
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
15943
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
15942
15944
  var OfflineDisabled;
15943
15945
  var init_offline = __esm({
15944
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
15946
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
15945
15947
  OfflineDisabled = null;
15946
15948
  }
15947
15949
  });
15948
15950
 
15949
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
15951
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
15950
15952
  var init_esm5 = __esm({
15951
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
15953
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
15952
15954
  init_core_client();
15953
15955
  init_identify();
15954
15956
  init_revenue();
@@ -15965,18 +15967,18 @@ var init_esm5 = __esm({
15965
15967
  }
15966
15968
  });
15967
15969
 
15968
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js
15970
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js
15969
15971
  var VERSION;
15970
15972
  var init_version3 = __esm({
15971
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
15972
- VERSION = "1.5.32";
15973
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
15974
+ VERSION = "1.5.34";
15973
15975
  }
15974
15976
  });
15975
15977
 
15976
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
15978
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
15977
15979
  var Context2;
15978
15980
  var init_context4 = __esm({
15979
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
15981
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
15980
15982
  init_tslib_es6();
15981
15983
  init_esm5();
15982
15984
  init_version3();
@@ -16011,7 +16013,7 @@ var init_context4 = __esm({
16011
16013
  });
16012
16014
  var Http;
16013
16015
  var init_http = __esm({
16014
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
16016
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
16015
16017
  init_tslib_es6();
16016
16018
  init_esm5();
16017
16019
  Http = /** @class */
@@ -16073,10 +16075,10 @@ var init_http = __esm({
16073
16075
  }
16074
16076
  });
16075
16077
 
16076
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js
16078
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js
16077
16079
  var NodeConfig, useNodeConfig;
16078
16080
  var init_config2 = __esm({
16079
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
16081
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
16080
16082
  init_tslib_es6();
16081
16083
  init_esm5();
16082
16084
  init_http();
@@ -16094,10 +16096,10 @@ var init_config2 = __esm({
16094
16096
  }
16095
16097
  });
16096
16098
 
16097
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
16099
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
16098
16100
  var AmplitudeNode, createInstance, node_client_default;
16099
16101
  var init_node_client = __esm({
16100
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
16102
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
16101
16103
  init_tslib_es6();
16102
16104
  init_esm5();
16103
16105
  init_context4();
@@ -16171,7 +16173,7 @@ var init_node_client = __esm({
16171
16173
  }
16172
16174
  });
16173
16175
 
16174
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js
16176
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js
16175
16177
  var types_exports = {};
16176
16178
  __export(types_exports, {
16177
16179
  IdentifyOperation: () => IdentifyOperation,
@@ -16182,12 +16184,12 @@ __export(types_exports, {
16182
16184
  SpecialEventType: () => SpecialEventType
16183
16185
  });
16184
16186
  var init_types4 = __esm({
16185
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
16187
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
16186
16188
  init_esm5();
16187
16189
  }
16188
16190
  });
16189
16191
 
16190
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js
16192
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js
16191
16193
  var esm_exports2 = {};
16192
16194
  __export(esm_exports2, {
16193
16195
  Identify: () => Identify,
@@ -16208,7 +16210,7 @@ __export(esm_exports2, {
16208
16210
  });
16209
16211
  var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
16210
16212
  var init_esm6 = __esm({
16211
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
16213
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
16212
16214
  init_node_client();
16213
16215
  init_node_client();
16214
16216
  init_esm5();