pmcf 4.21.1 → 4.21.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": "4.21.1",
3
+ "version": "4.21.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -234,11 +234,11 @@ export class InitializationContext {
234
234
 
235
235
  if (type.extends) {
236
236
  this.read(object, data, type.extends);
237
- }
238
237
 
239
- if (data.extends) {
240
- //console.log("EXTENDS", object.fullName, data.extends);
241
- object.materializeExtends();
238
+ if (data.extends) {
239
+ //console.log("EXTENDS", type.name, object.fullName, data.extends);
240
+ object.materializeExtends();
241
+ }
242
242
  }
243
243
  }
244
244