memorio 2.7.1 → 2.7.2

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 +1 -1
  2. package/index.js +1 -1
  3. package/package.json +3 -6
package/index.cjs CHANGED
@@ -312,7 +312,7 @@ Object.defineProperty(globalThis, "memorio", {
312
312
  }), Object.defineProperty(memorio, "version", {
313
313
  writable: !1,
314
314
  enumerable: !1,
315
- value: "2.7.1"
315
+ value: "2.7.2"
316
316
  });
317
317
 
318
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.1"
313
+ value: "2.7.2"
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.1",
4
+ "version": "2.7.2",
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",
@@ -64,13 +64,10 @@
64
64
  },
65
65
  "peerDependenciesMeta": {
66
66
  "react": {
67
- "optional": false
67
+ "optional": true
68
68
  },
69
69
  "react-dom": {
70
- "optional": false
71
- },
72
- "jquery": {
73
- "optional": false
70
+ "optional": true
74
71
  }
75
72
  },
76
73
  "exports": {