write-file-atomic
Advanced tools
+4
-4
| { | ||
| "name": "write-file-atomic", | ||
| "version": "7.0.1", | ||
| "version": "8.0.0", | ||
| "description": "Write files in an atomic fashion w/configurable ownership", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
| "@npmcli/eslint-config": "^6.0.0", | ||
| "@npmcli/template-oss": "4.28.1", | ||
| "@npmcli/template-oss": "5.0.0", | ||
| "tap": "^16.0.1" | ||
@@ -44,3 +44,3 @@ }, | ||
| "engines": { | ||
| "node": "^20.17.0 || >=22.9.0" | ||
| "node": "^22.22.2 || ^24.15.0 || >=26.0.0" | ||
| }, | ||
@@ -50,3 +50,3 @@ "templateOSS": { | ||
| "windowsCI": false, | ||
| "version": "4.28.1", | ||
| "version": "5.0.0", | ||
| "publish": "true" | ||
@@ -53,0 +53,0 @@ }, |
12235
0.08%