@yawlabs/electron-optimize
Advanced tools
+5
-4
| { | ||
| "name": "@yawlabs/electron-optimize", | ||
| "version": "1.0.2", | ||
| "version": "1.1.0", | ||
| "description": "Drop-in optimization utilities for Electron apps — temp file cleanup, window bounds validation, startup timing, cache management, and power state handling.", | ||
@@ -47,3 +47,3 @@ "main": "dist/index.js", | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=20.0.0" | ||
| }, | ||
@@ -55,5 +55,6 @@ "peerDependencies": { | ||
| "@biomejs/biome": "^2.4.11", | ||
| "typescript": "^5.7.0", | ||
| "vitest": "^3.1.0" | ||
| "@types/node": "^25.6.0", | ||
| "typescript": "^6.0.2", | ||
| "vitest": "^4.1.4" | ||
| } | ||
| } |
+3
-1
@@ -195,6 +195,8 @@ # electron-optimize | ||
| - Electron >= 20.0.0 | ||
| - Node.js >= 16 | ||
| - Node.js >= 20 | ||
| See [CONTRIBUTING.md](./CONTRIBUTING.md#supported-node--electron-versions) for the versioning policy. | ||
| ## License | ||
| MIT |
55948
0.24%202
1%4
33.33%