@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
|
@@ -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 = "
|
|
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);
|