memorio 1.0.0 → 1.1.0

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 (106) hide show
  1. package/{dist/README.md → README.md} +27 -88
  2. package/{dist/index.js → index.js} +1 -1
  3. package/package.json +3 -3
  4. package/.editorconfig +0 -31
  5. package/.gitattributes +0 -1
  6. package/.github/CHANGELOG.md +0 -10
  7. package/.github/CITATION.cff +0 -24
  8. package/.github/CODEOWNERS +0 -1
  9. package/.github/CODE_OF_CONDUCT.md +0 -108
  10. package/.github/CONTRIBUTING.md +0 -108
  11. package/.github/COPYRIGHT.md +0 -9
  12. package/.github/FUNDING.yml +0 -16
  13. package/.github/HISTORY.md +0 -1
  14. package/.github/LICENSE.md +0 -21
  15. package/.github/README.md +0 -319
  16. package/.github/SECURITY.md +0 -3
  17. package/.github/SUMMARY.md +0 -21
  18. package/.github/dependabot.yml +0 -11
  19. package/.github/documents/OBSERVER.md +0 -72
  20. package/.github/documents/STATE.md +0 -72
  21. package/.github/documents/STORE.md +0 -84
  22. package/.github/pull_request_template.md +0 -27
  23. package/.private/npm +0 -1
  24. package/.vscode/extension.json +0 -15
  25. package/.vscode/settings.json +0 -90
  26. package/config/dispatch.ts +0 -49
  27. package/config/global.ts +0 -36
  28. package/coverage/clover.xml +0 -260
  29. package/coverage/coverage-final.json +0 -10
  30. package/coverage/lcov-report/a51.memorio/config/dispatch.ts.html +0 -232
  31. package/coverage/lcov-report/a51.memorio/config/global.ts.html +0 -193
  32. package/coverage/lcov-report/a51.memorio/config/index.html +0 -131
  33. package/coverage/lcov-report/a51.memorio/dist/config/dispatch.js.html +0 -157
  34. package/coverage/lcov-report/a51.memorio/dist/config/global.js.html +0 -142
  35. package/coverage/lcov-report/a51.memorio/dist/config/index.html +0 -131
  36. package/coverage/lcov-report/a51.memorio/dist/functions/cache/index.html +0 -116
  37. package/coverage/lcov-report/a51.memorio/dist/functions/cache/index.js.html +0 -103
  38. package/coverage/lcov-report/a51.memorio/dist/functions/observer/index.html +0 -116
  39. package/coverage/lcov-report/a51.memorio/dist/functions/observer/index.js.html +0 -280
  40. package/coverage/lcov-report/a51.memorio/dist/functions/state/index.html +0 -116
  41. package/coverage/lcov-report/a51.memorio/dist/functions/state/index.js.html +0 -460
  42. package/coverage/lcov-report/a51.memorio/dist/functions/store/index.html +0 -116
  43. package/coverage/lcov-report/a51.memorio/dist/functions/store/index.js.html +0 -367
  44. package/coverage/lcov-report/a51.memorio/dist/index.html +0 -116
  45. package/coverage/lcov-report/a51.memorio/dist/init.js.html +0 -106
  46. package/coverage/lcov-report/a51.memorio/functions/cache/index.html +0 -116
  47. package/coverage/lcov-report/a51.memorio/functions/cache/index.ts.html +0 -142
  48. package/coverage/lcov-report/a51.memorio/functions/observer/index.html +0 -116
  49. package/coverage/lcov-report/a51.memorio/functions/observer/index.ts.html +0 -448
  50. package/coverage/lcov-report/a51.memorio/functions/session/index.html +0 -116
  51. package/coverage/lcov-report/a51.memorio/functions/session/index.ts.html +0 -409
  52. package/coverage/lcov-report/a51.memorio/functions/state/index.html +0 -116
  53. package/coverage/lcov-report/a51.memorio/functions/state/index.ts.html +0 -682
  54. package/coverage/lcov-report/a51.memorio/functions/store/index.html +0 -116
  55. package/coverage/lcov-report/a51.memorio/functions/store/index.ts.html +0 -409
  56. package/coverage/lcov-report/a51.memorio/index.html +0 -131
  57. package/coverage/lcov-report/a51.memorio/index.ts.html +0 -88
  58. package/coverage/lcov-report/a51.memorio/init.ts.html +0 -115
  59. package/coverage/lcov-report/base.css +0 -224
  60. package/coverage/lcov-report/block-navigation.js +0 -87
  61. package/coverage/lcov-report/favicon.png +0 -0
  62. package/coverage/lcov-report/index.html +0 -206
  63. package/coverage/lcov-report/prettify.css +0 -1
  64. package/coverage/lcov-report/prettify.js +0 -2
  65. package/coverage/lcov-report/session/index.html +0 -116
  66. package/coverage/lcov-report/session/index.ts.html +0 -571
  67. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  68. package/coverage/lcov-report/sorter.js +0 -210
  69. package/coverage/lcov-report/state/index.html +0 -116
  70. package/coverage/lcov-report/state/index.ts.html +0 -1090
  71. package/coverage/lcov-report/store/index.html +0 -116
  72. package/coverage/lcov-report/store/index.ts.html +0 -556
  73. package/coverage/lcov.info +0 -518
  74. package/dist/index.d.ts +0 -7
  75. package/dist/package.json +0 -98
  76. package/dist/types/cache.d.ts +0 -27
  77. package/dist/types/memorio.d.ts +0 -18
  78. package/dist/types/observer.d.ts +0 -47
  79. package/dist/types/session.d.ts +0 -91
  80. package/dist/types/state.d.ts +0 -71
  81. package/dist/types/store.d.ts +0 -91
  82. package/esbuild.config.mjs +0 -54
  83. package/eslint.config.mjs +0 -174
  84. package/examples/bg.jpg +0 -0
  85. package/examples/bootstrap.less +0 -92
  86. package/examples/favicon.ico +0 -0
  87. package/examples/index.htm +0 -65
  88. package/examples/javascript.js +0 -2
  89. package/examples/responsive.less +0 -47
  90. package/examples/styles.less +0 -169
  91. package/functions/cache/index.ts +0 -19
  92. package/functions/observer/index.ts +0 -121
  93. package/functions/session/index.ts +0 -108
  94. package/functions/state/index.ts +0 -199
  95. package/functions/store/index.ts +0 -108
  96. package/index.ts +0 -1
  97. package/init.ts +0 -12
  98. package/jest.config.mjs +0 -33
  99. package/jest.setup.js +0 -2
  100. package/tests/basic.test.ts +0 -50
  101. package/tests/cache.test.ts +0 -52
  102. package/tests/observer.test.ts +0 -62
  103. package/tests/setup.ts +0 -48
  104. package/tests/state.test.ts +0 -45
  105. package/tests/store.test.ts +0 -62
  106. package/tsconfig.json +0 -67
