@eik/core
Advanced tools
+7
-0
@@ -0,1 +1,8 @@ | ||
| ## [2.1.48](https://github.com/eik-lib/core/compare/v2.1.47...v2.1.48) (2026-05-28) | ||
| ### Bug Fixes | ||
| * Replace Tap with node.js test runner ([#588](https://github.com/eik-lib/core/issues/588)) ([823e940](https://github.com/eik-lib/core/commit/823e940f976168bcad4d9fa504476c1fe9c2a452)) | ||
| ## [2.1.47](https://github.com/eik-lib/core/compare/v2.1.46...v2.1.47) (2026-05-27) | ||
@@ -2,0 +9,0 @@ |
+3
-4
| { | ||
| "name": "@eik/core", | ||
| "version": "2.1.47", | ||
| "version": "2.1.48", | ||
| "description": "Core server package", | ||
@@ -18,4 +18,4 @@ "main": "lib/main.js", | ||
| "lint:fix": "eslint --fix .", | ||
| "test": "tap --disable-coverage --allow-empty-coverage", | ||
| "test:snapshots": "tap --snapshot", | ||
| "test": "node --test 'test/**/*.js'", | ||
| "test:snapshots": "node --test --test-update-snapshots 'test/**/*.js'", | ||
| "types": "run-s types:module types:test", | ||
@@ -58,5 +58,4 @@ "types:module": "tsc", | ||
| "semantic-release": "25.0.3", | ||
| "tap": "21.7.4", | ||
| "typescript": "6.0.3" | ||
| } | ||
| } |
200272
0.14%11
-8.33%