ctx-core 7.2.17 → 7.2.19
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.19",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -309,16 +309,15 @@
|
|
|
309
309
|
"@ctx-core/preprocess": "^0.1.3",
|
|
310
310
|
"@size-limit/preset-small-lib": "^11.1.4",
|
|
311
311
|
"@types/jsdom": "^21.1.7",
|
|
312
|
-
"@types/node": "^20.14.
|
|
312
|
+
"@types/node": "^20.14.3",
|
|
313
313
|
"@types/sinon": "^17.0.3",
|
|
314
|
-
"c8": "^
|
|
314
|
+
"c8": "^10.1.2",
|
|
315
315
|
"check-dts": "^0.8.0",
|
|
316
|
-
"esbuild": "^0.21.
|
|
317
|
-
"esmock": "^2.6.5",
|
|
316
|
+
"esbuild": "^0.21.5",
|
|
318
317
|
"jsdom": "^24.1.0",
|
|
319
318
|
"sinon": "^18.0.0",
|
|
320
319
|
"size-limit": "^11.1.4",
|
|
321
|
-
"tsx": "^4.
|
|
320
|
+
"tsx": "^4.15.6",
|
|
322
321
|
"typescript": "next",
|
|
323
322
|
"uvu": "^0.5.6"
|
|
324
323
|
},
|
|
@@ -440,7 +439,7 @@
|
|
|
440
439
|
"test": "pnpm run /^test:/",
|
|
441
440
|
"test:size": "size-limit",
|
|
442
441
|
"test:type": "check-dts",
|
|
443
|
-
"test:unit": "
|
|
442
|
+
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
|
|
444
443
|
"disable:test:coverage": "c8 pnpm test:unit"
|
|
445
444
|
}
|
|
446
445
|
}
|