pmcf 1.101.1 → 1.101.2

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": "1.101.1",
3
+ "version": "1.101.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -171,7 +171,7 @@ export class DNSService extends Service {
171
171
  }
172
172
 
173
173
  async *preparePackages(dir) {
174
- const location = this.location;
174
+ const location = this.owner.owner;
175
175
  const name = location.name;
176
176
  const p1 = join(dir, "p1");
177
177
  const packageData = {