openfox 2.0.48 → 2.0.49
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-TQH447DP.js → chunk-JMQJIU64.js} +2 -2
- package/dist/{chunk-YBNLQ2WX.js → chunk-Z3TD43AO.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/command-defaults/add-criteria.command.md +7 -0
- package/dist/command-defaults/commit-push.command.md +0 -1
- package/dist/package.json +1 -1
- package/dist/{serve-H3AYWFSE.js → serve-USAKHQQN.js} +2 -2
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
|
@@ -208,7 +208,7 @@ async function runCli(options) {
|
|
|
208
208
|
if (!configExists) {
|
|
209
209
|
await runNetworkSetup(mode);
|
|
210
210
|
}
|
|
211
|
-
const { runServe } = await import("./serve-
|
|
211
|
+
const { runServe } = await import("./serve-USAKHQQN.js");
|
|
212
212
|
const serveOptions = { mode };
|
|
213
213
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
214
214
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -220,4 +220,4 @@ async function runCli(options) {
|
|
|
220
220
|
export {
|
|
221
221
|
runCli
|
|
222
222
|
};
|
|
223
|
-
//# sourceMappingURL=chunk-
|
|
223
|
+
//# sourceMappingURL=chunk-JMQJIU64.js.map
|
|
@@ -3849,7 +3849,7 @@ import { Router as Router7 } from "express";
|
|
|
3849
3849
|
import { spawn as spawn2 } from "child_process";
|
|
3850
3850
|
|
|
3851
3851
|
// src/constants.ts
|
|
3852
|
-
var VERSION = "2.0.
|
|
3852
|
+
var VERSION = "2.0.49";
|
|
3853
3853
|
|
|
3854
3854
|
// src/server/routes/auto-update.ts
|
|
3855
3855
|
var updateInProgress = false;
|
|
@@ -5386,4 +5386,4 @@ export {
|
|
|
5386
5386
|
createServerHandle,
|
|
5387
5387
|
createServer
|
|
5388
5388
|
};
|
|
5389
|
-
//# sourceMappingURL=chunk-
|
|
5389
|
+
//# sourceMappingURL=chunk-Z3TD43AO.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-Z3TD43AO.js";
|
|
5
5
|
import "./chunk-CZPX6AVB.js";
|
|
6
6
|
import "./chunk-PTIF5OEJ.js";
|
|
7
7
|
import "./chunk-GTY27MWS.js";
|
|
@@ -205,4 +205,4 @@ async function runServe(options) {
|
|
|
205
205
|
export {
|
|
206
206
|
runServe
|
|
207
207
|
};
|
|
208
|
-
//# sourceMappingURL=serve-
|
|
208
|
+
//# sourceMappingURL=serve-USAKHQQN.js.map
|
package/dist/server/index.js
CHANGED