p3x-ramdisk 2025.4.111 → 2025.4.115
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 -8
- package/change-log.md +2 -7
- 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 v2025.4.
|
|
9
|
+
# 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2025.4.115
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -361,13 +361,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
361
361
|
|
|
362
362
|
---
|
|
363
363
|
|
|
364
|
-
### 🖥️ Server Availability
|
|
365
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
366
|
-
|
|
367
|
-
---
|
|
368
|
-
|
|
369
364
|
### 🌍 About My Domains
|
|
370
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
365
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](https://corifeus.eu), and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
371
366
|
|
|
372
367
|
---
|
|
373
368
|
|
|
@@ -382,7 +377,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
382
377
|
---
|
|
383
378
|
|
|
384
379
|
|
|
385
|
-
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2025.4.
|
|
380
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2025.4.115
|
|
386
381
|
|
|
387
382
|
[](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)
|
|
388
383
|
|
package/change-log.md
CHANGED
|
@@ -43,13 +43,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
### 🖥️ Server Availability
|
|
47
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
46
|
### 🌍 About My Domains
|
|
52
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
47
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](https://corifeus.eu), and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
53
48
|
|
|
54
49
|
---
|
|
55
50
|
|
|
@@ -64,7 +59,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
64
59
|
---
|
|
65
60
|
|
|
66
61
|
|
|
67
|
-
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2025.4.
|
|
62
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2025.4.115
|
|
68
63
|
|
|
69
64
|
[](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)
|
|
70
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-ramdisk",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.115",
|
|
4
4
|
"description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
|
|
5
5
|
"main": "Gruntfile.js",
|
|
6
6
|
"corifeus": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"clear": "^0.1.0",
|
|
45
45
|
"commander": "^13.0.0",
|
|
46
|
-
"corifeus-utils": "^2025.4.
|
|
46
|
+
"corifeus-utils": "^2025.4.117",
|
|
47
47
|
"lodash": "^4.17.21"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=12.13.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"corifeus-builder": "^2025.4.
|
|
53
|
+
"corifeus-builder": "^2025.4.123"
|
|
54
54
|
}
|
|
55
55
|
}
|