ctx-core 6.6.2 → 6.7.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.
- package/all/rmemo/index.js +1 -1
- package/package.json +7 -7
package/all/rmemo/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
},
|
|
303
303
|
"devDependencies": {
|
|
304
304
|
"@ctx-core/preprocess": "^0.1.3",
|
|
305
|
-
"@size-limit/preset-small-lib": "^11.1.
|
|
305
|
+
"@size-limit/preset-small-lib": "^11.1.2",
|
|
306
306
|
"@types/jsdom": "^21.1.6",
|
|
307
307
|
"@types/node": "^20.11.30",
|
|
308
308
|
"@types/sinon": "^17.0.3",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"esmock": "^2.6.4",
|
|
313
313
|
"jsdom": "^24.0.0",
|
|
314
314
|
"sinon": "^17.0.1",
|
|
315
|
-
"size-limit": "^11.1.
|
|
315
|
+
"size-limit": "^11.1.2",
|
|
316
316
|
"tsx": "^4.7.1",
|
|
317
317
|
"typescript": "next",
|
|
318
318
|
"uvu": "^0.5.6"
|
|
@@ -369,28 +369,28 @@
|
|
|
369
369
|
"import": {
|
|
370
370
|
"./rmemo": "{ memo_ }"
|
|
371
371
|
},
|
|
372
|
-
"limit": "
|
|
372
|
+
"limit": "376 B"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"name": "memo_ sig_",
|
|
376
376
|
"import": {
|
|
377
377
|
"./rmemo": "{ sig_, memo_ }"
|
|
378
378
|
},
|
|
379
|
-
"limit": "
|
|
379
|
+
"limit": "395 B"
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
"name": "memo_ sig_ be_ ctx_",
|
|
383
383
|
"import": {
|
|
384
384
|
"./rmemo": "{ sig_, memo_, be_, ctx_ }"
|
|
385
385
|
},
|
|
386
|
-
"limit": "
|
|
386
|
+
"limit": "498 B"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"name": "memo_ sig_ be_ ctx_ be_memo_pair_ be_sig_triple_",
|
|
390
390
|
"import": {
|
|
391
391
|
"./rmemo": "{ sig_, memo_, be_, ctx_, be_memo_pair_, be_sig_triple_ }"
|
|
392
392
|
},
|
|
393
|
-
"limit": "
|
|
393
|
+
"limit": "591 B"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"name": "class_",
|