@seamly/web-ui 24.5.0-beta.1 → 24.5.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/build/dist/lib/index.debug.js +1 -1
- package/build/dist/lib/index.debug.js.map +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +1 -1
- package/build/dist/lib/index.js.map +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.map +1 -1
- package/package.json +1 -1
package/build/dist/lib/index.js
CHANGED
|
@@ -5555,7 +5555,7 @@ class API {
|
|
|
5555
5555
|
return {
|
|
5556
5556
|
clientName: "@seamly/web-ui",
|
|
5557
5557
|
clientVariant: this.#layoutMode,
|
|
5558
|
-
clientVersion: "24.5.0
|
|
5558
|
+
clientVersion: "24.5.0",
|
|
5559
5559
|
currentUrl: window.location.toString(),
|
|
5560
5560
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
5561
5561
|
timezone: getTimeZone(),
|