p3x-systemd-manager 2026.4.104 → 2026.4.108

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # ⌚ SystemD Manager, watchdog, notifier and service v2026.4.104
9
+ # ⌚ SystemD Manager, watchdog, notifier and service v2026.4.108
10
10
 
11
11
 
12
12
 
@@ -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.104
355
+ [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.108
356
356
 
357
357
  [![NPM](https://img.shields.io/npm/v/p3x-systemd-manager.svg)](https://www.npmjs.com/package/p3x-systemd-manager) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
358
358
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "reponame": "systemd-manager",
12
12
  "build": true
13
13
  },
14
- "version": "2026.4.104",
14
+ "version": "2026.4.108",
15
15
  "description": "⌚ SystemD Manager, watchdog, notifier and service",
16
16
  "main": "index.js",
17
17
  "saved-dependencies": {
@@ -20,7 +20,7 @@
20
20
  "fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
21
21
  },
22
22
  "dependencies": {
23
- "corifeus-utils": "^2026.4.130",
23
+ "corifeus-utils": "^2026.4.135",
24
24
  "dbus": "^1.0.7",
25
25
  "lodash": "^4.18.1",
26
26
  "millisecond": "^0.1.2",
@@ -32,7 +32,7 @@
32
32
  "nan": "2.23.0"
33
33
  },
34
34
  "devDependencies": {
35
- "corifeus-builder": "^2026.4.149"
35
+ "corifeus-builder": "^2026.4.154"
36
36
  },
37
37
  "scripts": {
38
38
  "test": "grunt",