openfox 1.6.94 → 1.6.95
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-QIFXGM2L.js → chunk-N5D6DGMN.js} +2 -2
- package/dist/{chunk-PNIXFZZH.js → chunk-SCUGYF7R.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-PSZFEXYU.js → serve-SSLGFSLJ.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/web/assets/{index-GOp_0IH2.js → index-DKUIaoBa.js} +62 -62
- package/dist/web/assets/{index-CGEQK8Pf.css → index-SgReTO7h.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -5359,7 +5359,7 @@ import { Router as Router5 } from "express";
|
|
|
5359
5359
|
import { spawn as spawn4 } from "child_process";
|
|
5360
5360
|
|
|
5361
5361
|
// src/constants.ts
|
|
5362
|
-
var VERSION = "1.6.
|
|
5362
|
+
var VERSION = "1.6.95";
|
|
5363
5363
|
|
|
5364
5364
|
// src/server/routes/auto-update.ts
|
|
5365
5365
|
var updateInProgress = false;
|
|
@@ -6455,4 +6455,4 @@ export {
|
|
|
6455
6455
|
createServerHandle,
|
|
6456
6456
|
createServer
|
|
6457
6457
|
};
|
|
6458
|
-
//# sourceMappingURL=chunk-
|
|
6458
|
+
//# sourceMappingURL=chunk-N5D6DGMN.js.map
|
|
@@ -191,7 +191,7 @@ async function runCli(options) {
|
|
|
191
191
|
if (!configExists) {
|
|
192
192
|
await runNetworkSetup(mode);
|
|
193
193
|
}
|
|
194
|
-
const { runServe } = await import("./serve-
|
|
194
|
+
const { runServe } = await import("./serve-SSLGFSLJ.js");
|
|
195
195
|
const serveOptions = { mode };
|
|
196
196
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
197
197
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -203,4 +203,4 @@ async function runCli(options) {
|
|
|
203
203
|
export {
|
|
204
204
|
runCli
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-SCUGYF7R.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
VERSION,
|
|
8
8
|
createServer
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-N5D6DGMN.js";
|
|
10
10
|
import "./chunk-CHEVYEM4.js";
|
|
11
11
|
import "./chunk-FVVLGR2G.js";
|
|
12
12
|
import "./chunk-PQCFNTFJ.js";
|
|
@@ -190,4 +190,4 @@ async function runServe(options) {
|
|
|
190
190
|
export {
|
|
191
191
|
runServe
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=serve-
|
|
193
|
+
//# sourceMappingURL=serve-SSLGFSLJ.js.map
|