p3x-ramdisk 2026.4.125 → 2026.4.126
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 +2 -2
- package/change-log.md +1 -1
- package/package.json +3 -3
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.
|
|
9
|
+
# 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2026.4.126
|
|
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.
|
|
377
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.126
|
|
378
378
|
|
|
379
379
|
[](https://www.npmjs.com/package/p3x-ramdisk) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](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.
|
|
59
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.126
|
|
60
60
|
|
|
61
61
|
[](https://www.npmjs.com/package/p3x-ramdisk) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](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.
|
|
3
|
+
"version": "2026.4.126",
|
|
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.
|
|
47
|
+
"corifeus-utils": "^2026.4.129",
|
|
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.
|
|
54
|
+
"corifeus-builder": "^2026.4.148"
|
|
55
55
|
}
|
|
56
56
|
}
|