@ait-co/devtools 0.1.78 → 0.1.79

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.
@@ -964,7 +964,7 @@ function createDevServer(deps = {}) {
964
964
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
965
965
  const server = new Server({
966
966
  name: "ait-devtools",
967
- version: "0.1.78"
967
+ version: "0.1.79"
968
968
  }, { capabilities: { tools: {} } });
969
969
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
970
970
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -25422,7 +25422,7 @@ const en = {
25422
25422
  "launcher.diagTitle": "Viewport diagnostics",
25423
25423
  "launcher.diagYes": "yes",
25424
25424
  "launcher.diagNo": "no",
25425
- "launcher.letterboxDetected": "Display area is {pt}pt shortlikely an iOS standalone letterbox. Removing and re-adding the launcher to the home screen may fix it.",
25425
+ "launcher.letterboxDetected": "Letterbox correction +{pt}pt appliedusing full screen height.",
25426
25426
  "launcher.navbar.defaultTitle": "Mini App",
25427
25427
  "launcher.navbar.back": "Back",
25428
25428
  "launcher.navbar.menu": "Menu",
@@ -25658,7 +25658,7 @@ const ko = {
25658
25658
  "launcher.diagTitle": "뷰포트 진단",
25659
25659
  "launcher.diagYes": "예",
25660
25660
  "launcher.diagNo": "아니요",
25661
- "launcher.letterboxDetected": "표시 영역이 {pt}pt 부족합니다iOS standalone letterbox로 보입니다. 런처를 홈 화면에서 제거 후 다시 설치하면 해소될 수 있어요.",
25661
+ "launcher.letterboxDetected": "letterbox 보정 +{pt}pt 적용됨화면 전체를 사용합니다.",
25662
25662
  "launcher.navbar.defaultTitle": "미니앱",
25663
25663
  "launcher.navbar.back": "뒤로가기",
25664
25664
  "launcher.navbar.menu": "메뉴",
@@ -26490,7 +26490,7 @@ function readGlobalString(key) {
26490
26490
  }
26491
26491
  const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
26492
26492
  function getVersion() {
26493
- return "0.1.78";
26493
+ return "0.1.79";
26494
26494
  }
26495
26495
  let panelVisibleSince = null;
26496
26496
  let accumulatedMs = 0;
@@ -30741,7 +30741,7 @@ function Panel() {
30741
30741
  color: "#666",
30742
30742
  fontWeight: 400
30743
30743
  },
30744
- children: ["v", "0.1.78"]
30744
+ children: ["v", "0.1.79"]
30745
30745
  }),
30746
30746
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30747
30747
  type: "button",