openfox 1.6.66 → 1.6.67
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-GFE5Y2UE.js → chunk-PMSVEKQ5.js} +2 -2
- package/dist/{chunk-PCCYGUYA.js → chunk-WK2SRZRY.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-QTGMR7OM.js → serve-3RNFK76D.js} +2 -2
- package/dist/server/index.js +1 -1
- package/dist/server/public/__inspect__.js +0 -7
- package/dist/web/__inspect__.js +0 -7
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -5058,7 +5058,7 @@ function createTerminalRoutes() {
|
|
|
5058
5058
|
}
|
|
5059
5059
|
|
|
5060
5060
|
// src/constants.ts
|
|
5061
|
-
var VERSION = "1.6.
|
|
5061
|
+
var VERSION = "1.6.67";
|
|
5062
5062
|
|
|
5063
5063
|
// src/server/index.ts
|
|
5064
5064
|
var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
|
|
@@ -5972,4 +5972,4 @@ export {
|
|
|
5972
5972
|
createServerHandle,
|
|
5973
5973
|
createServer
|
|
5974
5974
|
};
|
|
5975
|
-
//# sourceMappingURL=chunk-
|
|
5975
|
+
//# sourceMappingURL=chunk-PMSVEKQ5.js.map
|
|
@@ -179,7 +179,7 @@ async function runCli(options) {
|
|
|
179
179
|
if (!configExists) {
|
|
180
180
|
await runNetworkSetup(mode);
|
|
181
181
|
}
|
|
182
|
-
const { runServe } = await import("./serve-
|
|
182
|
+
const { runServe } = await import("./serve-3RNFK76D.js");
|
|
183
183
|
await runServe({
|
|
184
184
|
mode,
|
|
185
185
|
port: values.port ? parseInt(values.port) : void 0,
|
|
@@ -192,4 +192,4 @@ async function runCli(options) {
|
|
|
192
192
|
export {
|
|
193
193
|
runCli
|
|
194
194
|
};
|
|
195
|
-
//# sourceMappingURL=chunk-
|
|
195
|
+
//# sourceMappingURL=chunk-WK2SRZRY.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-PMSVEKQ5.js";
|
|
10
10
|
import "./chunk-7XO4OW2P.js";
|
|
11
11
|
import "./chunk-PU4AOT3E.js";
|
|
12
12
|
import "./chunk-NRUMWHLX.js";
|
|
@@ -188,4 +188,4 @@ async function runServe(options) {
|
|
|
188
188
|
export {
|
|
189
189
|
runServe
|
|
190
190
|
};
|
|
191
|
-
//# sourceMappingURL=serve-
|
|
191
|
+
//# sourceMappingURL=serve-3RNFK76D.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -99,13 +99,6 @@
|
|
|
99
99
|
}
|
|
100
100
|
var rect = el.getBoundingClientRect();
|
|
101
101
|
var tagName = el.tagName ? el.tagName.toLowerCase() : '';
|
|
102
|
-
// Avoid capturing the highlight overlay in xpath/outerHTML
|
|
103
|
-
if (el.classList && el.classList.contains('__fox-highlight')) {
|
|
104
|
-
var parent = el.parentNode;
|
|
105
|
-
if (parent) {
|
|
106
|
-
return buildElementData(parent);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
102
|
return {
|
|
110
103
|
tag: tagName,
|
|
111
104
|
id: el.id || null,
|
package/dist/web/__inspect__.js
CHANGED
|
@@ -99,13 +99,6 @@
|
|
|
99
99
|
}
|
|
100
100
|
var rect = el.getBoundingClientRect();
|
|
101
101
|
var tagName = el.tagName ? el.tagName.toLowerCase() : '';
|
|
102
|
-
// Avoid capturing the highlight overlay in xpath/outerHTML
|
|
103
|
-
if (el.classList && el.classList.contains('__fox-highlight')) {
|
|
104
|
-
var parent = el.parentNode;
|
|
105
|
-
if (parent) {
|
|
106
|
-
return buildElementData(parent);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
102
|
return {
|
|
110
103
|
tag: tagName,
|
|
111
104
|
id: el.id || null,
|
package/dist/web/sw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const l=e=>i(e,t),c={module:{uri:t},exports:o,require:l};s[t]=Promise.all(n.map(e=>c[e]||l(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"d756f8b43030c25aaa97db8413d17b59"},{url:"__inspect__.js",revision:"
|
|
1
|
+
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const l=e=>i(e,t),c={module:{uri:t},exports:o,require:l};s[t]=Promise.all(n.map(e=>c[e]||l(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"d756f8b43030c25aaa97db8413d17b59"},{url:"__inspect__.js",revision:"dcb0a7b70a0153a18cdc0794e39ee0d6"},{url:"assets/index-KbZgYzd8.js",revision:null},{url:"assets/index-CRQDugUa.css",revision:null},{url:"assets/html2canvas.esm-QH1iLAAe.js",revision:null},{url:"assets/openfox-192.png",revision:"79feeb86d692c274854e37959a7dae67"},{url:"assets/openfox-512.png",revision:"fee24b214220594b4f595a467e73036e"},{url:"manifest.webmanifest",revision:"c25f372c782e623ab1e768a8dfe350ca"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|