@ait-co/devtools 0.1.119 → 0.1.120
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/{attach-orchestrator-CII9Gl5m.js → attach-orchestrator-BJr41GN8.js} +2 -2
- package/dist/{attach-orchestrator-CII9Gl5m.js.map → attach-orchestrator-BJr41GN8.js.map} +1 -1
- package/dist/{attach-orchestrator-C_6xb_L5.js → attach-orchestrator-BbCfcfT0.js} +1 -1
- package/dist/{cell-bLwQ4gTq.js → cell-BCNQJ_cS.js} +2 -2
- package/dist/{cell-bLwQ4gTq.js.map → cell-BCNQJ_cS.js.map} +1 -1
- package/dist/{cell-BJiaGlVu.js → cell-CJcDstzr.js} +1 -1
- package/dist/{debug-server-Bi6jLuY6.js → debug-server-DNqP-T9V.js} +6 -6
- package/dist/{debug-server-Bi6jLuY6.js.map → debug-server-DNqP-T9V.js.map} +1 -1
- package/dist/mcp/cli.js +3 -3
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +1 -1
- package/dist/{pool-U9FrxEuR.d.ts → pool-D5QH6Ydv.d.ts} +2 -2
- package/dist/{pool-U9FrxEuR.d.ts.map → pool-D5QH6Ydv.d.ts.map} +1 -1
- package/dist/{relay-worker-D-3aAyDO.d.ts → relay-worker-BBu1oEqC.d.ts} +2 -2
- package/dist/{relay-worker-D-3aAyDO.d.ts.map → relay-worker-BBu1oEqC.d.ts.map} +1 -1
- package/dist/{runtime-D57Rtnsd.d.ts → runtime-Bm_sT1C9.d.ts} +2 -2
- package/dist/{runtime-D57Rtnsd.d.ts.map → runtime-Bm_sT1C9.d.ts.map} +1 -1
- package/dist/test-runner/config.d.ts +1 -1
- package/dist/test-runner/pool.d.ts +1 -1
- package/dist/test-runner/relay-worker.d.ts +1 -1
- package/dist/test-runner/report.d.ts +2 -2
- package/dist/test-runner/rpc.d.ts +1 -1
- package/dist/test-runner/runtime.d.ts +1 -1
- package/dist/test-runner/runtime.js +5 -1
- package/dist/test-runner/runtime.js.map +1 -1
- package/dist/test-runner/task-graph.d.ts +1 -1
- package/package.json +1 -1
package/dist/mcp/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as wrapEnvelope, i as runMobileDebugServer, n as runDebugServer, r as runLocalDebugServer } from "../debug-server-
|
|
3
|
-
import { D as getSdkCallHistory, E as getOperationalEnvironment, Q as tierRejectionError, T as getMockState, k as isAitToolName, q as mcpError } from "../attach-orchestrator-
|
|
2
|
+
import { a as wrapEnvelope, i as runMobileDebugServer, n as runDebugServer, r as runLocalDebugServer } from "../debug-server-DNqP-T9V.js";
|
|
3
|
+
import { D as getSdkCallHistory, E as getOperationalEnvironment, Q as tierRejectionError, T as getMockState, k as isAitToolName, q as mcpError } from "../attach-orchestrator-BJr41GN8.js";
|
|
4
4
|
import { realpathSync } from "node:fs";
|
|
5
5
|
import { argv } from "node:process";
|
|
6
6
|
import { fileURLToPath } from "node:url";
|
|
@@ -464,7 +464,7 @@ function createDevServer(deps = {}) {
|
|
|
464
464
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
465
465
|
const server = new Server({
|
|
466
466
|
name: "ait-devtools",
|
|
467
|
-
version: "0.1.
|
|
467
|
+
version: "0.1.120"
|
|
468
468
|
}, { capabilities: { tools: {} } });
|
|
469
469
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
470
470
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/mcp/server.js
CHANGED
|
@@ -1022,7 +1022,7 @@ function createDevServer(deps = {}) {
|
|
|
1022
1022
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
1023
1023
|
const server = new Server({
|
|
1024
1024
|
name: "ait-devtools",
|
|
1025
|
-
version: "0.1.
|
|
1025
|
+
version: "0.1.120"
|
|
1026
1026
|
}, { capabilities: { tools: {} } });
|
|
1027
1027
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
1028
1028
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -30136,7 +30136,7 @@ function Panel() {
|
|
|
30136
30136
|
color: "#666",
|
|
30137
30137
|
fontWeight: 400
|
|
30138
30138
|
},
|
|
30139
|
-
children: ["v", "0.1.
|
|
30139
|
+
children: ["v", "0.1.120"]
|
|
30140
30140
|
}),
|
|
30141
30141
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30142
30142
|
type: "button",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { t as CdpConnection } from "./cdp-connection-DB2zgthr.js";
|
|
3
|
-
import { n as RelayRunOptions } from "./relay-worker-
|
|
3
|
+
import { n as RelayRunOptions } from "./relay-worker-BBu1oEqC.js";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import { Stats } from "node:fs";
|
|
6
6
|
import { URL as URL$1 } from "node:url";
|
|
@@ -14736,4 +14736,4 @@ declare function createRelayPool(opts: RelayPoolOptions): {
|
|
|
14736
14736
|
};
|
|
14737
14737
|
//#endregion
|
|
14738
14738
|
export { type createRelayPool as i, type RelayConnectionFactory as n, type RelayPoolOptions as r, type RELAY_POOL_NAME as t };
|
|
14739
|
-
//# sourceMappingURL=pool-
|
|
14739
|
+
//# sourceMappingURL=pool-D5QH6Ydv.d.ts.map
|