fairsplice
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "fairsplice", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -32,3 +32,2 @@ import { createClient } from "redis"; | ||
await transaction.exec(); | ||
console.log(`Saved timings for ${Object.keys(timingByFile).length} files`); | ||
} | ||
@@ -35,0 +34,0 @@ |
@@ -38,2 +38,6 @@ import { saveTimings } from "../backend/redis"; | ||
await saveTimings(timingByFile); | ||
console.log( | ||
"Timings saved for files:\n", | ||
Object.keys(timingByFile).join("\n - ") | ||
); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33603
425