memorio 2.7.3 → 2.7.4

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.
Files changed (3) hide show
  1. package/index.cjs +3 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -1,3 +1,5 @@
1
+ "use strict";
2
+
1
3
  var e = Object.getOwnPropertyNames, t = (t, o) => function() {
2
4
  return t && (o = (0, t[e(t)[0]])(t = 0)), o;
3
5
  }, o = {}, r = t({
@@ -310,7 +312,7 @@ Object.defineProperty(globalThis, "memorio", {
310
312
  }), Object.defineProperty(memorio, "version", {
311
313
  writable: !1,
312
314
  enumerable: !1,
313
- value: "2.7.3"
315
+ value: "2.7.4"
314
316
  });
315
317
 
316
318
  var B = [ "list", "state", "store", "idb", "observer", "useObserver", "remove", "removeAll", "_platform", "_capabilities", "_sessionId" ];
package/index.js CHANGED
@@ -310,7 +310,7 @@ Object.defineProperty(globalThis, "memorio", {
310
310
  }), Object.defineProperty(memorio, "version", {
311
311
  writable: !1,
312
312
  enumerable: !1,
313
- value: "2.7.3"
313
+ value: "2.7.4"
314
314
  });
315
315
 
316
316
  var B = [ "list", "state", "store", "idb", "observer", "useObserver", "remove", "removeAll", "_platform", "_capabilities", "_sessionId" ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "memorio",
3
3
  "code": "memorio",
4
- "version": "2.7.3",
4
+ "version": "2.7.4",
5
5
  "description": "Memorio, State + Observer, Store and iDB for an easy life - Cross-platform compatible",
6
6
  "main": "./index.cjs",
7
7
  "browser": "./index.cjs",