pmcf 1.59.2 → 1.59.3
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/bin/pmcf-package +1 -0
- package/package.json +1 -1
- package/src/dns.mjs +1 -1
package/bin/pmcf-package
CHANGED
package/package.json
CHANGED
package/src/dns.mjs
CHANGED
|
@@ -157,7 +157,7 @@ async function generateNamedDefs(dns, targetDir) {
|
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
console.log(dns.owner.fullName, domain, nameService.domainName, rname);
|
|
160
|
+
//console.log(dns.owner.fullName, domain, nameService.domainName, rname);
|
|
161
161
|
const reverseZones = new Map();
|
|
162
162
|
|
|
163
163
|
const SOARecord = createRecord(
|