memorio 4.2.1 → 4.2.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.
- package/README.md +13 -0
- package/index.cjs +1 -3
- package/index.js +1 -1
- package/package.json +5 -16
package/README.md
CHANGED
|
@@ -232,6 +232,19 @@ memorio.isolate('tenant-name')
|
|
|
232
232
|
|
|
233
233
|
---
|
|
234
234
|
|
|
235
|
+
## Browser Extension (Chrome/Edge)
|
|
236
|
+
|
|
237
|
+

|
|
238
|
+
|
|
239
|
+
Manage your `Memorio` on `dphelper Manager Browser Extension*` environment, monitor memory usage, and access documentation directly from your browser.
|
|
240
|
+
|
|
241
|
+
*Need to install dphelper npm
|
|
242
|
+
|
|
243
|
+
- [Download for Chrome](https://chrome.google.com/webstore/detail/dphelper-manager-dev-tool/oppppldaoknfddeikfloonnialijngbk)
|
|
244
|
+
- [Download for Edge](https://microsoftedge.microsoft.com/addons/detail/dphelper-manager-dev-to/kphabkbdpaljlfagldhojilhfammepnk)
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
235
248
|
## Cross-Platform
|
|
236
249
|
|
|
237
250
|
Memorio runs in every JavaScript environment, with automatic fallbacks.
|
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.2.
|
|
318
|
+
var z = "4.2.2";
|
|
321
319
|
|
|
322
320
|
Object.defineProperty(globalThis, "memorio", {
|
|
323
321
|
value: {},
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memorio",
|
|
3
3
|
"codeName": "memorio",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.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",
|
|
@@ -44,9 +44,6 @@
|
|
|
44
44
|
"url": "https://www.patreon.com/passariello"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
|
-
"workspaces": [
|
|
48
|
-
"tests"
|
|
49
|
-
],
|
|
50
47
|
"engines": {
|
|
51
48
|
"node": ">=18.0.0"
|
|
52
49
|
},
|
|
@@ -67,18 +64,10 @@
|
|
|
67
64
|
}
|
|
68
65
|
},
|
|
69
66
|
"overrides": {
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
75
|
-
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
|
|
76
|
-
"hasown": "npm:@socketregistry/hasown@^1",
|
|
77
|
-
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
78
|
-
"object-assign": "npm:@socketregistry/object-assign@^1",
|
|
79
|
-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
80
|
-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
81
|
-
"side-channel": "npm:@socketregistry/side-channel@^1"
|
|
67
|
+
"object-assign": "npm:@socketregistry/object-assign@^1"
|
|
68
|
+
},
|
|
69
|
+
"resolutions": {
|
|
70
|
+
"object-assign": "npm:@socketregistry/object-assign@^1"
|
|
82
71
|
},
|
|
83
72
|
"exports": {
|
|
84
73
|
".": {
|