pmcf 3.4.4 → 3.4.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.4.4",
3
+ "version": "3.4.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -106,7 +106,7 @@ export class BindService extends ExtraSourceService {
106
106
  recordTTL = "1W";
107
107
  hasSVRRecords = true;
108
108
  hasCatalog = true;
109
- hasLinkLocalAdresses = true;
109
+ hasLinkLocalAdresses = BindServiceTypeDefinition.properties.hasLinkLocalAdresses.default;
110
110
  hasLocationRecord = true;
111
111
  notify = true;
112
112
  _addresses = [];
@@ -739,7 +739,7 @@ export class BindService extends ExtraSourceService {
739
739
  recordTTL: string;
740
740
  hasSVRRecords: boolean;
741
741
  hasCatalog: boolean;
742
- hasLinkLocalAdresses: boolean;
742
+ hasLinkLocalAdresses: any;
743
743
  hasLocationRecord: boolean;
744
744
  notify: boolean;
745
745
  _addresses: any[];