@baloise/angular-output-target 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ export const createComponentDefinition = (componentCorePackage, distTypesDir, ro
26
26
  .filter(output => !!output.complexType.references &&
27
27
  Object.prototype.hasOwnProperty.call(output.complexType.references, output.complexType.original) &&
28
28
  output.complexType.references[output.complexType.original].location === 'import')
29
- .map(output => output.complexType.resolved)
29
+ .map(output => output.complexType.original)
30
30
  .filter((item, pos, self) => self.indexOf(item) === pos)
31
31
  .join(', ');
32
32
  if (outputsTypes.length > 0) {
package/dist/index.cjs.js CHANGED
@@ -114,7 +114,7 @@ const createComponentDefinition = (componentCorePackage, distTypesDir, rootDir)
114
114
  .filter(output => !!output.complexType.references &&
115
115
  Object.prototype.hasOwnProperty.call(output.complexType.references, output.complexType.original) &&
116
116
  output.complexType.references[output.complexType.original].location === 'import')
117
- .map(output => output.complexType.resolved)
117
+ .map(output => output.complexType.original)
118
118
  .filter((item, pos, self) => self.indexOf(item) === pos)
119
119
  .join(', ');
120
120
  if (outputsTypes.length > 0) {
package/dist/index.js CHANGED
@@ -105,7 +105,7 @@ const createComponentDefinition = (componentCorePackage, distTypesDir, rootDir)
105
105
  .filter(output => !!output.complexType.references &&
106
106
  Object.prototype.hasOwnProperty.call(output.complexType.references, output.complexType.original) &&
107
107
  output.complexType.references[output.complexType.original].location === 'import')
108
- .map(output => output.complexType.resolved)
108
+ .map(output => output.complexType.original)
109
109
  .filter((item, pos, self) => self.indexOf(item) === pos)
110
110
  .join(', ');
111
111
  if (outputsTypes.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/angular-output-target",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Angular output target for @stencil/core components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",