pmcf 2.64.3 → 2.64.4
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 +1 -1
- package/src/services/bind.mjs +1 -1
package/package.json
CHANGED
package/src/services/bind.mjs
CHANGED
|
@@ -232,8 +232,8 @@ export class BindService extends ExtraSourceService {
|
|
|
232
232
|
async *preparePackages(dir) {
|
|
233
233
|
const sources = this.addresses.length ? this.addresses : [this.owner];
|
|
234
234
|
const names = sources.map(a => a.fullName).join(" ");
|
|
235
|
+
const name = this.owner.owner.name || this.owner.name;
|
|
235
236
|
|
|
236
|
-
const name = this.owner.owner.name;
|
|
237
237
|
const configPackageDir = join(dir, "config") + "/";
|
|
238
238
|
const packageData = {
|
|
239
239
|
dir: configPackageDir,
|