pmcf 2.6.5 → 2.6.6

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.6.5",
3
+ "version": "2.6.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -50,8 +50,7 @@ export class DHCPService extends Service {
50
50
  name: `kea-${this.location.name}-${host.name}`,
51
51
  description: `kea definitions for ${this.fullName}@${name}`,
52
52
  access: "private",
53
- dependencies: ["kea"],
54
- replaces: [`kea-${name}`] // TODO remove
53
+ dependencies: ["kea>=2.6.1"]
55
54
  }
56
55
  };
57
56
 
@@ -259,7 +259,6 @@ export class DHCPService extends Service {
259
259
  description: string;
260
260
  access: string;
261
261
  dependencies: string[];
262
- replaces: string[];
263
262
  };
264
263
  }, void, unknown>;
265
264
  }