zugzbot 1.0.2 → 1.0.3
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.
|
@@ -21682,4 +21682,4 @@ main().catch((err) => {
|
|
|
21682
21682
|
);
|
|
21683
21683
|
process.exit(1);
|
|
21684
21684
|
});
|
|
21685
|
-
//# sourceMappingURL=index.
|
|
21685
|
+
//# sourceMappingURL=index.mjs.map
|
package/opencode.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"type": "local",
|
|
32
32
|
"command": [
|
|
33
33
|
"node",
|
|
34
|
-
"./.opencode/oh-my-design/packages/mcp/dist/index.
|
|
34
|
+
"./.opencode/oh-my-design/packages/mcp/dist/index.mjs"
|
|
35
35
|
],
|
|
36
36
|
"enabled": true,
|
|
37
37
|
"purpose": "MCP oficial de Oh My Design para buscar, consultar y aplicar temas de diseño (Toss, Stripe, Supabase, etc.)."
|
package/package.json
CHANGED
|
File without changes
|