@onyx-p/imlib-web 2.1.6 → 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 +0 -4
- package/index.umd.js +0 -4
- package/package.json +1 -1
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);
|
@@ -19782,7 +19779,6 @@ class ConversationStore {
|
|
19782
19779
|
this.localStore.set(key, local);
|
19783
19780
|
}
|
19784
19781
|
set(conOpt, conversation) {
|
19785
|
-
debugger;
|
19786
19782
|
const key = this.getStoreKey(conOpt);
|
19787
19783
|
const local = this.localStore.get(key) || {};
|
19788
19784
|
for (const key of getKeys(conversation)) {
|
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);
|
@@ -19788,7 +19785,6 @@
|
|
19788
19785
|
this.localStore.set(key, local);
|
19789
19786
|
}
|
19790
19787
|
set(conOpt, conversation) {
|
19791
|
-
debugger;
|
19792
19788
|
const key = this.getStoreKey(conOpt);
|
19793
19789
|
const local = this.localStore.get(key) || {};
|
19794
19790
|
for (const key of getKeys(conversation)) {
|