@andersbakken/fisk 4.0.42 → 4.0.43

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.
@@ -51482,7 +51482,7 @@ class VM extends EventEmitter__default["default"] {
51482
51482
  }
51483
51483
  }
51484
51484
 
51485
- const Version = 5;
51485
+ const Version = 6;
51486
51486
  function cacheDir(option) {
51487
51487
  let dir = option("cache-dir");
51488
51488
  if (!dir) {
@@ -3384,7 +3384,7 @@ class Slots extends EventEmitter__default["default"] {
3384
3384
  }
3385
3385
  }
3386
3386
 
3387
- const Version = 5;
3387
+ const Version = 6;
3388
3388
  function cacheDir(option) {
3389
3389
  let dir = option("cache-dir");
3390
3390
  if (!dir) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersbakken/fisk",
3
- "version": "4.0.42",
3
+ "version": "4.0.43",
4
4
  "description": "Fisk, a distributed compile system",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .ts",
@@ -52518,7 +52518,7 @@ class Server extends require$$0__default$2["default"] {
52518
52518
  }
52519
52519
  }
52520
52520
 
52521
- const Version = 5;
52521
+ const Version = 6;
52522
52522
  function cacheDir(option) {
52523
52523
  let dir = option("cache-dir");
52524
52524
  if (!dir) {