pmcf 1.56.7 → 1.56.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/dns.mjs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "1.56.7",
3
+ "version": "1.56.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/src/dns.mjs CHANGED
@@ -290,10 +290,10 @@ async function generateNamedDefs(dns, targetDir) {
290
290
  }
291
291
  }
292
292
 
293
- writeLines(join(targetDir, "var/lib/named"), zone.file, zone.records);
293
+ await writeLines(join(targetDir, "var/lib/named"), zone.file, zone.records);
294
294
  }
295
295
 
296
- writeLines(
296
+ await writeLines(
297
297
  join(targetDir, "etc/named.d/zones"),
298
298
  `${domain}.zone.conf`,
299
299
  zoneConfig