@kronos-integration/service-systemd 5.1.0 → 5.1.1

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 CHANGED
@@ -92,7 +92,7 @@ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Gl
92
92
  ### loadConfig
93
93
 
94
94
  Load config from configuration dir.
95
- Additionally pass listeninfFileDescriptions into config.
95
+ Additionally pass listeningFileDescriptions into config.
96
96
 
97
97
  ## ServiceSystemd
98
98
 
@@ -113,7 +113,7 @@ Kronos bridge to systemd:
113
113
 
114
114
  ### registerService
115
115
 
116
- When in debug mode; every sevice gets the logLevel of the service provider.
116
+ When in debug mode; every service gets the logLevel of the service provider.
117
117
 
118
118
  #### Parameters
119
119
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-systemd",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": false
7
7
  },
8
- "packageManager": "npm@11.9.0+sha512.04166853ddba142ca98f86fb57b1258a7c6c59ccb82acb3cf141b77a315898acaaed47395e74f7e0c7b69c486008e68be6a6381ef1aee5a23dd82e0e61decd68",
8
+ "packageManager": "npm@11.10.0+sha512.8bc844e37892200305b98562f13c6c10849d10b3387c8cdaeb4d1a2e32746a79063cba9dd284cf28c26a01c3bf4169b7d3b31b4a5586cc970d6749463108073c",
9
9
  "exports": {
10
10
  ".": "./src/service.mjs"
11
11
  },
@@ -33,7 +33,7 @@
33
33
  "build": "cmake-js compile"
34
34
  },
35
35
  "dependencies": {
36
- "@kronos-integration/service": "^15.4.25",
36
+ "@kronos-integration/service": "^15.4.28",
37
37
  "config-expander": "^14.0.9"
38
38
  },
39
39
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "semantic-release": "^25.0.3"
47
47
  },
48
48
  "engines": {
49
- "node": ">=24.13.0"
49
+ "node": ">=24.13.1"
50
50
  },
51
51
  "os": [
52
52
  "linux"
Binary file