@@ -1,518 +0,0 @@
1
- TN:
2
- SF:index.ts
3
- FNF:0
4
- FNH:0
5
- LF:0
6
- LH:0
7
- BRF:0
8
- BRH:0
9
- end_of_record
10
- TN:
11
- SF:init.ts
12
- FNF:0
13
- FNH:0
14
- LF:0
15
- LH:0
16
- BRF:0
17
- BRH:0
18
- end_of_record
19
- TN:
20
- SF:config\dispatch.ts
21
- FN:11,(anonymous_0)
22
- FN:21,(anonymous_1)
23
- FN:24,(anonymous_2)
24
- FN:25,(anonymous_3)
25
- FN:35,(anonymous_4)
26
- FNF:5
27
- FNH:4
28
- FNDA:23,(anonymous_0)
29
- FNDA:4,(anonymous_1)
30
- FNDA:5,(anonymous_2)
31
- FNDA:5,(anonymous_3)
32
- FNDA:0,(anonymous_4)
33
- DA:1,5
34
- DA:12,23
35
- DA:22,4
36
- DA:23,2
37
- DA:24,5
38
- DA:25,5
39
- DA:27,4
40
- DA:28,4
41
- DA:36,0
42
- DA:37,0
43
- LF:10
44
- LH:8
45
- BRDA:11,0,0,0
46
- BRDA:21,1,0,0
47
- BRDA:21,2,0,0
48
- BRDA:22,3,0,2
49
- BRDA:22,3,1,2
50
- BRDA:24,4,0,5
51
- BRDA:24,4,1,0
52
- BRF:7
53
- BRH:3
54
- end_of_record
55
- TN:
56
- SF:config\global.ts
57
- FNF:0
58
- FNH:0
59
- DA:3,5
60
- DA:9,5
61
- DA:15,5
62
- LF:3
63
- LH:3
64
- BRF:0
65
- BRH:0
66
- end_of_record
67
- TN:
68
- SF:functions\cache\index.ts
69
- FNF:0
70
- FNH:0
71
- DA:1,5
72
- LF:1
73
- LH:1
74
- BRF:0
75
- BRH:0
76
- end_of_record
77
- TN:
78
- SF:functions\observer\index.ts
79
- FN:8,(anonymous_0)
80
- FN:10,(anonymous_1)
81
- FN:61,(anonymous_2)
82
- FN:69,(anonymous_3)
83
- FN:82,(anonymous_4)
84
- FN:83,(anonymous_5)
85
- FNF:6
86
- FNH:4
87
- FNDA:4,(anonymous_0)
88
- FNDA:4,(anonymous_1)
89
- FNDA:4,(anonymous_2)
90
- FNDA:2,(anonymous_3)
91
- FNDA:0,(anonymous_4)
92
- FNDA:0,(anonymous_5)
93
- DA:1,5
94
- DA:2,0
95
- DA:3,5
96
- DA:8,5
97
- DA:10,4
98
- DA:11,4
99
- DA:12,4
100
- DA:13,0
101
- DA:14,0
102
- DA:16,4
103
- DA:18,4
104
- DA:19,0
105
- DA:22,4
106
- DA:23,0
107
- DA:24,0
108
- DA:28,4
109
- DA:29,0
110
- DA:30,0
111
- DA:34,4
112
- DA:35,0
113
- DA:40,0
114
- DA:41,0
115
- DA:45,4
116
- DA:46,4
117
- DA:47,0
118
- DA:48,0
119
- DA:50,4
120
- DA:51,4
121
- DA:55,5
122
- DA:61,4
123
- DA:70,2
124
- DA:71,0
125
- DA:72,2
126
- DA:73,2
127
- DA:83,0
128
- DA:84,0
129
- DA:86,0
130
- DA:90,5
131
- LF:38
132
- LH:21
133
- BRDA:1,0,0,0
134
- BRDA:1,0,1,5
135
- BRDA:8,1,0,0
136
- BRDA:8,2,0,4
137
- BRDA:12,3,0,0
138
- BRDA:12,3,1,4
139
- BRDA:18,4,0,0
140
- BRDA:18,4,1,4
141
- BRDA:22,5,0,0
142
- BRDA:22,5,1,4
143
- BRDA:22,6,0,4
144
- BRDA:22,6,1,0
145
- BRDA:28,7,0,0
146
- BRDA:28,7,1,4
147
- BRDA:28,8,0,4
148
- BRDA:28,8,1,0
149
- BRDA:34,9,0,0
150
- BRDA:34,9,1,4
151
- BRDA:34,10,0,4
152
- BRDA:34,10,1,4
153
- BRDA:45,11,0,4
154
- BRDA:45,11,1,0
155
- BRDA:45,12,0,4
156
- BRDA:45,12,1,4
157
- BRDA:46,13,0,0
158
- BRDA:46,13,1,4
159
- BRDA:46,14,0,4
160
- BRDA:46,14,1,4
161
- BRDA:70,15,0,0
162
- BRDA:70,15,1,2
163
- BRF:30
164
- BRH:18
165
- end_of_record
166
- TN:
167
- SF:functions\session\index.ts
168
- FN:8,(anonymous_0)
169
- FN:23,(anonymous_1)
170
- FN:40,(anonymous_2)
171
- FN:50,(anonymous_3)
172
- FN:55,(anonymous_4)
173
- FN:61,(anonymous_5)
174
- FN:67,(anonymous_6)
175
- FN:70,(anonymous_7)
176
- FN:74,(anonymous_8)
177
- FN:79,(anonymous_9)
178
- FNF:10
179
- FNH:0
180
- FNDA:0,(anonymous_0)
181
- FNDA:0,(anonymous_1)
182
- FNDA:0,(anonymous_2)
183
- FNDA:0,(anonymous_3)
184
- FNDA:0,(anonymous_4)
185
- FNDA:0,(anonymous_5)
186
- FNDA:0,(anonymous_6)
187
- FNDA:0,(anonymous_7)
188
- FNDA:0,(anonymous_8)
189
- FNDA:0,(anonymous_9)
190
- DA:1,0
191
- DA:6,0
192
- DA:9,0
193
- DA:10,0
194
- DA:11,0
195
- DA:12,0
196
- DA:13,0
197
- DA:14,0
198
- DA:15,0
199
- DA:18,0
200
- DA:24,0
201
- DA:25,0
202
- DA:26,0
203
- DA:27,0
204
- DA:28,0
205
- DA:29,0
206
- DA:30,0
207
- DA:31,0
208
- DA:32,0
209
- DA:35,0
210
- DA:41,0
211
- DA:42,0
212
- DA:43,0
213
- DA:44,0
214
- DA:45,0
215
- DA:51,0
216
- DA:56,0
217
- DA:57,0
218
- DA:62,0
219
- DA:63,0
220
- DA:68,0
221
- DA:69,0
222
- DA:71,0
223
- DA:72,0
224
- DA:74,0
225
- DA:80,0
226
- DA:81,0
227
- DA:82,0
228
- DA:83,0
229
- DA:84,0
230
- DA:85,0
231
- DA:89,0
232
- DA:93,0
233
- LF:43
234
- LH:0
235
- BRDA:9,0,0,0
236
- BRDA:9,0,1,0
237
- BRDA:13,1,0,0
238
- BRDA:13,1,1,0
239
- BRDA:24,2,0,0
240
- BRDA:24,2,1,0
241
- BRDA:27,3,0,0
242
- BRDA:27,3,1,0
243
- BRDA:27,4,0,0
244
- BRDA:27,4,1,0
245
- BRDA:29,5,0,0
246
- BRDA:29,5,1,0
247
- BRDA:29,6,0,0
248
- BRDA:29,6,1,0
249
- BRDA:29,6,2,0
250
- BRDA:29,6,3,0
251
- BRDA:31,7,0,0
252
- BRDA:31,7,1,0
253
- BRDA:41,8,0,0
254
- BRDA:41,8,1,0
255
- BRDA:43,9,0,0
256
- BRDA:43,9,1,0
257
- BRDA:68,10,0,0
258
- BRDA:68,10,1,0
259
- BRDA:68,11,0,0
260
- BRDA:68,11,1,0
261
- BRDA:71,12,0,0
262
- BRDA:71,12,1,0
263
- BRDA:71,13,0,0
264
- BRDA:71,13,1,0
265
- BRDA:82,14,0,0
266
- BRDA:82,14,1,0
267
- BRDA:84,15,0,0
268
- BRDA:84,15,1,0
269
- BRF:34
270
- BRH:0
271
- end_of_record
272
- TN:
273
- SF:functions\state\index.ts
274
- FN:5,(anonymous_0)
275
- FN:10,(anonymous_1)
276
- FN:12,(anonymous_2)
277
- FN:14,(anonymous_3)
278
- FN:22,(anonymous_4)
279
- FN:34,(anonymous_5)
280
- FN:43,(anonymous_6)
281
- FN:66,(anonymous_7)
282
- FN:85,(anonymous_8)
283
- FN:102,(anonymous_9)
284
- FN:119,(anonymous_10)
285
- FN:125,(anonymous_11)
286
- FNF:12
287
- FNH:9
288
- FNDA:11,(anonymous_0)
289
- FNDA:10,(anonymous_1)
290
- FNDA:11,(anonymous_2)
291
- FNDA:23,(anonymous_3)
292
- FNDA:10,(anonymous_4)
293
- FNDA:1,(anonymous_5)
294
- FNDA:1,(anonymous_6)
295
- FNDA:11,(anonymous_7)
296
- FNDA:1,(anonymous_8)
297
- FNDA:0,(anonymous_9)
298
- FNDA:0,(anonymous_10)
299
- FNDA:0,(anonymous_11)
300
- DA:1,5
301
- DA:6,11
302
- DA:10,5
303
- DA:12,10
304
- DA:13,11
305
- DA:14,11
306
- DA:15,23
307
- DA:16,23
308
- DA:21,10
309
- DA:24,10
310
- DA:25,2
311
- DA:26,2
312
- DA:27,2
313
- DA:28,2
314
- DA:31,2
315
- DA:33,8
316
- DA:34,1
317
- DA:35,1
318
- DA:36,1
319
- DA:37,1
320
- DA:39,0
321
- DA:42,7
322
- DA:43,1
323
- DA:44,1
324
- DA:45,2
325
- DA:46,2
326
- DA:49,1
327
- DA:52,6
328
- DA:53,3
329
- DA:54,3
330
- DA:55,3
331
- DA:56,3
332
- DA:57,2
333
- DA:59,1
334
- DA:62,0
335
- DA:63,0
336
- DA:67,11
337
- DA:68,0
338
- DA:69,0
339
- DA:71,11
340
- DA:72,11
341
- DA:73,11
342
- DA:80,11
343
- DA:81,11
344
- DA:83,11
345
- DA:84,2
346
- DA:86,1
347
- DA:91,1
348
- DA:95,11
349
- DA:98,0
350
- DA:99,0
351
- DA:103,0
352
- DA:104,0
353
- DA:105,0
354
- DA:106,0
355
- DA:109,0
356
- DA:110,0
357
- DA:116,5
358
- DA:118,5
359
- DA:123,5
360
- DA:124,5
361
- DA:125,5
362
- DA:126,0
363
- DA:127,0
364
- DA:128,0
365
- DA:129,0
366
- DA:130,0
367
- DA:135,5
368
- LF:68
369
- LH:50
370
- BRDA:5,0,0,11
371
- BRDA:10,1,0,8
372
- BRDA:24,2,0,2
373
- BRDA:24,2,1,8
374
- BRDA:27,3,0,2
375
- BRDA:27,3,1,0
376
- BRDA:27,4,0,2
377
- BRDA:27,4,1,2
378
- BRDA:33,5,0,1
379
- BRDA:33,5,1,7
380
- BRDA:35,6,0,1
381
- BRDA:35,6,1,0
382
- BRDA:35,7,0,1
383
- BRDA:35,7,1,1
384
- BRDA:42,8,0,1
385
- BRDA:42,8,1,6
386
- BRDA:45,9,0,2
387
- BRDA:45,9,1,0
388
- BRDA:45,10,0,2
389
- BRDA:45,10,1,2
390
- BRDA:52,11,0,3
391
- BRDA:52,11,1,3
392
- BRDA:56,12,0,2
393
- BRDA:56,12,1,1
394
- BRDA:56,13,0,3
395
- BRDA:56,13,1,3
396
- BRDA:56,13,2,2
397
- BRDA:67,14,0,0
398
- BRDA:67,14,1,11
399
- BRDA:67,15,0,11
400
- BRDA:67,15,1,0
401
- BRDA:67,15,2,0
402
- BRDA:83,16,0,2
403
- BRDA:83,16,1,9
404
- BRDA:83,17,0,11
405
- BRDA:83,17,1,11
406
- BRDA:118,18,0,0
407
- BRDA:118,18,1,5
408
- BRDA:126,19,0,0
409
- BRDA:126,19,1,0
410
- BRF:40
411
- BRH:31
412
- end_of_record
413
- TN:
414
- SF:functions\store\index.ts
415
- FN:8,(anonymous_0)
416
- FN:23,(anonymous_1)
417
- FN:40,(anonymous_2)
418
- FN:50,(anonymous_3)
419
- FN:55,(anonymous_4)
420
- FN:61,(anonymous_5)
421
- FN:67,(anonymous_6)
422
- FN:70,(anonymous_7)
423
- FN:74,(anonymous_8)
424
- FN:79,(anonymous_9)
425
- FNF:10
426
- FNH:4
427
- FNDA:5,(anonymous_0)
428
- FNDA:7,(anonymous_1)
429
- FNDA:1,(anonymous_2)
430
- FNDA:0,(anonymous_3)
431
- FNDA:2,(anonymous_4)
432
- FNDA:0,(anonymous_5)
433
- FNDA:0,(anonymous_6)
434
- FNDA:0,(anonymous_7)
435
- FNDA:0,(anonymous_8)
436
- FNDA:0,(anonymous_9)
437
- DA:1,5
438
- DA:6,5
439
- DA:9,5
440
- DA:10,0
441
- DA:11,5
442
- DA:12,5
443
- DA:13,5
444
- DA:14,2
445
- DA:15,3
446
- DA:18,0
447
- DA:24,7
448
- DA:25,0
449
- DA:26,7
450
- DA:27,7
451
- DA:28,0
452
- DA:29,7
453
- DA:30,7
454
- DA:31,0
455
- DA:32,0
456
- DA:35,0
457
- DA:41,1
458
- DA:42,0
459
- DA:43,1
460
- DA:44,1
461
- DA:45,1
462
- DA:51,0
463
- DA:56,2
464
- DA:57,2
465
- DA:62,0
466
- DA:63,0
467
- DA:68,0
468
- DA:69,0
469
- DA:71,0
470
- DA:72,0
471
- DA:74,0
472
- DA:80,0
473
- DA:81,0
474
- DA:82,0
475
- DA:83,0
476
- DA:84,0
477
- DA:85,0
478
- DA:89,0
479
- DA:93,5
480
- LF:43
481
- LH:20
482
- BRDA:9,0,0,0
483
- BRDA:9,0,1,5
484
- BRDA:13,1,0,2
485
- BRDA:13,1,1,3
486
- BRDA:24,2,0,0
487
- BRDA:24,2,1,7
488
- BRDA:27,3,0,0
489
- BRDA:27,3,1,7
490
- BRDA:27,4,0,7
491
- BRDA:27,4,1,7
492
- BRDA:29,5,0,7
493
- BRDA:29,5,1,0
494
- BRDA:29,6,0,7
495
- BRDA:29,6,1,6
496
- BRDA:29,6,2,6
497
- BRDA:29,6,3,6
498
- BRDA:31,7,0,0
499
- BRDA:31,7,1,0
500
- BRDA:41,8,0,0
501
- BRDA:41,8,1,1
502
- BRDA:43,9,0,1
503
- BRDA:43,9,1,0
504
- BRDA:68,10,0,0
505
- BRDA:68,10,1,0
506
- BRDA:68,11,0,0
507
- BRDA:68,11,1,0
508
- BRDA:71,12,0,0
509
- BRDA:71,12,1,0
510
- BRDA:71,13,0,0
511
- BRDA:71,13,1,0
512
- BRDA:82,14,0,0
513
- BRDA:82,14,1,0
514
- BRDA:84,15,0,0
515
- BRDA:84,15,1,0
516
- BRF:34
517
- BRH:14
518
- end_of_record
package/dist/index.d.ts DELETED
@@ -1,7 +0,0 @@
1
-
2
- /// <reference path="./types/memorio.d.ts" />
3
- /// <reference path="./types/observer.d.ts" />
4
- /// <reference path="./types/state.d.ts" />
5
- /// <reference path="./types/session.d.ts" />
6
- /// <reference path="./types/store.d.ts" />
7
- /// <reference path="./types/cache.d.ts" />
package/dist/package.json DELETED
@@ -1,98 +0,0 @@
1
- {
2
- "name": "memorio",
3
- "version": "1.0.0",
4
- "type": "module",
5
- "main": "index.js",
6
- "scripts": {
7
- "build": "node ./esbuild.config.mjs",
8
- "watch": "esbuild init.ts --bundle --outdir=dist --serve",
9
- "-----------": "",
10
- "test": "set NODE_OPTIONS=--experimental-vm-modules && jest",
11
- "test:watch": "set NODE_OPTIONS=--experimental-vm-modules && jest --watch",
12
- "test:coverage": "set NODE_OPTIONS=--experimental-vm-modules && jest --coverage",
13
- "test:watchAll": "set NODE_OPTIONS=--experimental-vm-modules && jest --watchAll",
14
- "tsc": "tsc -b .",
15
- "eslint": "eslint .",
16
- "updates": "npx npm-check-updates -u && npm i",
17
- "----------": "",
18
- "publish:npm": "npm run build && npm publish ./dist"
19
- },
20
- "types": "index.d.ts",
21
- "typings": "./types/*",
22
- "description": "Memorio, State + Observer and Store/Session for a easy life ",
23
- "license": "MIT",
24
- "copyright": "Dario Passariello, BigLogic ca - a51.dev is a BigLogic project",
25
- "homepage": "https://a51.gitbook.io/memorio",
26
- "author": {
27
- "name": "Dario Passariello",
28
- "url": "https://dario.passariello.ca/",
29
- "email": "dariopassariello@gmail.com"
30
- },
31
- "support": {
32
- "name": "Dario Passariello",
33
- "url": "https://github.com/passariello/",
34
- "email": "dariopassariello@gmail.com"
35
- },
36
- "contributors": [
37
- {
38
- "name": "Dario Passariello",
39
- "email": "dariopassarielloa@gmail.com"
40
- },
41
- {
42
- "name": "Valeria Cala Scaglitta",
43
- "email": "valeriacalascaglitta@gmail.com"
44
- }
45
- ],
46
- "keywords": [
47
- "memorio",
48
- "state",
49
- "store",
50
- "session",
51
- "observer",
52
- "dario",
53
- "passariello",
54
- "context",
55
- "react",
56
- "biglogic",
57
- "a51"
58
- ],
59
- "repository": {
60
- "type": "git",
61
- "url": "git+https://github.com/a51-dev/a51.memorio.git",
62
- "help": "https://github.com/a51-dev/a51.memorio#readme"
63
- },
64
- "bugs": {
65
- "url": "https://github.com/a51-dev/a51.memorio/issues"
66
- },
67
- "funding": [
68
- {
69
- "type": "patreon",
70
- "url": "https://www.patreon.com/passariello"
71
- }
72
- ],
73
- "typing": [
74
- "types/*"
75
- ],
76
- "dependencies": {
77
- "dphelper.types": "0.0.19"
78
- },
79
- "devDependencies": {
80
- "@eslint/js": "9.34.0",
81
- "@types/jest": "30.0.0",
82
- "@types/node": "^24.3.0",
83
- "@typescript-eslint/eslint-plugin": "8.41.0",
84
- "@typescript-eslint/parser": "8.41.0",
85
- "dphelper.types": "0.0.19",
86
- "esbuild": "^0.25.9",
87
- "esbuild-plugin-clean": "^1.0.1",
88
- "esbuild-plugin-copy": "^2.1.1",
89
- "eslint": "9.34.0",
90
- "jest": "30.0.5",
91
- "jest-environment-jsdom": "30.0.5",
92
- "ts-jest": "29.4.1",
93
- "ts-loader": "^9.5.4",
94
- "ts-node": "10.9.2",
95
- "tslib": "^2.8.1",
96
- "typescript": "5.9.2"
97
- }
98
- }
@@ -1,27 +0,0 @@
1
- /*!
2
- dphelper
3
- Copyright (c) 2019 Dario Passariello <dariopassariello@gmail.com>
4
- Licensed under MIT License, see
5
- https://dario.passariello.ca
6
- */
7
-
8
- /**
9
- * Cache is used for internal use only... but you can use if you need.
10
- * @return Some stuff you cache... usually used for dynamic imports from dphelper.
11
- */
12
-
13
- interface _cache {
14
-
15
- /**
16
- * Create a cache, please use state instead!
17
- *
18
- * @example
19
- * cache.myCache = any
20
- *
21
- * @since dphelper 1.0.6
22
- */
23
- [key: string]: any
24
- }
25
-
26
- declare var cache: _cache
27
- type cache = _cache
@@ -1,18 +0,0 @@
1
-
2
- interface _memorio {
3
- setProps: any,
4
- obj: any,
5
- array: any,
6
- dispatch: any,
7
- setDescription: any
8
- }
9
-
10
- type memorio = _memorio
11
- declare var memorio: any
12
-
13
- type arguments = any
14
- declare var arguments: any
15
-
16
- global.memorio = global.memorio
17
- ? global.memorio
18
- : globalThis.memorio
@@ -1,47 +0,0 @@
1
- /*!
2
- memorio
3
- Copyright (c) 2025 Dario Passariello <dariopassariello@gmail.com>
4
- Licensed under MIT License, see
5
- https://dario.passariello.ca
6
- */
7
-
8
- /**
9
- * Observer run a callback anytime the associated state going to change
10
- * @return Execution of function after state change.
11
- */
12
- interface _observer {
13
-
14
- /**
15
- * Generate your observer
16
- *
17
- * @example
18
- * observer("myState", Function)
19
- *
20
- * @since memorio 1.0.6
21
- */
22
- (stateName: string, callBack: any): any
23
-
24
- /**
25
- * List of active observers
26
- *
27
- * @example
28
- * observer.list()
29
- *
30
- * @since memorio 1.0.6
31
- */
32
- readonly list?: () => void
33
-
34
- /**
35
- * Remove the active observer (not the state)
36
- *
37
- * @example
38
- * observer.remove("myState")
39
- *
40
- * @since memorio 1.0.6
41
- */
42
- readonly remove?: (name: string, callBack?: any, flag?: boolean) => void
43
-
44
- }
45
-
46
- declare var observer: _observer
47
- type observer = _observer