cobrowse-sdk-js 3.19.0 → 3.19.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.19.2](#) (2026-02-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * allow setting registration when the SDK is already started ([#465](#)) ([77afc09](#))
11
+ * change how target value is updated on input events ([#459](#)) ([16cde19](#))
12
+ * include cross domain storage methods in currentSession determination, fix cross-domain indicator flash ([#463](#)) ([dfd69fd](#))
13
+ * prevent rewrite of script elements without javascript ([#464](#)) ([d969b4c](#))
14
+ * upgrade to node 24 ([85aa170](#))
15
+
16
+ ### [3.19.1](#) (2026-01-28)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * do not emit interaction events on ignored nodes ([#457](#)) ([bf2996b](#))
22
+ * prevent usage of destroyed NodeScheduler ([#456](#)) ([ab9bcfd](#))
23
+
5
24
  ## [3.19.0](#) (2026-01-26)
6
25
 
7
26