@uniformdev/transformer 1.1.54 → 1.1.55

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 CHANGED
@@ -3962,7 +3962,7 @@ var ComponentAdderService = class {
3962
3962
  const newInstance = this.createComponentInstance(newComponentType, parsedParams);
3963
3963
  const compositionsResult = await this.addComponentToDirectory(
3964
3964
  fullCompositionsDir,
3965
- parentTypes,
3965
+ resolvedParentTypes,
3966
3966
  slot,
3967
3967
  newInstance,
3968
3968
  whatIf,
@@ -3971,7 +3971,7 @@ var ComponentAdderService = class {
3971
3971
  );
3972
3972
  const compositionPatternsResult = await this.addComponentToDirectory(
3973
3973
  fullCompositionPatternsDir,
3974
- parentTypes,
3974
+ resolvedParentTypes,
3975
3975
  slot,
3976
3976
  newInstance,
3977
3977
  whatIf,
@@ -3980,7 +3980,7 @@ var ComponentAdderService = class {
3980
3980
  );
3981
3981
  const componentPatternsResult = await this.addComponentToDirectory(
3982
3982
  fullComponentPatternsDir,
3983
- parentTypes,
3983
+ resolvedParentTypes,
3984
3984
  slot,
3985
3985
  newInstance,
3986
3986
  whatIf,
@@ -4098,7 +4098,7 @@ var ComponentAdderService = class {
4098
4098
  };
4099
4099
  const compositionsResult = await this.addComponentToDirectory(
4100
4100
  fullCompositionsDir,
4101
- parentTypes,
4101
+ resolvedParentTypes,
4102
4102
  slot,
4103
4103
  newInstance,
4104
4104
  whatIf,
@@ -4108,7 +4108,7 @@ var ComponentAdderService = class {
4108
4108
  );
4109
4109
  const compositionPatternsResult = await this.addComponentToDirectory(
4110
4110
  fullCompositionPatternsDir,
4111
- parentTypes,
4111
+ resolvedParentTypes,
4112
4112
  slot,
4113
4113
  newInstance,
4114
4114
  whatIf,
@@ -4118,7 +4118,7 @@ var ComponentAdderService = class {
4118
4118
  );
4119
4119
  const componentPatternsResult = await this.addComponentToDirectory(
4120
4120
  fullComponentPatternsDir,
4121
- parentTypes,
4121
+ resolvedParentTypes,
4122
4122
  slot,
4123
4123
  newInstance,
4124
4124
  whatIf,
@@ -7852,7 +7852,7 @@ function createClearSlotCommand() {
7852
7852
  // package.json
7853
7853
  var package_default = {
7854
7854
  name: "@uniformdev/transformer",
7855
- version: "1.1.54",
7855
+ version: "1.1.55",
7856
7856
  description: "CLI tool for transforming Uniform.dev serialization files offline",
7857
7857
  type: "module",
7858
7858
  bin: {