p3x-ramdisk 2026.4.131 → 2026.4.136
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 +3 -3
- package/change-log.md +1 -1
- package/package.json +5 -5
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.136
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
### 🛠️ Built on NodeJs version
|
|
23
23
|
|
|
24
24
|
```txt
|
|
25
|
-
v24.
|
|
25
|
+
v24.16.0
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
|
@@ -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.
|
|
397
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.136
|
|
398
398
|
|
|
399
399
|
[](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)
|
|
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.
|
|
79
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2026.4.136
|
|
80
80
|
|
|
81
81
|
[](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)
|
|
82
82
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-ramdisk",
|
|
3
|
-
"version": "2026.4.
|
|
3
|
+
"version": "2026.4.136",
|
|
4
4
|
"description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
|
|
5
5
|
"main": "Gruntfile.js",
|
|
6
6
|
"corifeus": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"type": "p3x",
|
|
10
10
|
"publish": true,
|
|
11
11
|
"code": "Vader",
|
|
12
|
-
"nodejs": "v24.
|
|
12
|
+
"nodejs": "v24.16.0",
|
|
13
13
|
"opencollective": false,
|
|
14
14
|
"reponame": "ramdisk",
|
|
15
15
|
"build": true
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"homepage": "https://corifeus.com/ramdisk",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"clear": "^0.1.0",
|
|
46
|
-
"commander": "^
|
|
47
|
-
"corifeus-utils": "^2026.4.
|
|
46
|
+
"commander": "^15.0.0",
|
|
47
|
+
"corifeus-utils": "^2026.4.140",
|
|
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.161"
|
|
55
55
|
}
|
|
56
56
|
}
|