@onyx-p/imlib-web 2.3.0 → 2.3.1

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/index.esm.js CHANGED
@@ -21811,11 +21811,11 @@ class LibLoader {
21811
21811
  this.watcher.onConnecting?.();
21812
21812
  }
21813
21813
  handleConnected() {
21814
- this.watcher.onConnected?.();
21815
21814
  if (accountStore.isActive) {
21816
21815
  this.handleUserConnected();
21817
21816
  synchronizeServerTime();
21818
21817
  }
21818
+ this.watcher.onConnected?.();
21819
21819
  }
21820
21820
  handleDisconnect() {
21821
21821
  this.watcher.onDisconnect?.();
package/index.umd.js CHANGED
@@ -21817,11 +21817,11 @@
21817
21817
  this.watcher.onConnecting?.();
21818
21818
  }
21819
21819
  handleConnected() {
21820
- this.watcher.onConnected?.();
21821
21820
  if (accountStore.isActive) {
21822
21821
  this.handleUserConnected();
21823
21822
  synchronizeServerTime();
21824
21823
  }
21824
+ this.watcher.onConnected?.();
21825
21825
  }
21826
21826
  handleDisconnect() {
21827
21827
  this.watcher.onDisconnect?.();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",