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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "2.64.3",
3
+ "version": "2.64.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -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,