@seamly/web-ui 24.3.0-beta.1 → 24.3.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.
@@ -869,7 +869,7 @@ class API {
869
869
  return {
870
870
  clientName: "@seamly/web-ui",
871
871
  clientVariant: this.#layoutMode,
872
- clientVersion: "24.3.0-beta.1",
872
+ clientVersion: "24.3.0",
873
873
  currentUrl: window.location.toString(),
874
874
  screenResolution: `${window.screen.width}x${window.screen.height}`,
875
875
  timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_10__.getTimeZone)(),