pmcf 3.13.4 → 3.13.5

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.13.4",
3
+ "version": "3.13.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -155,7 +155,7 @@ export class KeaService extends Service {
155
155
  console.log("kea", name, network.name);
156
156
 
157
157
  const dnsServerEndpoints = serviceEndpoints(network, {
158
- services: 'type="dns" && priority >= 300',
158
+ services: 'in("dns",types) && priority>=300',
159
159
  endpoints: endpoint => endpoint.networkInterface?.kind !== "loopback"
160
160
  });
161
161