@ait-co/devtools 0.1.84 → 0.1.85
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/README.en.md +1 -1
- package/README.md +1 -1
- package/dist/mcp/cli.js +12 -21
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +2 -10
- package/dist/mcp/server.js.map +1 -1
- package/dist/panel/index.js +2 -2
- package/package.json +1 -1
package/dist/panel/index.js
CHANGED
|
@@ -26559,7 +26559,7 @@ function readGlobalString(key) {
|
|
|
26559
26559
|
}
|
|
26560
26560
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26561
26561
|
function getVersion() {
|
|
26562
|
-
return "0.1.
|
|
26562
|
+
return "0.1.85";
|
|
26563
26563
|
}
|
|
26564
26564
|
let panelVisibleSince = null;
|
|
26565
26565
|
let accumulatedMs = 0;
|
|
@@ -30846,7 +30846,7 @@ function Panel() {
|
|
|
30846
30846
|
color: "#666",
|
|
30847
30847
|
fontWeight: 400
|
|
30848
30848
|
},
|
|
30849
|
-
children: ["v", "0.1.
|
|
30849
|
+
children: ["v", "0.1.85"]
|
|
30850
30850
|
}),
|
|
30851
30851
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30852
30852
|
type: "button",
|
package/package.json
CHANGED