openfox 2.0.72 → 2.0.73
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/agent-defaults/builder.agent.md +1 -1
- package/dist/agent-defaults/planner.agent.md +1 -1
- package/dist/{chunk-FILRB5QX.js → chunk-EYXDM2FY.js} +2 -2
- package/dist/{chunk-4LBSC4R3.js → chunk-KKRLQH6F.js} +3 -3
- package/dist/chunk-NE7OWIIO.js +7 -0
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{serve-6PSAQ2YH.js → serve-I6K7A7RL.js} +3 -3
- package/dist/server/index.js +2 -2
- package/dist/{update-I2M2RG4Q.js → update-RJB4GPHE.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2M6JM7OR.js +0 -7
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
} from "./chunk-NWO6GRYE.js";
|
|
95
95
|
import {
|
|
96
96
|
VERSION
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-NE7OWIIO.js";
|
|
98
98
|
import {
|
|
99
99
|
createSession,
|
|
100
100
|
deleteSession,
|
|
@@ -6574,4 +6574,4 @@ export {
|
|
|
6574
6574
|
createServerHandle,
|
|
6575
6575
|
createServer
|
|
6576
6576
|
};
|
|
6577
|
-
//# sourceMappingURL=chunk-
|
|
6577
|
+
//# sourceMappingURL=chunk-EYXDM2FY.js.map
|
|
@@ -190,7 +190,7 @@ async function runCli(options) {
|
|
|
190
190
|
break;
|
|
191
191
|
}
|
|
192
192
|
case "update": {
|
|
193
|
-
const { runUpdate } = await import("./update-
|
|
193
|
+
const { runUpdate } = await import("./update-RJB4GPHE.js");
|
|
194
194
|
const code = runUpdate();
|
|
195
195
|
if (code !== 0) {
|
|
196
196
|
process.exit(code);
|
|
@@ -203,7 +203,7 @@ async function runCli(options) {
|
|
|
203
203
|
if (!configExists) {
|
|
204
204
|
await runNetworkSetup(mode);
|
|
205
205
|
}
|
|
206
|
-
const { runServe } = await import("./serve-
|
|
206
|
+
const { runServe } = await import("./serve-I6K7A7RL.js");
|
|
207
207
|
const serveOptions = { mode };
|
|
208
208
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
209
209
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -215,4 +215,4 @@ async function runCli(options) {
|
|
|
215
215
|
export {
|
|
216
216
|
runCli
|
|
217
217
|
};
|
|
218
|
-
//# sourceMappingURL=chunk-
|
|
218
|
+
//# sourceMappingURL=chunk-KKRLQH6F.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EYXDM2FY.js";
|
|
4
4
|
import "./chunk-TK4BZIXA.js";
|
|
5
5
|
import "./chunk-O2BE7KVQ.js";
|
|
6
6
|
import "./chunk-GMF36EZ3.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-NWO6GRYE.js";
|
|
|
17
17
|
import "./chunk-UN26GIQG.js";
|
|
18
18
|
import {
|
|
19
19
|
VERSION
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-NE7OWIIO.js";
|
|
21
21
|
import {
|
|
22
22
|
loadConfig
|
|
23
23
|
} from "./chunk-6XKM25OT.js";
|
|
@@ -210,4 +210,4 @@ async function runServe(options) {
|
|
|
210
210
|
export {
|
|
211
211
|
runServe
|
|
212
212
|
};
|
|
213
|
-
//# sourceMappingURL=serve-
|
|
213
|
+
//# sourceMappingURL=serve-I6K7A7RL.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer,
|
|
3
3
|
createServerHandle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-EYXDM2FY.js";
|
|
5
5
|
import "../chunk-TK4BZIXA.js";
|
|
6
6
|
import "../chunk-O2BE7KVQ.js";
|
|
7
7
|
import "../chunk-GMF36EZ3.js";
|
|
@@ -16,7 +16,7 @@ import "../chunk-PYB2UEC3.js";
|
|
|
16
16
|
import "../chunk-I72ACQ6R.js";
|
|
17
17
|
import "../chunk-NWO6GRYE.js";
|
|
18
18
|
import "../chunk-UN26GIQG.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-NE7OWIIO.js";
|
|
20
20
|
import "../chunk-6XKM25OT.js";
|
|
21
21
|
import "../chunk-DJASQ2ZB.js";
|
|
22
22
|
import "../chunk-NOU2QIL5.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NE7OWIIO.js";
|
|
4
4
|
import "./chunk-5WRI5ZAA.js";
|
|
5
5
|
|
|
6
6
|
// src/cli/update.ts
|
|
@@ -37,4 +37,4 @@ function runUpdate() {
|
|
|
37
37
|
export {
|
|
38
38
|
runUpdate
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=update-
|
|
40
|
+
//# sourceMappingURL=update-RJB4GPHE.js.map
|
package/package.json
CHANGED