@ait-co/devtools 0.1.84 → 0.1.86

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.
@@ -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.84";
26562
+ return "0.1.86";
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.84"]
30849
+ children: ["v", "0.1.86"]
30850
30850
  }),
30851
30851
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30852
30852
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/devtools",
3
- "version": "0.1.84",
3
+ "version": "0.1.86",
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": {