p3x-ramdisk 2026.4.124 → 2026.4.125

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.124
9
+ # 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2026.4.125
10
10
 
11
11
 
12
12
 
@@ -374,7 +374,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
374
374
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
375
375
 
376
376
 
377
- [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.124
377
+ [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.125
378
378
 
379
379
  [![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)
380
380
 
package/change-log.md CHANGED
@@ -56,7 +56,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
56
56
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
57
57
 
58
58
 
59
- [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.124
59
+ [**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.125
60
60
 
61
61
  [![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)
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p3x-ramdisk",
3
- "version": "2026.4.124",
3
+ "version": "2026.4.125",
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.127",
47
+ "corifeus-utils": "^2026.4.128",
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.146"
54
+ "corifeus-builder": "^2026.4.147"
55
55
  }
56
56
  }