@uniformdev/transformer 1.1.23 → 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/cli/index.js +3 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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.
|
|
4906
|
+
version: "1.1.24",
|
|
4907
4907
|
description: "CLI tool for transforming Uniform.dev serialization files offline",
|
|
4908
4908
|
type: "module",
|
|
4909
4909
|
bin: {
|