p3x-ramdisk 2023.10.122 → 2023.10.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/LICENSE +1 -1
- package/README.md +3 -8
- package/change-log.md +1 -6
- package/package.json +4 -4
- package/.editorconfig +0 -21
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2023.10.
|
|
14
|
+
# 💾 Linux RAM disk persistent with Systemd timer, service and suspend v2023.10.125
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
### Built on NodeJs version
|
|
26
26
|
|
|
27
27
|
```txt
|
|
28
|
-
v20.
|
|
28
|
+
v20.5.0
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
|
|
@@ -350,16 +350,11 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
350
350
|
|
|
351
351
|
---
|
|
352
352
|
|
|
353
|
-
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2023.10.
|
|
353
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2023.10.125
|
|
354
354
|
|
|
355
355
|
[](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)
|
|
356
356
|
|
|
357
357
|
|
|
358
|
-
## P3X Sponsor
|
|
359
|
-
|
|
360
|
-
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
|
|
361
|
-
|
|
362
|
-
[](https://www.jetbrains.com/?from=patrikx3)
|
|
363
358
|
|
|
364
359
|
|
|
365
360
|
|
package/change-log.md
CHANGED
|
@@ -29,16 +29,11 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
-
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2023.10.
|
|
32
|
+
[**P3X-RAMDISK**](https://corifeus.com/ramdisk) Build v2023.10.125
|
|
33
33
|
|
|
34
34
|
[](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
35
|
|
|
36
36
|
|
|
37
|
-
## P3X Sponsor
|
|
38
|
-
|
|
39
|
-
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
|
|
40
|
-
|
|
41
|
-
[](https://www.jetbrains.com/?from=patrikx3)
|
|
42
37
|
|
|
43
38
|
|
|
44
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-ramdisk",
|
|
3
|
-
"version": "2023.10.
|
|
3
|
+
"version": "2023.10.125",
|
|
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": "v20.
|
|
11
|
+
"nodejs": "v20.5.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": "^11.0.0",
|
|
46
|
-
"corifeus-utils": "^2023.10.
|
|
46
|
+
"corifeus-utils": "^2023.10.131",
|
|
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": "^2023.10.
|
|
53
|
+
"corifeus-builder": "^2023.10.132"
|
|
54
54
|
}
|
|
55
55
|
}
|
package/.editorconfig
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# EditorConfig helps developers define and maintain consistent
|
|
2
|
-
# coding styles between different editors and IDEs
|
|
3
|
-
# editorconfig.org
|
|
4
|
-
|
|
5
|
-
root = true
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[*]
|
|
9
|
-
|
|
10
|
-
# Change these settings to your own preference
|
|
11
|
-
indent_style = space
|
|
12
|
-
indent_size = 4
|
|
13
|
-
|
|
14
|
-
# We recommend you to keep these unchanged
|
|
15
|
-
end_of_line = lf
|
|
16
|
-
charset = utf-8
|
|
17
|
-
trim_trailing_whitespace = false
|
|
18
|
-
insert_final_newline = true
|
|
19
|
-
|
|
20
|
-
[*.md]
|
|
21
|
-
trim_trailing_whitespace = false
|