pmcf 2.46.0 → 2.46.2

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.46.0",
3
+ "version": "2.46.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,13 +46,13 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "ip-utilties": "^1.3.1",
49
- "npm-pkgbuild": "^18.1.1",
49
+ "npm-pkgbuild": "^18.1.2",
50
50
  "pacc": "^3.4.1",
51
51
  "pkg-dir": "^8.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^22.15.3",
55
- "ava": "^6.2.0",
55
+ "ava": "^6.3.0",
56
56
  "c8": "^10.1.3",
57
57
  "documentation": "^14.0.3",
58
58
  "semantic-release": "^24.2.3",
package/src/cluster.mjs CHANGED
@@ -81,8 +81,7 @@ export class Cluster extends Host {
81
81
  name,
82
82
  description: `${this.typeName} definitions for ${this.fullName}`,
83
83
  access: "private",
84
- dependencies: ["keepalived>=2.3.3"],
85
- replaces: [`keepalived-${host.name}`]
84
+ dependencies: ["keepalived>=2.3.3"]
86
85
  }
87
86
  };
88
87
 
@@ -357,7 +357,6 @@ export class Cluster extends Host {
357
357
  description: string;
358
358
  access: string;
359
359
  dependencies: string[];
360
- replaces: string[];
361
360
  };
362
361
  }, void, unknown>;
363
362
  }