@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.
@@ -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": "Point your camera at the QR shown in your dev server’s terminal, or paste the https://…trycloudflare.com URL below. The dev app then opens full-screen inside this launcher.",
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": "카메라를 개발 서버 터미널의 QR 대거나, 아래에 https://….trycloudflare.com URL을 붙여넣으세요. 개발 앱이 이 런처 안에서 전체 화면으로 열립니다.",
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.59";
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.59"]
30680
+ children: ["v", "0.1.60"]
30683
30681
  }),
30684
30682
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30685
30683
  type: "button",