@ait-co/devtools 0.1.105 → 0.1.106
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 +3 -3
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +1 -1
- package/package.json +2 -2
package/dist/mcp/cli.js
CHANGED
|
@@ -4855,7 +4855,7 @@ async function readMcpSdkVersion() {
|
|
|
4855
4855
|
* some test environments that skip the build step).
|
|
4856
4856
|
*/
|
|
4857
4857
|
function readDevtoolsVersion() {
|
|
4858
|
-
return "0.1.
|
|
4858
|
+
return "0.1.106";
|
|
4859
4859
|
}
|
|
4860
4860
|
/**
|
|
4861
4861
|
* Derives the next recommended action from a completed diagnostics snapshot.
|
|
@@ -5447,7 +5447,7 @@ function createDebugServer(deps) {
|
|
|
5447
5447
|
const collector = collectorDep ?? new InMemoryDiagnosticsCollector();
|
|
5448
5448
|
const server = new Server({
|
|
5449
5449
|
name: "ait-debug",
|
|
5450
|
-
version: "0.1.
|
|
5450
|
+
version: "0.1.106"
|
|
5451
5451
|
}, { capabilities: { tools: { listChanged: true } } });
|
|
5452
5452
|
server.setRequestHandler(ListToolsRequestSchema, () => {
|
|
5453
5453
|
const conn = router.active;
|
|
@@ -7585,7 +7585,7 @@ function createDevServer(deps = {}) {
|
|
|
7585
7585
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
7586
7586
|
const server = new Server({
|
|
7587
7587
|
name: "ait-devtools",
|
|
7588
|
-
version: "0.1.
|
|
7588
|
+
version: "0.1.106"
|
|
7589
7589
|
}, { capabilities: { tools: {} } });
|
|
7590
7590
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
7591
7591
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
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.106"
|
|
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
|
@@ -30115,7 +30115,7 @@ function Panel() {
|
|
|
30115
30115
|
color: "#666",
|
|
30116
30116
|
fontWeight: 400
|
|
30117
30117
|
},
|
|
30118
|
-
children: ["v", "0.1.
|
|
30118
|
+
children: ["v", "0.1.106"]
|
|
30119
30119
|
}),
|
|
30120
30120
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30121
30121
|
type: "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ait-co/devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.106",
|
|
4
4
|
"description": "Development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@ait-co/polyfill": "^0.1.17",
|
|
72
72
|
"@apps-in-toss/web-framework": "3.0.0-beta.3051978",
|
|
73
|
-
"@apps-in-toss/web-framework-2x": "npm:@apps-in-toss/web-framework@2.
|
|
73
|
+
"@apps-in-toss/web-framework-2x": "npm:@apps-in-toss/web-framework@2.9.3",
|
|
74
74
|
"@biomejs/biome": "2.4.15",
|
|
75
75
|
"@changesets/cli": "^2.31.0",
|
|
76
76
|
"@khmyznikov/pwa-install": "^0.6.3",
|