@usefragments/core 1.8.0 → 1.9.1

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.
@@ -2497,6 +2497,12 @@ var findingSchema = z3.object({
2497
2497
  helpUrl: z3.string().url().optional(),
2498
2498
  message: z3.string(),
2499
2499
  fingerprint: z3.string(),
2500
+ /**
2501
+ * Fingerprint this finding carried before a fingerprint-identity migration.
2502
+ * Emitted only by migrated rules during the grace window so baseline
2503
+ * records keyed on the legacy hash keep matching instead of churning.
2504
+ */
2505
+ previousFingerprint: z3.string().optional(),
2500
2506
  location: factLocationSchema,
2501
2507
  evidence: z3.array(factEvidenceSchema).min(1),
2502
2508
  evidenceGrade: evidenceGradeSchema.optional(),
@@ -2905,4 +2911,4 @@ export {
2905
2911
  normalizeFinding,
2906
2912
  normalizeViolation
2907
2913
  };
2908
- //# sourceMappingURL=chunk-UUREQ4HD.js.map
2914
+ //# sourceMappingURL=chunk-DGHZQTLH.js.map