@ait-co/devtools 0.1.104 → 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.
@@ -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.104"
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) => {
@@ -30115,7 +30115,7 @@ function Panel() {
30115
30115
  color: "#666",
30116
30116
  fontWeight: 400
30117
30117
  },
30118
- children: ["v", "0.1.104"]
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.104",
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.8.0",
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",