@ait-co/devtools 0.1.86 → 0.1.88
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 -3
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +4 -2
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-BvAtX9Lc.cjs → qr-http-server-BfO-vZEB.cjs} +3 -1
- package/dist/qr-http-server-BfO-vZEB.cjs.map +1 -0
- package/dist/{qr-http-server-Buorblrx.js → qr-http-server-CkO-CLxK.js} +3 -1
- package/dist/qr-http-server-CkO-CLxK.js.map +1 -0
- package/dist/{qr-http-server-CAUyOrCm.cjs → qr-http-server-CqabMUSq.cjs} +3 -1
- package/dist/qr-http-server-CqabMUSq.cjs.map +1 -0
- package/dist/{qr-http-server-BxjrJr9t.js → qr-http-server-aYAg1bKl.js} +3 -1
- package/dist/qr-http-server-aYAg1bKl.js.map +1 -0
- package/dist/{tunnel-DPwJBn1u.js → tunnel-BC7bu3O9.js} +2 -2
- package/dist/{tunnel-DPwJBn1u.js.map → tunnel-BC7bu3O9.js.map} +1 -1
- package/dist/{tunnel-CfT31xho.cjs → tunnel-DwmbHIBp.cjs} +2 -2
- package/dist/{tunnel-CfT31xho.cjs.map → tunnel-DwmbHIBp.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-Buorblrx.js.map +0 -1
- package/dist/qr-http-server-BvAtX9Lc.cjs.map +0 -1
- package/dist/qr-http-server-BxjrJr9t.js.map +0 -1
- package/dist/qr-http-server-CAUyOrCm.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.88"
|
|
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
|
@@ -25425,6 +25425,7 @@ const en = {
|
|
|
25425
25425
|
"launcher.diagYes": "yes",
|
|
25426
25426
|
"launcher.diagNo": "no",
|
|
25427
25427
|
"launcher.letterboxDetected": "Letterbox correction +{pt}pt applied — using full screen height.",
|
|
25428
|
+
"launcher.letterboxClipped": "An iOS viewport bug makes the bottom {pt}pt unusable — rotating to landscape and back to portrait may recover it.",
|
|
25428
25429
|
"launcher.navbar.defaultTitle": "Mini App",
|
|
25429
25430
|
"launcher.navbar.back": "Back",
|
|
25430
25431
|
"launcher.navbar.menu": "Menu",
|
|
@@ -25663,6 +25664,7 @@ const ko = {
|
|
|
25663
25664
|
"launcher.diagYes": "예",
|
|
25664
25665
|
"launcher.diagNo": "아니요",
|
|
25665
25666
|
"launcher.letterboxDetected": "letterbox 보정 +{pt}pt 적용됨 — 화면 전체를 사용합니다.",
|
|
25667
|
+
"launcher.letterboxClipped": "iOS 뷰포트 버그로 화면 아래 {pt}pt를 쓸 수 없습니다 — 기기를 가로로 돌렸다 세로로 돌리면 복구될 수 있어요.",
|
|
25666
25668
|
"launcher.navbar.defaultTitle": "미니앱",
|
|
25667
25669
|
"launcher.navbar.back": "뒤로가기",
|
|
25668
25670
|
"launcher.navbar.menu": "메뉴",
|
|
@@ -26559,7 +26561,7 @@ function readGlobalString(key) {
|
|
|
26559
26561
|
}
|
|
26560
26562
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26561
26563
|
function getVersion() {
|
|
26562
|
-
return "0.1.
|
|
26564
|
+
return "0.1.88";
|
|
26563
26565
|
}
|
|
26564
26566
|
let panelVisibleSince = null;
|
|
26565
26567
|
let accumulatedMs = 0;
|
|
@@ -30846,7 +30848,7 @@ function Panel() {
|
|
|
30846
30848
|
color: "#666",
|
|
30847
30849
|
fontWeight: 400
|
|
30848
30850
|
},
|
|
30849
|
-
children: ["v", "0.1.
|
|
30851
|
+
children: ["v", "0.1.88"]
|
|
30850
30852
|
}),
|
|
30851
30853
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30852
30854
|
type: "button",
|