@slipher/cooldown
Advanced tools
+6
-5
| { | ||
| "name": "@slipher/cooldown", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "private": false, | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
| "devDependencies": { | ||
| "@types/node": "^22.15.1", | ||
| "typescript": "^5.8.3" | ||
| "@types/node": "^24.3.0", | ||
| "typescript": "^5.9.2" | ||
| }, | ||
| "dependencies": { | ||
| "seyfert": "3.1.0" | ||
| "seyfert": "3.2.6" | ||
| }, | ||
@@ -29,4 +29,5 @@ "scripts": { | ||
| "checkb": "biome check --write --no-errors-on-unmatched ./src", | ||
| "test": "vitest run --config ./test/vitest.config.mts ./test/" | ||
| "test": "vitest run --config ./test/vitest.config.mts ./test/", | ||
| "prepublish": "pnpm build" | ||
| } | ||
| } |
11494
0.27%+ Added
- Removed
Updated