p3x-ramdisk 2024.4.116 → 2024.4.119
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 +17 -7
- package/change-log.md +15 -5
- package/package.json +4 -4
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 v2024.4.
|
|
9
|
+
# 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2024.4.119
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
### Built on NodeJs version
|
|
21
21
|
|
|
22
22
|
```txt
|
|
23
|
-
|
|
23
|
+
v22.1.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
|
|
@@ -334,18 +334,28 @@ patrikx3@workstation ~/ramdisk-persistent/current/.p3x-ramdisk-link $
|
|
|
334
334
|
|
|
335
335
|
---
|
|
336
336
|
|
|
337
|
-
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
|
|
338
337
|
|
|
339
|
-
|
|
338
|
+
## Support Our Open-Source Project ❤️
|
|
339
|
+
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
|
|
340
340
|
|
|
341
|
-
|
|
341
|
+
### Server Availability
|
|
342
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
342
343
|
|
|
343
|
-
|
|
344
|
+
### About My Domains
|
|
345
|
+
All my domains, including [patrikx3.com](https://patrikx3.com) 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.
|
|
344
346
|
|
|
347
|
+
### Versioning Policy
|
|
348
|
+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
349
|
+
- **Major:** Corresponds to the current year.
|
|
350
|
+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
351
|
+
- **Patch:** Incremental, updated with each build.
|
|
352
|
+
|
|
353
|
+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
345
354
|
|
|
346
355
|
---
|
|
347
356
|
|
|
348
|
-
|
|
357
|
+
|
|
358
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2024.4.119
|
|
349
359
|
|
|
350
360
|
[](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)
|
|
351
361
|
|
package/change-log.md
CHANGED
|
@@ -18,18 +18,28 @@ Released on 01/21/2022
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
## Support Our Open-Source Project ❤️
|
|
23
|
+
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
### Server Availability
|
|
26
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
26
27
|
|
|
27
|
-
|
|
28
|
+
### About My Domains
|
|
29
|
+
All my domains, including [patrikx3.com](https://patrikx3.com) 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.
|
|
28
30
|
|
|
31
|
+
### Versioning Policy
|
|
32
|
+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
33
|
+
- **Major:** Corresponds to the current year.
|
|
34
|
+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
35
|
+
- **Patch:** Incremental, updated with each build.
|
|
36
|
+
|
|
37
|
+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
29
38
|
|
|
30
39
|
---
|
|
31
40
|
|
|
32
|
-
|
|
41
|
+
|
|
42
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2024.4.119
|
|
33
43
|
|
|
34
44
|
[](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)
|
|
35
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-ramdisk",
|
|
3
|
-
"version": "2024.4.
|
|
3
|
+
"version": "2024.4.119",
|
|
4
4
|
"description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
|
|
5
5
|
"main": "Gruntfile.js",
|
|
6
6
|
"corifeus": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "p3x",
|
|
9
9
|
"publish": true,
|
|
10
10
|
"code": "Vader",
|
|
11
|
-
"nodejs": "
|
|
11
|
+
"nodejs": "v22.1.0",
|
|
12
12
|
"opencollective": false,
|
|
13
13
|
"reponame": "ramdisk",
|
|
14
14
|
"build": true
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"clear": "^0.1.0",
|
|
45
45
|
"commander": "^12.0.0",
|
|
46
|
-
"corifeus-utils": "^2024.4.
|
|
46
|
+
"corifeus-utils": "^2024.4.121",
|
|
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": "^2024.4.
|
|
53
|
+
"corifeus-builder": "^2024.4.138"
|
|
54
54
|
}
|
|
55
55
|
}
|