@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 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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",