@remnic/bench 9.3.528 → 9.3.530

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.d.ts CHANGED
@@ -1035,6 +1035,7 @@ interface BenchmarkReproManifest {
1035
1035
  sha256?: string;
1036
1036
  sizeBytes?: number;
1037
1037
  missing?: boolean;
1038
+ redacted?: boolean;
1038
1039
  }>;
1039
1040
  datasets: BenchmarkReproManifestDataset[];
1040
1041
  results: BenchmarkReproManifestResult[];