pmcf 3.4.7 → 3.4.8

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": "3.4.7",
3
+ "version": "3.4.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -61,6 +61,7 @@ const KeaServiceTypeDefinition = {
61
61
  endpoints: [
62
62
  {
63
63
  family: "IPv4",
64
+ kind: "loopback",
64
65
  port: 53001,
65
66
  protocol: "tcp",
66
67
  tls: false
@@ -613,6 +613,7 @@ export class KeaService extends Service {
613
613
  "kea-ddns": {
614
614
  endpoints: {
615
615
  family: string;
616
+ kind: string;
616
617
  port: number;
617
618
  protocol: string;
618
619
  tls: boolean;