@ctx-core/assert
Advanced tools
+7
-6
| { | ||
| "name": "@ctx-core/assert", | ||
| "version": "6.2.9", | ||
| "version": "6.2.10", | ||
| "description": "ctx-core assertions", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "c8": "^8.0.1", | ||
| "c8": "^9.1.0", | ||
| "check-dts": "^0.7.2", | ||
| "tsx": "^4.7.0", | ||
| "tsx": "^4.7.1", | ||
| "typescript": "next", | ||
@@ -48,6 +48,7 @@ "uvu": "^0.5.6" | ||
| "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" | ||
| } | ||
| } |
2617
1.47%