pmcf 2.13.0 → 2.13.1

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.13.0",
3
+ "version": "2.13.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -200,7 +200,9 @@ export class DHCPService extends Service {
200
200
  "option-data": [
201
201
  {
202
202
  name: "domain-name-servers",
203
- data: dnsServerAddreses.join(",")
203
+ data: dnsServerEndpoints
204
+ .map(endpoint => endpoint.rawAddress)
205
+ .join(",")
204
206
  },
205
207
  {
206
208
  name: "domain-search",