@andersbakken/fisk 5.0.6 → 5.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",
@@ -57995,7 +57995,7 @@ const option = options({
57995
57995
  const common = common$1(option);
57996
57996
  let nextCommandId = 0;
57997
57997
  const server = new Server(option, common.Version);
57998
- const clientMinimumVersion = "4.0.69";
57998
+ const clientMinimumVersion = "5.0.6";
57999
57999
  const serverStartTime = Date.now();
58000
58000
  process.on("unhandledRejection", (reason, p) => {
58001
58001
  console.error("Unhandled Rejection at: Promise", p, "reason:", reason === null || reason === void 0 ? void 0 : reason.stack);