ctx-core 6.1.1 → 6.1.2
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
},
|
|
294
294
|
"devDependencies": {
|
|
295
295
|
"@arethetypeswrong/cli": "^0.13.8",
|
|
296
|
-
"@ctx-core/preprocess": "^0.1.
|
|
296
|
+
"@ctx-core/preprocess": "^0.1.2",
|
|
297
297
|
"@size-limit/preset-small-lib": "^11.0.2",
|
|
298
298
|
"@types/jsdom": "^21.1.6",
|
|
299
299
|
"@types/node": "^20.11.17",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"jsdom": "^24.0.0",
|
|
306
306
|
"sinon": "^17.0.1",
|
|
307
307
|
"size-limit": "^11.0.2",
|
|
308
|
-
"tsx": "^4.7.
|
|
308
|
+
"tsx": "^4.7.1",
|
|
309
309
|
"typescript": "next",
|
|
310
310
|
"uvu": "^0.5.6"
|
|
311
311
|
},
|