@ait-co/devtools 0.1.98 → 0.1.99
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 +19 -5
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +18 -4
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-BpQD4s--.js → qr-http-server-B1fmICC4.js} +17 -3
- package/dist/qr-http-server-B1fmICC4.js.map +1 -0
- package/dist/{qr-http-server-D0Z1RPyL.cjs → qr-http-server-C9NUBysQ.cjs} +17 -3
- package/dist/qr-http-server-C9NUBysQ.cjs.map +1 -0
- package/dist/{qr-http-server-DOtrPEuO.cjs → qr-http-server-Clvk1weS.cjs} +17 -3
- package/dist/qr-http-server-Clvk1weS.cjs.map +1 -0
- package/dist/{qr-http-server-CtMI4lpz.js → qr-http-server-ofopTUL-.js} +17 -3
- package/dist/qr-http-server-ofopTUL-.js.map +1 -0
- package/dist/{tunnel-B_MKEH5C.cjs → tunnel-BmDfjkQI.cjs} +2 -2
- package/dist/{tunnel-B_MKEH5C.cjs.map → tunnel-BmDfjkQI.cjs.map} +1 -1
- package/dist/{tunnel-a4f_xQ4X.js → tunnel-C_qpse3-.js} +2 -2
- package/dist/{tunnel-a4f_xQ4X.js.map → tunnel-C_qpse3-.js.map} +1 -1
- package/dist/unplugin/index.cjs +22 -5
- package/dist/unplugin/index.cjs.map +1 -1
- package/dist/unplugin/index.d.cts +14 -0
- package/dist/unplugin/index.d.cts.map +1 -1
- package/dist/unplugin/index.d.ts +14 -0
- package/dist/unplugin/index.d.ts.map +1 -1
- package/dist/unplugin/index.js +22 -5
- 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/qr-http-server-BpQD4s--.js.map +0 -1
- package/dist/qr-http-server-CtMI4lpz.js.map +0 -1
- package/dist/qr-http-server-D0Z1RPyL.cjs.map +0 -1
- package/dist/qr-http-server-DOtrPEuO.cjs.map +0 -1
package/dist/mcp/server.js
CHANGED
|
@@ -968,7 +968,7 @@ function createDevServer(deps = {}) {
|
|
|
968
968
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
969
969
|
const server = new Server({
|
|
970
970
|
name: "ait-devtools",
|
|
971
|
-
version: "0.1.
|
|
971
|
+
version: "0.1.99"
|
|
972
972
|
}, { capabilities: { tools: {} } });
|
|
973
973
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
974
974
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -25424,8 +25424,15 @@ const en = {
|
|
|
25424
25424
|
"launcher.diagTitle": "Viewport diagnostics",
|
|
25425
25425
|
"launcher.diagYes": "yes",
|
|
25426
25426
|
"launcher.diagNo": "no",
|
|
25427
|
-
"launcher.letterboxDetected": "
|
|
25427
|
+
"launcher.letterboxDetected": "An iOS viewport constraint may clip the bottom {pt}pt — rotating to landscape and back to portrait may resolve it.",
|
|
25428
25428
|
"launcher.letterboxClipped": "An iOS viewport bug makes the bottom {pt}pt unusable — rotating to landscape and back to portrait may recover it.",
|
|
25429
|
+
"launcher.diagVerdictLabel": "Verdict reason",
|
|
25430
|
+
"launcher.diagSafeAreaTrace": "top re-measure trace",
|
|
25431
|
+
"launcher.diagVerdict.detected": "✓ letterbox correction",
|
|
25432
|
+
"launcher.diagVerdict.notStandalone": "not standalone",
|
|
25433
|
+
"launcher.diagVerdict.landscape": "landscape",
|
|
25434
|
+
"launcher.diagVerdict.shortfallTooSmall": "shortfall too small",
|
|
25435
|
+
"launcher.diagVerdict.safeAreaTopZero": "top=0 (env() stale?)",
|
|
25429
25436
|
"launcher.navbar.defaultTitle": "Mini App",
|
|
25430
25437
|
"launcher.navbar.back": "Back",
|
|
25431
25438
|
"launcher.navbar.menu": "Menu",
|
|
@@ -25663,8 +25670,15 @@ const ko = {
|
|
|
25663
25670
|
"launcher.diagTitle": "뷰포트 진단",
|
|
25664
25671
|
"launcher.diagYes": "예",
|
|
25665
25672
|
"launcher.diagNo": "아니요",
|
|
25666
|
-
"launcher.letterboxDetected": "
|
|
25673
|
+
"launcher.letterboxDetected": "iOS 뷰포트 제약으로 화면 아래 {pt}pt가 잘릴 수 있습니다 — 기기를 가로로 돌렸다 세로로 복귀하면 해소될 수 있어요.",
|
|
25667
25674
|
"launcher.letterboxClipped": "iOS 뷰포트 버그로 화면 아래 {pt}pt를 쓸 수 없습니다 — 기기를 가로로 돌렸다 세로로 돌리면 복구될 수 있어요.",
|
|
25675
|
+
"launcher.diagVerdictLabel": "판정 사유",
|
|
25676
|
+
"launcher.diagSafeAreaTrace": "top 재측정 추이",
|
|
25677
|
+
"launcher.diagVerdict.detected": "✓ letterbox 보정",
|
|
25678
|
+
"launcher.diagVerdict.notStandalone": "홈 화면 앱 아님",
|
|
25679
|
+
"launcher.diagVerdict.landscape": "가로 모드",
|
|
25680
|
+
"launcher.diagVerdict.shortfallTooSmall": "높이 차이 미달",
|
|
25681
|
+
"launcher.diagVerdict.safeAreaTopZero": "top=0 (env() stale?)",
|
|
25668
25682
|
"launcher.navbar.defaultTitle": "미니앱",
|
|
25669
25683
|
"launcher.navbar.back": "뒤로가기",
|
|
25670
25684
|
"launcher.navbar.menu": "메뉴",
|
|
@@ -26561,7 +26575,7 @@ function readGlobalString(key) {
|
|
|
26561
26575
|
}
|
|
26562
26576
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26563
26577
|
function getVersion() {
|
|
26564
|
-
return "0.1.
|
|
26578
|
+
return "0.1.99";
|
|
26565
26579
|
}
|
|
26566
26580
|
let panelVisibleSince = null;
|
|
26567
26581
|
let accumulatedMs = 0;
|
|
@@ -30847,7 +30861,7 @@ function Panel() {
|
|
|
30847
30861
|
color: "#666",
|
|
30848
30862
|
fontWeight: 400
|
|
30849
30863
|
},
|
|
30850
|
-
children: ["v", "0.1.
|
|
30864
|
+
children: ["v", "0.1.99"]
|
|
30851
30865
|
}),
|
|
30852
30866
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30853
30867
|
type: "button",
|