@syntrologie/runtime-sdk 2.9.0 → 2.10.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/{chunk-56IOA4JZ.js → chunk-OIDBMIRB.js} +5 -5
- package/dist/chunk-OIDBMIRB.js.map +7 -0
- package/dist/index.js +1 -1
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +5 -5
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
- package/dist/chunk-56IOA4JZ.js.map +0 -7
|
@@ -3435,7 +3435,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3435
3435
|
}
|
|
3436
3436
|
|
|
3437
3437
|
// src/version.ts
|
|
3438
|
-
var SDK_VERSION = "2.
|
|
3438
|
+
var SDK_VERSION = "2.10.0";
|
|
3439
3439
|
|
|
3440
3440
|
// src/types.ts
|
|
3441
3441
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -9311,9 +9311,9 @@ function createEventBus(options = {}) {
|
|
|
9311
9311
|
|
|
9312
9312
|
// src/events/normalizers/posthog.ts
|
|
9313
9313
|
var POSTHOG_EVENT_MAP = {
|
|
9314
|
-
//
|
|
9315
|
-
$
|
|
9316
|
-
//
|
|
9314
|
+
// NOTE: $autocapture is intentionally NOT in this map.
|
|
9315
|
+
// It's handled below in getEventName() with $event_type refinement
|
|
9316
|
+
// so that change/submit events aren't all mapped to ui.click.
|
|
9317
9317
|
$click: StandardEvents.UI_CLICK,
|
|
9318
9318
|
$scroll: StandardEvents.UI_SCROLL,
|
|
9319
9319
|
$input: StandardEvents.UI_INPUT,
|
|
@@ -11452,4 +11452,4 @@ export {
|
|
|
11452
11452
|
encodeToken,
|
|
11453
11453
|
Syntro
|
|
11454
11454
|
};
|
|
11455
|
-
//# sourceMappingURL=chunk-
|
|
11455
|
+
//# sourceMappingURL=chunk-OIDBMIRB.js.map
|