@thxgg/steward 0.1.11 → 0.1.12
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/.output/nitro.json +1 -1
- package/.output/public/_nuxt/{DOvbLsAq.js → BFv4l3hn.js} +1 -1
- package/.output/public/_nuxt/{DbloiS5Y.js → BZ1iIOYp.js} +1 -1
- package/.output/public/_nuxt/{Cs5ptsBk.js → Bq6edYSd.js} +1 -1
- package/.output/public/_nuxt/BuQdImno.js +1 -0
- package/.output/public/_nuxt/{DcRwFvvS.js → C897Egk9.js} +1 -1
- package/.output/public/_nuxt/{C8LtDyY4.js → CMUOpExW.js} +1 -1
- package/.output/public/_nuxt/{CQgu_W_k.js → DE885CbX.js} +1 -1
- package/.output/public/_nuxt/{vr7VLA9A.js → DoNqd8jQ.js} +1 -1
- package/.output/public/_nuxt/{BPaqwWyl.js → DomrzX-T.js} +1 -1
- package/.output/public/_nuxt/{CZKCADv6.js → R2cvz8mH.js} +2 -2
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/6f66fabf-cc26-482b-8adf-f8731dd68f83.json +1 -0
- package/.output/public/_nuxt/{CeO4HNxC.js → dOaEkD-3.js} +1 -1
- package/.output/public/_nuxt/{CshyynD6.js → kTT8NKtq.js} +1 -1
- package/.output/server/chunks/build/client.precomputed.mjs +1 -1
- package/.output/server/chunks/build/{default-DGOIWqjD.mjs → default-B5nw9_Xg.mjs} +22 -1
- package/.output/server/chunks/build/default-B5nw9_Xg.mjs.map +1 -0
- package/.output/server/chunks/build/server.mjs +1 -1
- package/.output/server/chunks/build/styles.mjs +2 -2
- package/.output/server/chunks/nitro/nitro.mjs +629 -627
- package/.output/server/chunks/routes/api/runtime.get.mjs +25 -0
- package/.output/server/chunks/routes/api/runtime.get.mjs.map +1 -0
- package/.output/server/package.json +1 -1
- package/package.json +1 -1
- package/.output/public/_nuxt/CzKPXRws.js +0 -1
- package/.output/public/_nuxt/builds/meta/e2995e80-736c-47cd-8041-a131bab2f136.json +0 -1
- package/.output/server/chunks/build/default-DGOIWqjD.mjs.map +0 -1
|
@@ -2086,10 +2086,31 @@ function useFileWatch(callback) {
|
|
|
2086
2086
|
const eventSource = ref(null);
|
|
2087
2087
|
const isConnected = ref(false);
|
|
2088
2088
|
const error = ref(null);
|
|
2089
|
+
const reconnectTimer = ref(null);
|
|
2090
|
+
const runtimeProbeTimer = ref(null);
|
|
2091
|
+
ref(null);
|
|
2092
|
+
ref(false);
|
|
2093
|
+
const shouldCheckRuntimeOnReconnect = ref(false);
|
|
2094
|
+
ref(false);
|
|
2095
|
+
function clearReconnectTimer() {
|
|
2096
|
+
if (reconnectTimer.value) {
|
|
2097
|
+
clearTimeout(reconnectTimer.value);
|
|
2098
|
+
reconnectTimer.value = null;
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
function stopRuntimeProbe() {
|
|
2102
|
+
if (runtimeProbeTimer.value) {
|
|
2103
|
+
clearInterval(runtimeProbeTimer.value);
|
|
2104
|
+
runtimeProbeTimer.value = null;
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2089
2107
|
function connect() {
|
|
2090
2108
|
return;
|
|
2091
2109
|
}
|
|
2092
2110
|
function disconnect() {
|
|
2111
|
+
clearReconnectTimer();
|
|
2112
|
+
stopRuntimeProbe();
|
|
2113
|
+
shouldCheckRuntimeOnReconnect.value = false;
|
|
2093
2114
|
if (eventSource.value) {
|
|
2094
2115
|
eventSource.value.close();
|
|
2095
2116
|
eventSource.value = null;
|
|
@@ -2219,4 +2240,4 @@ _sfc_main.setup = (props, ctx) => {
|
|
|
2219
2240
|
};
|
|
2220
2241
|
|
|
2221
2242
|
export { _sfc_main as default };
|
|
2222
|
-
//# sourceMappingURL=default-
|
|
2243
|
+
//# sourceMappingURL=default-B5nw9_Xg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-B5nw9_Xg.mjs","sources":["../../../../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/default-B5nw9_Xg.js"],"names":[],"mappings":"","x_google_ignoreList":[0]}
|
|
@@ -842,7 +842,7 @@ const plugins = [
|
|
|
842
842
|
plugin_server_9Ca9_HhnjAGwBWpwAydRauMHxWoxTDY60BrArRnXN_A
|
|
843
843
|
];
|
|
844
844
|
const layouts = {
|
|
845
|
-
default: defineAsyncComponent(() => import('./default-
|
|
845
|
+
default: defineAsyncComponent(() => import('./default-B5nw9_Xg.mjs').then((m) => m.default || m))
|
|
846
846
|
};
|
|
847
847
|
const routeRulesMatcher = _routeRulesMatcher;
|
|
848
848
|
const LayoutLoader = defineComponent({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
const interopDefault = r => r.default || r || [];
|
|
2
2
|
const styles = {
|
|
3
|
-
"../node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.DjEXIT5C.mjs').then(interopDefault),
|
|
4
3
|
"../node_modules/nuxt/dist/app/components/error-500.vue": () => import('./error-500-styles.DObwArFs.mjs').then(interopDefault),
|
|
5
|
-
"../node_modules/nuxt/dist/app/components/error-404.vue
|
|
4
|
+
"../node_modules/nuxt/dist/app/components/error-404.vue": () => import('./error-404-styles.DjEXIT5C.mjs').then(interopDefault),
|
|
6
5
|
"../node_modules/nuxt/dist/app/components/error-500.vue?vue&type=style&index=0&scoped=647e9bc1&lang.css": () => import('./error-500-styles.DObwArFs.mjs').then(interopDefault),
|
|
6
|
+
"../node_modules/nuxt/dist/app/components/error-404.vue?vue&type=style&index=0&scoped=a548e1ee&lang.css": () => import('./error-404-styles.DjEXIT5C.mjs').then(interopDefault),
|
|
7
7
|
"components/prd/Viewer.vue": () => import('./Viewer-styles.CshnetGw.mjs').then(interopDefault),
|
|
8
8
|
"components/prd/Viewer.vue?vue&type=style&index=0&lang.css": () => import('./Viewer-styles.CshnetGw.mjs').then(interopDefault),
|
|
9
9
|
"components/tasks/Column.vue": () => import('./Column-styles.fAtZNsCt.mjs').then(interopDefault),
|