@uniformdev/transformer 1.1.22 → 1.1.24

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/dist/index.js CHANGED
@@ -860,7 +860,7 @@ var CompositionConverterService = class {
860
860
  type: "contentReference",
861
861
  typeConfig: {
862
862
  isMulti: true,
863
- allowedContentTypes: [refType]
863
+ allowedTypes: [refType]
864
864
  },
865
865
  localizable: false
866
866
  });
@@ -882,7 +882,7 @@ var CompositionConverterService = class {
882
882
  name: resolvedBlockId,
883
883
  type: "$block",
884
884
  typeConfig: {
885
- allowedContentTypes: [resolvedBlockId]
885
+ allowedTypes: [resolvedBlockId]
886
886
  },
887
887
  localizable: false
888
888
  });