@ctx-core/dir
Advanced tools
Comparing version 8.2.69 to 8.2.70
{ | ||
"name": "@ctx-core/dir", | ||
"version": "8.2.69", | ||
"version": "8.2.70", | ||
"description": "ctx-core dir", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ctx-core": "^5.5.0" | ||
"ctx-core": "^5.6.1" | ||
}, | ||
@@ -52,6 +52,7 @@ "devDependencies": { | ||
"exec": "$@", | ||
"test": "pnpm test-unit && check-dts", | ||
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
"test-unit-coverage": "c8 pnpm test-unit" | ||
"test": "pnpm test:unit && pnpm test:types", | ||
"test:types": "check-dts", | ||
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
"test:unit:coverage": "c8 pnpm test:unit" | ||
} | ||
} |
2463
Updatedctx-core@^5.6.1