p3x-ramdisk 2026.4.127 → 2026.4.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2026.4.127
9
+ # 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2026.4.131
10
10
 
11
11
 
12
12
 
@@ -394,7 +394,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
394
394
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
395
395
 
396
396
 
397
- [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.127
397
+ [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.131
398
398
 
399
399
  [![NPM](https://img.shields.io/npm/v/p3x-ramdisk.svg)](https://www.npmjs.com/package/p3x-ramdisk) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
400
400
 
package/change-log.md CHANGED
@@ -76,7 +76,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
76
76
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
77
77
 
78
78
 
79
- [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.127
79
+ [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.131
80
80
 
81
81
  [![NPM](https://img.shields.io/npm/v/p3x-ramdisk.svg)](https://www.npmjs.com/package/p3x-ramdisk) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p3x-ramdisk",
3
- "version": "2026.4.127",
3
+ "version": "2026.4.131",
4
4
  "description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
5
5
  "main": "Gruntfile.js",
6
6
  "corifeus": {
@@ -44,13 +44,13 @@
44
44
  "dependencies": {
45
45
  "clear": "^0.1.0",
46
46
  "commander": "^14.0.3",
47
- "corifeus-utils": "^2026.4.130",
47
+ "corifeus-utils": "^2026.4.135",
48
48
  "lodash": "^4.18.1"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=12.13.0"
52
52
  },
53
53
  "devDependencies": {
54
- "corifeus-builder": "^2026.4.149"
54
+ "corifeus-builder": "^2026.4.154"
55
55
  }
56
56
  }