p3x-systemd-manager 2026.4.105 → 2026.4.113
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/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# ⌚ SystemD Manager, watchdog, notifier and service v2026.4.
|
|
9
|
+
# ⌚ SystemD Manager, watchdog, notifier and service v2026.4.113
|
|
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
|
|
|
@@ -352,7 +352,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
352
352
|
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
353
353
|
|
|
354
354
|
|
|
355
|
-
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.
|
|
355
|
+
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.113
|
|
356
356
|
|
|
357
357
|
[](https://www.npmjs.com/package/p3x-systemd-manager) [](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)
|
|
358
358
|
|
package/package.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"publish": true,
|
|
7
7
|
"type": "p3x",
|
|
8
8
|
"code": "Breaking",
|
|
9
|
-
"nodejs": "v24.
|
|
9
|
+
"nodejs": "v24.16.0",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"reponame": "systemd-manager",
|
|
12
12
|
"build": true
|
|
13
13
|
},
|
|
14
|
-
"version": "2026.4.
|
|
14
|
+
"version": "2026.4.113",
|
|
15
15
|
"description": "⌚ SystemD Manager, watchdog, notifier and service",
|
|
16
16
|
"main": "index.js",
|
|
17
17
|
"saved-dependencies": {
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"corifeus-utils": "^2026.4.
|
|
23
|
+
"corifeus-utils": "^2026.4.140",
|
|
24
24
|
"dbus": "^1.0.7",
|
|
25
25
|
"lodash": "^4.18.1",
|
|
26
26
|
"millisecond": "^0.1.2",
|
|
27
27
|
"moment": "^2.30.1",
|
|
28
|
-
"nan": "^2.
|
|
29
|
-
"nodemailer": "^8.0.
|
|
28
|
+
"nan": "^2.27.0",
|
|
29
|
+
"nodemailer": "^8.0.10"
|
|
30
30
|
},
|
|
31
31
|
"resolutions": {
|
|
32
32
|
"nan": "2.23.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"corifeus-builder": "^2026.4.
|
|
35
|
+
"corifeus-builder": "^2026.4.161"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"test": "grunt",
|