ctx-core 6.4.3 → 6.4.5
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.5",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -297,11 +297,10 @@
|
|
|
297
297
|
"./package.json": "./package.json"
|
|
298
298
|
},
|
|
299
299
|
"devDependencies": {
|
|
300
|
-
"@arethetypeswrong/cli": "^0.13.10",
|
|
301
300
|
"@ctx-core/preprocess": "^0.1.2",
|
|
302
301
|
"@size-limit/preset-small-lib": "^11.0.2",
|
|
303
302
|
"@types/jsdom": "^21.1.6",
|
|
304
|
-
"@types/node": "^20.11.
|
|
303
|
+
"@types/node": "^20.11.20",
|
|
305
304
|
"@types/sinon": "^17.0.3",
|
|
306
305
|
"c8": "^9.1.0",
|
|
307
306
|
"check-dts": "^0.7.2",
|
|
@@ -380,7 +379,7 @@
|
|
|
380
379
|
"import": {
|
|
381
380
|
"./rmemo": "{ sig_, memo_, be_, ctx_ }"
|
|
382
381
|
},
|
|
383
|
-
"limit": "
|
|
382
|
+
"limit": "496 B"
|
|
384
383
|
},
|
|
385
384
|
{
|
|
386
385
|
"name": "memo_ sig_ be_ ctx_ be_memo_pair_ be_sig_triple_",
|