buzzcasting-storage 1.0.8 → 1.0.9

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.
@@ -3119,7 +3119,7 @@ class cs {
3119
3119
  });
3120
3120
  k(this, "getCloud", async (e) => {
3121
3121
  const n = B(e);
3122
- return window.localStorage.getObject(n);
3122
+ return await window.localStorage.getObject(n);
3123
3123
  });
3124
3124
  k(this, "setSeries", async (e, n) => {
3125
3125
  const r = B(e);
@@ -3127,7 +3127,7 @@ class cs {
3127
3127
  });
3128
3128
  k(this, "getSeries", async (e) => {
3129
3129
  const n = B(e);
3130
- return window.localStorage.getObject(n);
3130
+ return await window.localStorage.getObject(n);
3131
3131
  });
3132
3132
  k(this, "setMessages", async (e, n) => {
3133
3133
  const r = B(e);
@@ -3135,7 +3135,7 @@ class cs {
3135
3135
  });
3136
3136
  k(this, "getMessages", async (e) => {
3137
3137
  const n = B(e);
3138
- return window.localStorage.getObject(n);
3138
+ return await window.localStorage.getObject(n);
3139
3139
  });
3140
3140
  k(this, "cleanMessages", async (e) => {
3141
3141
  console.log("cleanMessages not implemented for ", this.options.storage);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "mark.tamis@touchflows.com"
6
6
  },
7
7
  "type": "module",
8
- "version": "1.0.8",
8
+ "version": "1.0.9",
9
9
  "private": false,
10
10
  "exports": {
11
11
  ".": {