@onyx-p/imlib-web 2.1.7 → 2.1.8

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
@@ -13681,9 +13681,6 @@ class WebSocketServer {
13681
13681
  return true;
13682
13682
  }
13683
13683
  setStatus(status) {
13684
- if (status === this.status) {
13685
- return;
13686
- }
13687
13684
  logger.info(`socketServer is changing status from ${getStateDesc(this.status)} to ${getStateDesc(status)}`);
13688
13685
  this.status = status;
13689
13686
  this.watcher?.status(status);
package/index.umd.js CHANGED
@@ -13687,9 +13687,6 @@
13687
13687
  return true;
13688
13688
  }
13689
13689
  setStatus(status) {
13690
- if (status === this.status) {
13691
- return;
13692
- }
13693
13690
  logger.info(`socketServer is changing status from ${getStateDesc(this.status)} to ${getStateDesc(status)}`);
13694
13691
  this.status = status;
13695
13692
  this.watcher?.status(status);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",