ctx-core 6.6.0 → 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 +14 -10
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",
|
|
@@ -19,7 +19,11 @@
|
|
|
19
19
|
"url": "https://github.com/ctx-core/ctx-core.git"
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
|
-
"author":
|
|
22
|
+
"author": {
|
|
23
|
+
"name": "Brian Takita",
|
|
24
|
+
"url": "https://briantakita.me",
|
|
25
|
+
"email": "info+ctx-core@briantakita.me"
|
|
26
|
+
},
|
|
23
27
|
"type": "module",
|
|
24
28
|
"files": [
|
|
25
29
|
"*.d.ts",
|
|
@@ -297,10 +301,10 @@
|
|
|
297
301
|
"./package.json": "./package.json"
|
|
298
302
|
},
|
|
299
303
|
"devDependencies": {
|
|
300
|
-
"@ctx-core/preprocess": "^0.1.
|
|
301
|
-
"@size-limit/preset-small-lib": "^11.1.
|
|
304
|
+
"@ctx-core/preprocess": "^0.1.3",
|
|
305
|
+
"@size-limit/preset-small-lib": "^11.1.2",
|
|
302
306
|
"@types/jsdom": "^21.1.6",
|
|
303
|
-
"@types/node": "^20.11.
|
|
307
|
+
"@types/node": "^20.11.30",
|
|
304
308
|
"@types/sinon": "^17.0.3",
|
|
305
309
|
"c8": "^9.1.0",
|
|
306
310
|
"check-dts": "^0.7.2",
|
|
@@ -308,7 +312,7 @@
|
|
|
308
312
|
"esmock": "^2.6.4",
|
|
309
313
|
"jsdom": "^24.0.0",
|
|
310
314
|
"sinon": "^17.0.1",
|
|
311
|
-
"size-limit": "^11.1.
|
|
315
|
+
"size-limit": "^11.1.2",
|
|
312
316
|
"tsx": "^4.7.1",
|
|
313
317
|
"typescript": "next",
|
|
314
318
|
"uvu": "^0.5.6"
|
|
@@ -365,28 +369,28 @@
|
|
|
365
369
|
"import": {
|
|
366
370
|
"./rmemo": "{ memo_ }"
|
|
367
371
|
},
|
|
368
|
-
"limit": "
|
|
372
|
+
"limit": "376 B"
|
|
369
373
|
},
|
|
370
374
|
{
|
|
371
375
|
"name": "memo_ sig_",
|
|
372
376
|
"import": {
|
|
373
377
|
"./rmemo": "{ sig_, memo_ }"
|
|
374
378
|
},
|
|
375
|
-
"limit": "
|
|
379
|
+
"limit": "395 B"
|
|
376
380
|
},
|
|
377
381
|
{
|
|
378
382
|
"name": "memo_ sig_ be_ ctx_",
|
|
379
383
|
"import": {
|
|
380
384
|
"./rmemo": "{ sig_, memo_, be_, ctx_ }"
|
|
381
385
|
},
|
|
382
|
-
"limit": "
|
|
386
|
+
"limit": "498 B"
|
|
383
387
|
},
|
|
384
388
|
{
|
|
385
389
|
"name": "memo_ sig_ be_ ctx_ be_memo_pair_ be_sig_triple_",
|
|
386
390
|
"import": {
|
|
387
391
|
"./rmemo": "{ sig_, memo_, be_, ctx_, be_memo_pair_, be_sig_triple_ }"
|
|
388
392
|
},
|
|
389
|
-
"limit": "
|
|
393
|
+
"limit": "591 B"
|
|
390
394
|
},
|
|
391
395
|
{
|
|
392
396
|
"name": "class_",
|