@ait-co/devtools 0.1.87 → 0.1.89

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.
@@ -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.87"
971
+ version: "0.1.89"
972
972
  }, { capabilities: { tools: {} } });
973
973
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
974
974
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -26561,7 +26561,7 @@ function readGlobalString(key) {
26561
26561
  }
26562
26562
  const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
26563
26563
  function getVersion() {
26564
- return "0.1.87";
26564
+ return "0.1.89";
26565
26565
  }
26566
26566
  let panelVisibleSince = null;
26567
26567
  let accumulatedMs = 0;
@@ -30848,7 +30848,7 @@ function Panel() {
30848
30848
  color: "#666",
30849
30849
  fontWeight: 400
30850
30850
  },
30851
- children: ["v", "0.1.87"]
30851
+ children: ["v", "0.1.89"]
30852
30852
  }),
30853
30853
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30854
30854
  type: "button",
@@ -321,7 +321,7 @@ const aitDevtoolsPlugin = (0, unplugin.createUnplugin)((options) => {
321
321
  const { assertRelayAuthConfigured, buildRelayVerifyAuth } = await Promise.resolve().then(() => require("../totp-D9fjaVak.cjs"));
322
322
  assertRelayAuthConfigured();
323
323
  const verifyAuth = buildRelayVerifyAuth();
324
- const { startChiiRelay } = await Promise.resolve().then(() => require("../chii-relay-BzUf0LH3.cjs"));
324
+ const { startChiiRelay } = await Promise.resolve().then(() => require("../chii-relay-BVVTS3tE.cjs"));
325
325
  let lastAuthRejectWarnAt = 0;
326
326
  const r = await startChiiRelay({
327
327
  port: 0,
@@ -317,7 +317,7 @@ const aitDevtoolsPlugin = createUnplugin((options) => {
317
317
  const { assertRelayAuthConfigured, buildRelayVerifyAuth } = await import("../totp-CauHjkdE.js");
318
318
  assertRelayAuthConfigured();
319
319
  const verifyAuth = buildRelayVerifyAuth();
320
- const { startChiiRelay } = await import("../chii-relay-BASitNMw.js");
320
+ const { startChiiRelay } = await import("../chii-relay-CUS9FJKB.js");
321
321
  let lastAuthRejectWarnAt = 0;
322
322
  const r = await startChiiRelay({
323
323
  port: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/devtools",
3
- "version": "0.1.87",
3
+ "version": "0.1.89",
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": {