@absolutejs/absolute 0.19.0-beta.858 → 0.19.0-beta.859

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
@@ -18754,8 +18754,8 @@ var fail = (reason, detail) => ({ ok: false, reason, detail }), fingerprintCache
18754
18754
  }
18755
18755
  break;
18756
18756
  }
18757
- const inputNames = Object.keys(inputs).sort();
18758
- const outputNames = Object.keys(outputs).sort();
18757
+ const inputNames = Object.entries(inputs).map(([k2, m]) => `${k2}:${m.bindingPropertyName}`).sort();
18758
+ const outputNames = Object.entries(outputs).map(([k2, v2]) => `${k2}:${v2}`).sort();
18759
18759
  const arrowFieldSig = extractArrowFieldSig(cls);
18760
18760
  const memberDecoratorSig = extractMemberDecoratorSig(cls);
18761
18761
  const providerImportSig = extractProviderImportSig(decoratorMeta.importsExpr, sourceFile, componentDir);
@@ -30223,5 +30223,5 @@ export {
30223
30223
  ANGULAR_INIT_TIMEOUT_MS
30224
30224
  };
30225
30225
 
30226
- //# debugId=BC7AABB276B304AB64756E2164756E21
30226
+ //# debugId=B295BEE1D4CF1D6B64756E2164756E21
30227
30227
  //# sourceMappingURL=index.js.map