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 +11 -9
- package/index.cjs +1 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,22 +3,24 @@
|
|
|
3
3
|

|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
6
|

|
|
8
7
|
|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
9
11
|

|
|
10
12
|

|
|
11
13
|

|
|
12
|
-

|
|
14
|
-

|
|
15
|
-
|
|
16
|
-
**State management that actually makes your life easier.**
|
|
17
|
-
Zero friction. Zero bloat. Single import. Works everywhere JavaScript runs.
|
|
14
|
+

|
|
18
15
|
|
|
19
|
-
[
|
|
16
|
+

|
|
17
|
+

|
|
18
|
+

|
|
19
|
+

|
|
20
20
|
|
|
21
|
-
|
|
21
|
+

|
|
22
|
+

|
|
23
|
+

|
|
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.
|
|
318
|
+
var z = "4.3.1";
|
|
321
319
|
|
|
322
320
|
Object.defineProperty(globalThis, "memorio", {
|
|
323
321
|
value: {
|
package/index.js
CHANGED
package/package.json
CHANGED