p3x-systemd-manager 2026.4.101 → 2026.4.103

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.101
9
+ # ⌚ SystemD Manager, watchdog, notifier and service v2026.4.103
10
10
 
11
11
 
12
12
 
@@ -332,7 +332,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
332
332
  **🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
333
333
 
334
334
 
335
- [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.101
335
+ [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2026.4.103
336
336
 
337
337
  [![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)
338
338
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "reponame": "systemd-manager",
12
12
  "build": true
13
13
  },
14
- "version": "2026.4.101",
14
+ "version": "2026.4.103",
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.127",
23
+ "corifeus-utils": "^2026.4.129",
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.146"
35
+ "corifeus-builder": "^2026.4.148"
36
36
  },
37
37
  "scripts": {
38
38
  "test": "grunt",