@seamly/web-ui 25.4.0-beta.1 → 25.4.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.
@@ -875,7 +875,7 @@ class API {
875
875
  return {
876
876
  clientName: "@seamly/web-ui",
877
877
  clientVariant: this.#layoutMode,
878
- clientVersion: "25.4.0-beta.1",
878
+ clientVersion: "25.4.0",
879
879
  currentUrl: window.location.toString(),
880
880
  screenResolution: `${window.screen.width}x${window.screen.height}`,
881
881
  timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_13__.getTimeZone)(),