@ait-co/devtools 0.1.59 → 0.1.60
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 +9 -7
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +5 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/panel/index.js +4 -6
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-CQZnEAcl.cjs → qr-http-server-Byk0Yjk_.cjs} +3 -5
- package/dist/qr-http-server-Byk0Yjk_.cjs.map +1 -0
- package/dist/{qr-http-server-GwRt-B9_.cjs → qr-http-server-D_Aj5Vq6.cjs} +3 -5
- package/dist/qr-http-server-D_Aj5Vq6.cjs.map +1 -0
- package/dist/{qr-http-server-Bk-9AO9Y.js → qr-http-server-N4mX8GaC.js} +3 -5
- package/dist/qr-http-server-N4mX8GaC.js.map +1 -0
- package/dist/{qr-http-server-C536UmTm.js → qr-http-server-kYvmlXlg.js} +3 -5
- package/dist/qr-http-server-kYvmlXlg.js.map +1 -0
- package/dist/{tunnel-CAaBFOro.cjs → tunnel-GieyWa22.cjs} +2 -2
- package/dist/{tunnel-CAaBFOro.cjs.map → tunnel-GieyWa22.cjs.map} +1 -1
- package/dist/{tunnel-COMs-wZU.js → tunnel-JuZ5_Pci.js} +2 -2
- package/dist/{tunnel-COMs-wZU.js.map → tunnel-JuZ5_Pci.js.map} +1 -1
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +1 -1
- package/dist/unplugin/tunnel.js +1 -1
- package/package.json +1 -1
- package/dist/qr-http-server-Bk-9AO9Y.js.map +0 -1
- package/dist/qr-http-server-C536UmTm.js.map +0 -1
- package/dist/qr-http-server-CQZnEAcl.cjs.map +0 -1
- package/dist/qr-http-server-GwRt-B9_.cjs.map +0 -1
package/dist/panel/index.js
CHANGED
|
@@ -25388,9 +25388,8 @@ const en = {
|
|
|
25388
25388
|
"attach.faq.totp": "<strong>TOTP gate Layer C is inactive</strong> — check that <code>AIT_DEBUG_TOTP_SECRET</code> is set on the relay server",
|
|
25389
25389
|
"attach.url.section": "URL (fallback)",
|
|
25390
25390
|
"launcher.title": "AITC DevTools Launcher",
|
|
25391
|
-
"launcher.description": "
|
|
25391
|
+
"launcher.description": "Scan the terminal QR code or paste the tunnel URL.",
|
|
25392
25392
|
"launcher.installCta": "Install launcher to your phone",
|
|
25393
|
-
"launcher.openOnce": "Open this once without installing",
|
|
25394
25393
|
"launcher.urlPlaceholder": "https://example.trycloudflare.com",
|
|
25395
25394
|
"launcher.openBtn": "Open",
|
|
25396
25395
|
"launcher.scanBtn": "Scan QR with camera",
|
|
@@ -25593,9 +25592,8 @@ const ko = {
|
|
|
25593
25592
|
"attach.faq.totp": "<strong>TOTP gate Layer C가 비활성인 경우</strong> — relay 서버에 <code>AIT_DEBUG_TOTP_SECRET</code>이 설정돼 있는지 확인",
|
|
25594
25593
|
"attach.url.section": "URL (fallback)",
|
|
25595
25594
|
"launcher.title": "AITC DevTools Launcher",
|
|
25596
|
-
"launcher.description": "
|
|
25595
|
+
"launcher.description": "터미널 QR을 스캔하거나 URL을 입력하세요.",
|
|
25597
25596
|
"launcher.installCta": "폰에 런처 설치하기",
|
|
25598
|
-
"launcher.openOnce": "설치 없이 한 번만 열기",
|
|
25599
25597
|
"launcher.urlPlaceholder": "https://example.trycloudflare.com",
|
|
25600
25598
|
"launcher.openBtn": "Open",
|
|
25601
25599
|
"launcher.scanBtn": "QR 카메라로 스캔",
|
|
@@ -26428,7 +26426,7 @@ function readGlobalString(key) {
|
|
|
26428
26426
|
}
|
|
26429
26427
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26430
26428
|
function getVersion() {
|
|
26431
|
-
return "0.1.
|
|
26429
|
+
return "0.1.60";
|
|
26432
26430
|
}
|
|
26433
26431
|
let panelVisibleSince = null;
|
|
26434
26432
|
let accumulatedMs = 0;
|
|
@@ -30679,7 +30677,7 @@ function Panel() {
|
|
|
30679
30677
|
color: "#666",
|
|
30680
30678
|
fontWeight: 400
|
|
30681
30679
|
},
|
|
30682
|
-
children: ["v", "0.1.
|
|
30680
|
+
children: ["v", "0.1.60"]
|
|
30683
30681
|
}),
|
|
30684
30682
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30685
30683
|
type: "button",
|