@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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Transformer
2
+
3
+ It's a nodejs rewritten version of decomissioned Siphon.Transform.exe that takes in Uniform serialization and changes. See [001-basics.md](001-basics.md).
package/dist/cli/index.js CHANGED
@@ -870,7 +870,7 @@ var CompositionConverterService = class {
870
870
  type: "contentReference",
871
871
  typeConfig: {
872
872
  isMulti: true,
873
- allowedContentTypes: [refType]
873
+ allowedTypes: [refType]
874
874
  },
875
875
  localizable: false
876
876
  });
@@ -892,7 +892,7 @@ var CompositionConverterService = class {
892
892
  name: resolvedBlockId,
893
893
  type: "$block",
894
894
  typeConfig: {
895
- allowedContentTypes: [resolvedBlockId]
895
+ allowedTypes: [resolvedBlockId]
896
896
  },
897
897
  localizable: false
898
898
  });
@@ -4903,7 +4903,7 @@ function createRemoveFieldCommand() {
4903
4903
  // package.json
4904
4904
  var package_default = {
4905
4905
  name: "@uniformdev/transformer",
4906
- version: "1.1.22",
4906
+ version: "1.1.24",
4907
4907
  description: "CLI tool for transforming Uniform.dev serialization files offline",
4908
4908
  type: "module",
4909
4909
  bin: {