@syntrologie/runtime-sdk 2.8.0-canary.13 → 2.8.0-canary.14

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.
@@ -21602,7 +21602,7 @@ ${text2}</tr>
21602
21602
  }
21603
21603
 
21604
21604
  // src/version.ts
21605
- var SDK_VERSION = "2.8.0-canary.13";
21605
+ var SDK_VERSION = "2.8.0-canary.14";
21606
21606
 
21607
21607
  // src/types.ts
21608
21608
  var SDK_SCHEMA_VERSION = "2.0";
@@ -22726,9 +22726,9 @@ ${text2}</tr>
22726
22726
 
22727
22727
  // ../event-processor/dist/normalizers/posthog.js
22728
22728
  var POSTHOG_EVENT_MAP = {
22729
- // Autocapture events
22730
- $autocapture: "ui.click",
22731
- // Default autocapture is usually clicks
22729
+ // NOTE: $autocapture is intentionally NOT in this map.
22730
+ // It's handled below in getEventName() with $event_type refinement
22731
+ // so that change/submit events aren't all mapped to ui.click.
22732
22732
  $click: StandardEvents.UI_CLICK,
22733
22733
  $scroll: StandardEvents.UI_SCROLL,
22734
22734
  $input: StandardEvents.UI_INPUT,
@@ -42313,7 +42313,7 @@ ${cssRules}
42313
42313
  }
42314
42314
 
42315
42315
  // src/index.ts
42316
- var RUNTIME_SDK_BUILD = true ? `${"2026-03-14T02:23:00.957Z"} (${"77a1554c98"})` : "dev";
42316
+ var RUNTIME_SDK_BUILD = true ? `${"2026-03-14T02:59:40.753Z"} (${"12f49ce085"})` : "dev";
42317
42317
  if (typeof window !== "undefined") {
42318
42318
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42319
42319
  const existing = window.SynOS;