@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.
- package/dist/mcp/cli.js +5 -5
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +4 -4
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-BQhf6N3z.js → qr-http-server-D2d44bv7.js} +3 -3
- package/dist/qr-http-server-D2d44bv7.js.map +1 -0
- package/dist/{qr-http-server-CTX8GtQV.cjs → qr-http-server-DOOLghY0.cjs} +3 -3
- package/dist/qr-http-server-DOOLghY0.cjs.map +1 -0
- package/dist/{qr-http-server-CRK_XlW8.js → qr-http-server-Dx7KnQtg.js} +3 -3
- package/dist/qr-http-server-Dx7KnQtg.js.map +1 -0
- package/dist/{qr-http-server-CC2d-Tc3.cjs → qr-http-server-oENyLvn9.cjs} +3 -3
- package/dist/qr-http-server-oENyLvn9.cjs.map +1 -0
- package/dist/{tunnel-vIjpD9wn.js → tunnel-8h2r-ouK.js} +2 -2
- package/dist/{tunnel-vIjpD9wn.js.map → tunnel-8h2r-ouK.js.map} +1 -1
- package/dist/{tunnel-CbtLkErI.cjs → tunnel-CInRDnKE.cjs} +2 -2
- package/dist/{tunnel-CbtLkErI.cjs.map → tunnel-CInRDnKE.cjs.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-BQhf6N3z.js.map +0 -1
- package/dist/qr-http-server-CC2d-Tc3.cjs.map +0 -1
- package/dist/qr-http-server-CRK_XlW8.js.map +0 -1
- package/dist/qr-http-server-CTX8GtQV.cjs.map +0 -1
package/dist/mcp/server.js
CHANGED
|
@@ -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.
|
|
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) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -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": "
|
|
25425
|
+
"launcher.letterboxDetected": "Letterbox correction +{pt}pt applied — using 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": "
|
|
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.
|
|
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.
|
|
30744
|
+
children: ["v", "0.1.79"]
|
|
30745
30745
|
}),
|
|
30746
30746
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30747
30747
|
type: "button",
|