openfox 2.0.91 → 2.0.92
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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/chunk-5OGB3MCV.js +7 -0
- package/dist/{chunk-JX6WL56A.js → chunk-AKZGFLMD.js} +3 -3
- package/dist/{chunk-JJY5O2WH.js → chunk-Z24V2LEL.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-KNVANLAK.js → serve-OYOC5O4A.js} +3 -3
- package/dist/server/index.js +2 -2
- package/dist/{update-4BGMFSEG.js → update-7ZIRWYSC.js} +2 -2
- package/dist/web/assets/{index-Chu9JX0M.js → index-CrenD396.js} +10 -10
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-GPODFKPQ.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.92 - 2026-07-25
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- **Changelog modal now appears after npm updates** — previously the "What's New" modal only showed after in-app auto-updates; now it also triggers when updating via npm by tracking the last seen version.
|
|
8
|
+
|
|
3
9
|
## 2.0.91 - 2026-07-25
|
|
4
10
|
|
|
5
11
|
### Features
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.92 - 2026-07-25
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- **Changelog modal now appears after npm updates** — previously the "What's New" modal only showed after in-app auto-updates; now it also triggers when updating via npm by tracking the last seen version.
|
|
8
|
+
|
|
3
9
|
## 2.0.91 - 2026-07-25
|
|
4
10
|
|
|
5
11
|
### Features
|
|
@@ -200,7 +200,7 @@ async function runCli(options) {
|
|
|
200
200
|
break;
|
|
201
201
|
}
|
|
202
202
|
case "update": {
|
|
203
|
-
const { runUpdate } = await import("./update-
|
|
203
|
+
const { runUpdate } = await import("./update-7ZIRWYSC.js");
|
|
204
204
|
const code = await runUpdate();
|
|
205
205
|
if (code !== 0) {
|
|
206
206
|
process.exit(code);
|
|
@@ -213,7 +213,7 @@ async function runCli(options) {
|
|
|
213
213
|
if (!configExists) {
|
|
214
214
|
await runNetworkSetup(mode);
|
|
215
215
|
}
|
|
216
|
-
const { runServe } = await import("./serve-
|
|
216
|
+
const { runServe } = await import("./serve-OYOC5O4A.js");
|
|
217
217
|
const serveOptions = { mode };
|
|
218
218
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
219
219
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -225,4 +225,4 @@ async function runCli(options) {
|
|
|
225
225
|
export {
|
|
226
226
|
runCli
|
|
227
227
|
};
|
|
228
|
-
//# sourceMappingURL=chunk-
|
|
228
|
+
//# sourceMappingURL=chunk-AKZGFLMD.js.map
|
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
} from "./chunk-WWC3R3YL.js";
|
|
111
111
|
import {
|
|
112
112
|
VERSION
|
|
113
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-5OGB3MCV.js";
|
|
114
114
|
import {
|
|
115
115
|
createSession,
|
|
116
116
|
deleteSession,
|
|
@@ -7618,4 +7618,4 @@ export {
|
|
|
7618
7618
|
createServerHandle,
|
|
7619
7619
|
createServer
|
|
7620
7620
|
};
|
|
7621
|
-
//# sourceMappingURL=chunk-
|
|
7621
|
+
//# sourceMappingURL=chunk-Z24V2LEL.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-Z24V2LEL.js";
|
|
4
4
|
import "./chunk-NO65CC2R.js";
|
|
5
5
|
import "./chunk-Q7CN4JOO.js";
|
|
6
6
|
import "./chunk-DVVRKNFS.js";
|
|
@@ -25,7 +25,7 @@ import "./chunk-LT4MPTGU.js";
|
|
|
25
25
|
import "./chunk-WWC3R3YL.js";
|
|
26
26
|
import {
|
|
27
27
|
VERSION
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-5OGB3MCV.js";
|
|
29
29
|
import "./chunk-AXFPEGJI.js";
|
|
30
30
|
import "./chunk-6J5IZ2NL.js";
|
|
31
31
|
import {
|
|
@@ -217,4 +217,4 @@ async function runServe(options) {
|
|
|
217
217
|
export {
|
|
218
218
|
runServe
|
|
219
219
|
};
|
|
220
|
-
//# sourceMappingURL=serve-
|
|
220
|
+
//# sourceMappingURL=serve-OYOC5O4A.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-Z24V2LEL.js";
|
|
5
5
|
import "../chunk-NO65CC2R.js";
|
|
6
6
|
import "../chunk-Q7CN4JOO.js";
|
|
7
7
|
import "../chunk-DVVRKNFS.js";
|
|
@@ -24,7 +24,7 @@ import "../chunk-K2O7JTCX.js";
|
|
|
24
24
|
import "../chunk-NLJXZZTB.js";
|
|
25
25
|
import "../chunk-LT4MPTGU.js";
|
|
26
26
|
import "../chunk-WWC3R3YL.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-5OGB3MCV.js";
|
|
28
28
|
import "../chunk-AXFPEGJI.js";
|
|
29
29
|
import "../chunk-6J5IZ2NL.js";
|
|
30
30
|
import "../chunk-NGN3Q26A.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5OGB3MCV.js";
|
|
4
4
|
import "./chunk-5WRI5ZAA.js";
|
|
5
5
|
|
|
6
6
|
// src/cli/update.ts
|
|
@@ -46,4 +46,4 @@ async function runUpdate(options = {}) {
|
|
|
46
46
|
export {
|
|
47
47
|
runUpdate
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=update-
|
|
49
|
+
//# sourceMappingURL=update-7ZIRWYSC.js.map
|