pmcf 2.41.0 → 2.41.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.41.0",
3
+ "version": "2.41.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -306,7 +306,7 @@ export class BINDService extends ExtraSourceService {
306
306
  packageData.properties = {
307
307
  name: `named-zones-${name}-OUTFACING`,
308
308
  description: `outfacing zone definitions for ${names}`,
309
- replaces: [`named-foreign-zones-${name}`],
309
+ replaces: [`named-foreign-zones-${name}`,`named-zones-${name}-FOREIGN`],
310
310
  access: "private",
311
311
  hooks: {}
312
312
  };