memorio 4.3.0 → 4.3.1

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/README.md CHANGED
@@ -3,22 +3,24 @@
3
3
  ![image](https://raw.githubusercontent.com/passariello/container/refs/heads/main/memorio/banner.svg)
4
4
 
5
5
  ![version](https://img.shields.io/npm/v/memorio.svg)
6
- ![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=memorio&query=$.install.pretty&label=install%20size&style=flat-square)
7
6
  ![downloads](https://img.shields.io/npm/dm/memorio.svg)
8
7
 
8
+ ![Snyk](https://img.shields.io/badge/Snyk-gray?logo=Snyk)
9
+ ![Socket](https://img.shields.io/badge/Socket-gray?logo=Socket)
10
+
9
11
  ![Node.js](https://img.shields.io/badge/Node.js-gray?logo=node.js)
10
12
  ![Browser](https://img.shields.io/badge/Browser-gray?logo=google-chrome)
11
13
  ![Deno](https://img.shields.io/badge/Deno-gray?logo=deno)
12
- ![TypeScript](https://img.shields.io/badge/TypeScript-gray?logo=typescript)
13
- ![MIT](https://img.shields.io/badge/MIT-green?logo=open-source-initiative)
14
- ![tsup](https://img.shields.io/badge/tsup-gray?logo=tsup)
15
-
16
- **State management that actually makes your life easier.**
17
- Zero friction. Zero bloat. Single import. Works everywhere JavaScript runs.
14
+ ![tsup](https://img.shields.io/badge/tsup-gray?logo=esbuild)
18
15
 
19
- [Get Started](#-quick-start) · [API Reference](#-api-reference) · [License: MIT](https://opensource.org/licenses/MIT)
16
+ ![React](https://img.shields.io/badge/React-gray?logo=React)
17
+ ![TypeScript](https://img.shields.io/badge/TypeScript-gray?logo=typescript)
18
+ ![Javascript](https://img.shields.io/badge/Javascript-gray?logo=Javascript)
19
+ ![Jquery](https://img.shields.io/badge/jquery-gray?logo=jquery)
20
20
 
21
- ---
21
+ ![Vitest](https://img.shields.io/badge/Vitest-gray?logo=vitest)
22
+ ![OXlint](https://img.shields.io/badge/Oxlint-gray?logo=oxc)
23
+ ![Playwright](https://img.shields.io/badge/Playwright-gray?logo=playwright)
22
24
 
23
25
  ## Why memorio?
24
26
 
package/index.cjs CHANGED
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  var e = Object.getOwnPropertyNames, o = (o, t) => function() {
4
2
  return o && (t = (0, o[e(o)[0]])(o = 0)), t;
5
3
  }, t = {}, r = o({
@@ -317,7 +315,7 @@ function J(e) {
317
315
  };
318
316
  }
319
317
 
320
- var z = "4.3.0";
318
+ var z = "4.3.1";
321
319
 
322
320
  Object.defineProperty(globalThis, "memorio", {
323
321
  value: {
package/index.js CHANGED
@@ -315,7 +315,7 @@ function J(e) {
315
315
  };
316
316
  }
317
317
 
318
- var z = "4.3.0";
318
+ var z = "4.3.1";
319
319
 
320
320
  Object.defineProperty(globalThis, "memorio", {
321
321
  value: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "memorio",
3
3
  "codeName": "memorio",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
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",