openfox 2.0.34 → 2.0.35
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/dist/{chunk-L772ZPG3.js → chunk-4MEYFRSN.js} +2 -2
- package/dist/{chunk-U6IPDG7P.js → chunk-Y2CUJ7JD.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{serve-CJHC25E3.js → serve-6IHK22FM.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/web/assets/{index-DSn90-wB.js → index-BRf6aPnh.js} +65 -65
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -3440,7 +3440,7 @@ import { Router as Router6 } from "express";
|
|
|
3440
3440
|
import { spawn as spawn2 } from "child_process";
|
|
3441
3441
|
|
|
3442
3442
|
// src/constants.ts
|
|
3443
|
-
var VERSION = "2.0.
|
|
3443
|
+
var VERSION = "2.0.35";
|
|
3444
3444
|
|
|
3445
3445
|
// src/server/routes/auto-update.ts
|
|
3446
3446
|
var updateInProgress = false;
|
|
@@ -4912,4 +4912,4 @@ export {
|
|
|
4912
4912
|
createServerHandle,
|
|
4913
4913
|
createServer
|
|
4914
4914
|
};
|
|
4915
|
-
//# sourceMappingURL=chunk-
|
|
4915
|
+
//# sourceMappingURL=chunk-4MEYFRSN.js.map
|
|
@@ -196,7 +196,7 @@ async function runCli(options) {
|
|
|
196
196
|
if (!configExists) {
|
|
197
197
|
await runNetworkSetup(mode);
|
|
198
198
|
}
|
|
199
|
-
const { runServe } = await import("./serve-
|
|
199
|
+
const { runServe } = await import("./serve-6IHK22FM.js");
|
|
200
200
|
const serveOptions = { mode };
|
|
201
201
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
202
202
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -208,4 +208,4 @@ async function runCli(options) {
|
|
|
208
208
|
export {
|
|
209
209
|
runCli
|
|
210
210
|
};
|
|
211
|
-
//# sourceMappingURL=chunk-
|
|
211
|
+
//# sourceMappingURL=chunk-Y2CUJ7JD.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION,
|
|
3
3
|
createServer
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4MEYFRSN.js";
|
|
5
5
|
import "./chunk-IBKGV6OJ.js";
|
|
6
6
|
import "./chunk-EB2RIVZA.js";
|
|
7
7
|
import "./chunk-XJU2PBLN.js";
|
|
@@ -199,4 +199,4 @@ async function runServe(options) {
|
|
|
199
199
|
export {
|
|
200
200
|
runServe
|
|
201
201
|
};
|
|
202
|
-
//# sourceMappingURL=serve-
|
|
202
|
+
//# sourceMappingURL=serve-6IHK22FM.js.map
|