@ait-co/devtools 0.1.96 → 0.1.98
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/mcp/cli.js +8 -8
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/panel/index.js +2 -2
- package/dist/{qr-http-server-CkO-CLxK.js → qr-http-server-BpQD4s--.js} +3 -3
- package/dist/{qr-http-server-aYAg1bKl.js.map → qr-http-server-BpQD4s--.js.map} +1 -1
- package/dist/{qr-http-server-aYAg1bKl.js → qr-http-server-CtMI4lpz.js} +3 -3
- package/dist/{qr-http-server-CkO-CLxK.js.map → qr-http-server-CtMI4lpz.js.map} +1 -1
- package/dist/{qr-http-server-BfO-vZEB.cjs → qr-http-server-D0Z1RPyL.cjs} +3 -3
- package/dist/{qr-http-server-CqabMUSq.cjs.map → qr-http-server-D0Z1RPyL.cjs.map} +1 -1
- package/dist/{qr-http-server-CqabMUSq.cjs → qr-http-server-DOtrPEuO.cjs} +3 -3
- package/dist/{qr-http-server-BfO-vZEB.cjs.map → qr-http-server-DOtrPEuO.cjs.map} +1 -1
- package/dist/{tunnel-Bsv-Zg5_.cjs → tunnel-B_MKEH5C.cjs} +2 -2
- package/dist/{tunnel-Bsv-Zg5_.cjs.map → tunnel-B_MKEH5C.cjs.map} +1 -1
- package/dist/{tunnel-BxIGQK50.js → tunnel-a4f_xQ4X.js} +2 -2
- package/dist/{tunnel-BxIGQK50.js.map → tunnel-a4f_xQ4X.js.map} +1 -1
- package/dist/unplugin/index.cjs +2 -2
- package/dist/unplugin/index.cjs.map +1 -1
- package/dist/unplugin/index.d.cts +3 -7
- package/dist/unplugin/index.d.cts.map +1 -1
- package/dist/unplugin/index.d.ts +3 -7
- package/dist/unplugin/index.d.ts.map +1 -1
- package/dist/unplugin/index.js +2 -2
- package/dist/unplugin/index.js.map +1 -1
- package/dist/unplugin/tunnel.cjs +1 -1
- package/dist/unplugin/tunnel.js +1 -1
- package/package.json +1 -1
package/dist/panel/index.js
CHANGED
|
@@ -26561,7 +26561,7 @@ function readGlobalString(key) {
|
|
|
26561
26561
|
}
|
|
26562
26562
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26563
26563
|
function getVersion() {
|
|
26564
|
-
return "0.1.
|
|
26564
|
+
return "0.1.98";
|
|
26565
26565
|
}
|
|
26566
26566
|
let panelVisibleSince = null;
|
|
26567
26567
|
let accumulatedMs = 0;
|
|
@@ -30847,7 +30847,7 @@ function Panel() {
|
|
|
30847
30847
|
color: "#666",
|
|
30848
30848
|
fontWeight: 400
|
|
30849
30849
|
},
|
|
30850
|
-
children: ["v", "0.1.
|
|
30850
|
+
children: ["v", "0.1.98"]
|
|
30851
30851
|
}),
|
|
30852
30852
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30853
30853
|
type: "button",
|
|
@@ -1418,8 +1418,8 @@ async function startQrHttpServer(getDashboardState, options) {
|
|
|
1418
1418
|
}, refreshIntervalMs).unref();
|
|
1419
1419
|
return {
|
|
1420
1420
|
port,
|
|
1421
|
-
buildAttachPageUrl(
|
|
1422
|
-
return `http://127.0.0.1:${port}
|
|
1421
|
+
buildAttachPageUrl(_attachUrl) {
|
|
1422
|
+
return `http://127.0.0.1:${port}/`;
|
|
1423
1423
|
},
|
|
1424
1424
|
get inspectorStableUrl() {
|
|
1425
1425
|
return `http://127.0.0.1:${port}/inspector`;
|
|
@@ -1438,4 +1438,4 @@ async function startQrHttpServer(getDashboardState, options) {
|
|
|
1438
1438
|
//#endregion
|
|
1439
1439
|
export { startQrHttpServer };
|
|
1440
1440
|
|
|
1441
|
-
//# sourceMappingURL=qr-http-server-
|
|
1441
|
+
//# sourceMappingURL=qr-http-server-BpQD4s--.js.map
|