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