@absolutejs/absolute 0.19.0-beta.941 → 0.19.0-beta.942

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.
@@ -22,6 +22,8 @@ export type ComponentFingerprint = {
22
22
  animationsArraySig: string;
23
23
  providersArraySig: string;
24
24
  viewProvidersArraySig: string;
25
+ decoratorInputsArraySig: string;
26
+ decoratorOutputsArraySig: string;
25
27
  };
26
28
  export type FastHmrSuccess = {
27
29
  ok: true;
package/package.json CHANGED
@@ -385,5 +385,5 @@
385
385
  ]
386
386
  }
387
387
  },
388
- "version": "0.19.0-beta.941"
388
+ "version": "0.19.0-beta.942"
389
389
  }