@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.
package/builder/fisk-builder.js
CHANGED
|
@@ -51482,7 +51482,7 @@ class VM extends EventEmitter__default["default"] {
|
|
|
51482
51482
|
}
|
|
51483
51483
|
}
|
|
51484
51484
|
|
|
51485
|
-
const Version =
|
|
51485
|
+
const Version = 6;
|
|
51486
51486
|
function cacheDir(option) {
|
|
51487
51487
|
let dir = option("cache-dir");
|
|
51488
51488
|
if (!dir) {
|
package/daemon/fisk-daemon.js
CHANGED
package/package.json
CHANGED
|
@@ -52518,7 +52518,7 @@ class Server extends require$$0__default$2["default"] {
|
|
|
52518
52518
|
}
|
|
52519
52519
|
}
|
|
52520
52520
|
|
|
52521
|
-
const Version =
|
|
52521
|
+
const Version = 6;
|
|
52522
52522
|
function cacheDir(option) {
|
|
52523
52523
|
let dir = option("cache-dir");
|
|
52524
52524
|
if (!dir) {
|