pmcf 2.33.3 → 2.33.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.33.3",
3
+ "version": "2.33.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -28,6 +28,10 @@ export class SystemdJournaldService extends Service {
28
28
  return SystemdJournaldServiceTypeDefinition.name;
29
29
  }
30
30
 
31
+ get systemdServices() {
32
+ return SystemdJournaldServiceTypeDefinition.name;
33
+ }
34
+
31
35
  systemdConfig(name) {
32
36
  return {
33
37
  name: `etc/systemd/journal.conf.d/${name}.conf`,
@@ -254,6 +254,7 @@ export class SystemdJournaldService extends Service {
254
254
  properties: {};
255
255
  };
256
256
  get type(): string;
257
+ get systemdServices(): string;
257
258
  systemdConfig(name: any): {
258
259
  name: string;
259
260
  content: (string | {