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/factories.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();
@@ -7545,10 +7547,10 @@ var init_tslib_es6 = __esm({
7545
7547
  }
7546
7548
  });
7547
7549
 
7548
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
7550
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
7549
7551
  var IdentifyOperation, SpecialEventType;
7550
7552
  var init_event = __esm({
7551
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
7553
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
7552
7554
  (function(IdentifyOperation3) {
7553
7555
  IdentifyOperation3["SET"] = "$set";
7554
7556
  IdentifyOperation3["SET_ONCE"] = "$setOnce";
@@ -7569,10 +7571,10 @@ var init_event = __esm({
7569
7571
  }
7570
7572
  });
7571
7573
 
7572
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
7574
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
7573
7575
  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;
7574
7576
  var init_constants = __esm({
7575
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
7577
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
7576
7578
  UNSET_VALUE = "-";
7577
7579
  AMPLITUDE_PREFIX = "AMP";
7578
7580
  STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
@@ -7584,10 +7586,10 @@ var init_constants = __esm({
7584
7586
  }
7585
7587
  });
7586
7588
 
7587
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
7589
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
7588
7590
  var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
7589
7591
  var init_valid_properties = __esm({
7590
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
7592
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
7591
7593
  init_tslib_es6();
7592
7594
  MAX_PROPERTY_KEYS = 1e3;
7593
7595
  isValidObject = function(properties) {
@@ -7642,10 +7644,10 @@ var init_valid_properties = __esm({
7642
7644
  }
7643
7645
  });
7644
7646
 
7645
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
7647
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
7646
7648
  var Identify, IdentifyOperation2, OrderedIdentifyOperations;
7647
7649
  var init_identify = __esm({
7648
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
7650
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
7649
7651
  init_tslib_es6();
7650
7652
  init_constants();
7651
7653
  init_valid_properties();
@@ -7756,10 +7758,10 @@ var init_identify = __esm({
7756
7758
  }
7757
7759
  });
7758
7760
 
7759
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
7761
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
7760
7762
  var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
7761
7763
  var init_messages = __esm({
7762
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
7764
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
7763
7765
  SUCCESS_MESSAGE = "Event tracked successfully";
7764
7766
  UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
7765
7767
  MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
@@ -7770,10 +7772,10 @@ var init_messages = __esm({
7770
7772
  }
7771
7773
  });
7772
7774
 
7773
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
7775
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
7774
7776
  var Status;
7775
7777
  var init_status = __esm({
7776
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
7778
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
7777
7779
  (function(Status2) {
7778
7780
  Status2["Unknown"] = "unknown";
7779
7781
  Status2["Skipped"] = "skipped";
@@ -7788,10 +7790,10 @@ var init_status = __esm({
7788
7790
  }
7789
7791
  });
7790
7792
 
7791
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
7793
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
7792
7794
  var buildResult;
7793
7795
  var init_result_builder = __esm({
7794
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
7796
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
7795
7797
  init_status();
7796
7798
  buildResult = function(event, code, message2) {
7797
7799
  if (code === void 0) {
@@ -7805,10 +7807,10 @@ var init_result_builder = __esm({
7805
7807
  }
7806
7808
  });
7807
7809
 
7808
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
7810
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
7809
7811
  var getGlobalScope;
7810
7812
  var init_global_scope = __esm({
7811
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
7813
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
7812
7814
  getGlobalScope = function() {
7813
7815
  var ampIntegrationContextName = "ampIntegrationContext";
7814
7816
  if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
@@ -7831,10 +7833,10 @@ var init_global_scope = __esm({
7831
7833
  }
7832
7834
  });
7833
7835
 
7834
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
7836
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
7835
7837
  var legacyUUID, hex, UUID2;
7836
7838
  var init_uuid = __esm({
7837
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
7839
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
7838
7840
  init_tslib_es6();
7839
7841
  init_global_scope();
7840
7842
  legacyUUID = function(a) {
@@ -7878,10 +7880,10 @@ var init_uuid = __esm({
7878
7880
  }
7879
7881
  });
7880
7882
 
7881
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
7883
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
7882
7884
  var Timeline;
7883
7885
  var init_timeline = __esm({
7884
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
7886
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
7885
7887
  init_tslib_es6();
7886
7888
  init_result_builder();
7887
7889
  init_uuid();
@@ -8183,10 +8185,10 @@ var init_timeline = __esm({
8183
8185
  }
8184
8186
  });
8185
8187
 
8186
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
8188
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
8187
8189
  var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
8188
8190
  var init_event_builder = __esm({
8189
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
8191
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
8190
8192
  init_tslib_es6();
8191
8193
  init_identify();
8192
8194
  init_event();
@@ -8216,10 +8218,10 @@ var init_event_builder = __esm({
8216
8218
  }
8217
8219
  });
8218
8220
 
8219
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
8221
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
8220
8222
  var returnWrapper;
8221
8223
  var init_return_wrapper = __esm({
8222
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
8224
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
8223
8225
  returnWrapper = function(awaitable) {
8224
8226
  return {
8225
8227
  promise: awaitable || Promise.resolve()
@@ -8228,10 +8230,10 @@ var init_return_wrapper = __esm({
8228
8230
  }
8229
8231
  });
8230
8232
 
8231
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
8233
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
8232
8234
  var AmplitudeCore;
8233
8235
  var init_core_client = __esm({
8234
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
8236
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
8235
8237
  init_tslib_es6();
8236
8238
  init_event();
8237
8239
  init_identify();
@@ -8499,10 +8501,10 @@ var init_core_client = __esm({
8499
8501
  }
8500
8502
  });
8501
8503
 
8502
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
8504
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
8503
8505
  var Revenue, RevenueProperty;
8504
8506
  var init_revenue = __esm({
8505
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
8507
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
8506
8508
  init_tslib_es6();
8507
8509
  init_valid_properties();
8508
8510
  Revenue = /** @class */
@@ -8579,10 +8581,10 @@ var init_revenue = __esm({
8579
8581
  }
8580
8582
  });
8581
8583
 
8582
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
8584
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
8583
8585
  var chunk;
8584
8586
  var init_chunk = __esm({
8585
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
8587
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
8586
8588
  chunk = function(arr, size) {
8587
8589
  var chunkSize = Math.max(size, 1);
8588
8590
  return arr.reduce(function(chunks, element, index) {
@@ -8597,10 +8599,10 @@ var init_chunk = __esm({
8597
8599
  }
8598
8600
  });
8599
8601
 
8600
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
8602
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
8601
8603
  var LogLevel;
8602
8604
  var init_loglevel = __esm({
8603
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
8605
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
8604
8606
  (function(LogLevel2) {
8605
8607
  LogLevel2[LogLevel2["None"] = 0] = "None";
8606
8608
  LogLevel2[LogLevel2["Error"] = 1] = "Error";
@@ -8611,10 +8613,10 @@ var init_loglevel = __esm({
8611
8613
  }
8612
8614
  });
8613
8615
 
8614
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
8616
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
8615
8617
  var PREFIX, Logger;
8616
8618
  var init_logger2 = __esm({
8617
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
8619
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
8618
8620
  init_loglevel();
8619
8621
  PREFIX = "Amplitude Logger ";
8620
8622
  Logger = /** @class */
@@ -8676,10 +8678,10 @@ var init_logger2 = __esm({
8676
8678
  }
8677
8679
  });
8678
8680
 
8679
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
8681
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
8680
8682
  var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
8681
8683
  var init_config = __esm({
8682
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
8684
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
8683
8685
  init_constants();
8684
8686
  init_logger2();
8685
8687
  init_loglevel();
@@ -8780,19 +8782,19 @@ var init_config = __esm({
8780
8782
  }
8781
8783
  });
8782
8784
 
8783
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
8785
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
8784
8786
  function isSuccessStatusCode(code) {
8785
8787
  return code >= 200 && code < 300;
8786
8788
  }
8787
8789
  var init_status_code = __esm({
8788
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
8790
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
8789
8791
  }
8790
8792
  });
8791
8793
 
8792
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
8794
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
8793
8795
  var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
8794
8796
  var init_debug = __esm({
8795
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
8797
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
8796
8798
  init_tslib_es6();
8797
8799
  init_loglevel();
8798
8800
  getStacktrace = function(ignoreDepth) {
@@ -8910,7 +8912,7 @@ var init_debug = __esm({
8910
8912
  }
8911
8913
  });
8912
8914
 
8913
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
8915
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
8914
8916
  function getErrorMessage(error) {
8915
8917
  if (error instanceof Error)
8916
8918
  return error.message;
@@ -8928,7 +8930,7 @@ function getResponseBodyString(res) {
8928
8930
  }
8929
8931
  var Destination;
8930
8932
  var init_destination = __esm({
8931
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
8933
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
8932
8934
  init_tslib_es6();
8933
8935
  init_status();
8934
8936
  init_messages();
@@ -9319,10 +9321,10 @@ var init_destination = __esm({
9319
9321
  }
9320
9322
  });
9321
9323
 
9322
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
9324
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
9323
9325
  var BaseTransport;
9324
9326
  var init_base2 = __esm({
9325
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
9327
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
9326
9328
  init_status();
9327
9329
  init_status_code();
9328
9330
  BaseTransport = /** @class */
@@ -9424,10 +9426,10 @@ var init_base2 = __esm({
9424
9426
  }
9425
9427
  });
9426
9428
 
9427
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
9429
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
9428
9430
  var ServerZone;
9429
9431
  var init_server_zone = __esm({
9430
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
9432
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
9431
9433
  (function(ServerZone2) {
9432
9434
  ServerZone2["US"] = "US";
9433
9435
  ServerZone2["EU"] = "EU";
@@ -9436,17 +9438,17 @@ var init_server_zone = __esm({
9436
9438
  }
9437
9439
  });
9438
9440
 
9439
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
9441
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
9440
9442
  var OfflineDisabled;
9441
9443
  var init_offline = __esm({
9442
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
9444
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
9443
9445
  OfflineDisabled = null;
9444
9446
  }
9445
9447
  });
9446
9448
 
9447
- // ../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
9449
+ // ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
9448
9450
  var init_esm = __esm({
9449
- "../../node_modules/.pnpm/@amplitude+analytics-core@2.36.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
9451
+ "../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
9450
9452
  init_core_client();
9451
9453
  init_identify();
9452
9454
  init_revenue();
@@ -9463,18 +9465,18 @@ var init_esm = __esm({
9463
9465
  }
9464
9466
  });
9465
9467
 
9466
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js
9468
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js
9467
9469
  var VERSION;
9468
9470
  var init_version2 = __esm({
9469
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
9470
- VERSION = "1.5.32";
9471
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
9472
+ VERSION = "1.5.34";
9471
9473
  }
9472
9474
  });
9473
9475
 
9474
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
9476
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
9475
9477
  var Context;
9476
9478
  var init_context2 = __esm({
9477
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
9479
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
9478
9480
  init_tslib_es6();
9479
9481
  init_esm();
9480
9482
  init_version2();
@@ -9509,7 +9511,7 @@ var init_context2 = __esm({
9509
9511
  });
9510
9512
  var Http;
9511
9513
  var init_http = __esm({
9512
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
9514
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
9513
9515
  init_tslib_es6();
9514
9516
  init_esm();
9515
9517
  Http = /** @class */
@@ -9571,10 +9573,10 @@ var init_http = __esm({
9571
9573
  }
9572
9574
  });
9573
9575
 
9574
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js
9576
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js
9575
9577
  var NodeConfig, useNodeConfig;
9576
9578
  var init_config2 = __esm({
9577
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
9579
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
9578
9580
  init_tslib_es6();
9579
9581
  init_esm();
9580
9582
  init_http();
@@ -9592,10 +9594,10 @@ var init_config2 = __esm({
9592
9594
  }
9593
9595
  });
9594
9596
 
9595
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
9597
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
9596
9598
  var AmplitudeNode, createInstance, node_client_default;
9597
9599
  var init_node_client = __esm({
9598
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
9600
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
9599
9601
  init_tslib_es6();
9600
9602
  init_esm();
9601
9603
  init_context2();
@@ -9669,7 +9671,7 @@ var init_node_client = __esm({
9669
9671
  }
9670
9672
  });
9671
9673
 
9672
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js
9674
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js
9673
9675
  var types_exports = {};
9674
9676
  __export(types_exports, {
9675
9677
  IdentifyOperation: () => IdentifyOperation,
@@ -9680,12 +9682,12 @@ __export(types_exports, {
9680
9682
  SpecialEventType: () => SpecialEventType
9681
9683
  });
9682
9684
  var init_types4 = __esm({
9683
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
9685
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
9684
9686
  init_esm();
9685
9687
  }
9686
9688
  });
9687
9689
 
9688
- // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js
9690
+ // ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js
9689
9691
  var esm_exports = {};
9690
9692
  __export(esm_exports, {
9691
9693
  Identify: () => Identify,
@@ -9706,7 +9708,7 @@ __export(esm_exports, {
9706
9708
  });
9707
9709
  var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
9708
9710
  var init_esm2 = __esm({
9709
- "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.32/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
9711
+ "../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
9710
9712
  init_node_client();
9711
9713
  init_node_client();
9712
9714
  init_esm();