@ikas/code-components-mcp 0.89.0 → 0.90.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-26T07:01:35.880Z",
2
+ "generatedAt": "2026-03-27T06:40:46.479Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "apiListBlog",
@@ -16178,7 +16178,7 @@
16178
16178
  },
16179
16179
  {
16180
16180
  "name": "IkasComponentRenderer",
16181
- "signature": "function IkasComponentRenderer({\n id: baseId,\n components,\n style,\n className,\n parentProps = {},\n map = {},\n}: IkasComponentRendererProps): VNode<ClassAttributes<HTMLElement> & { id: string; dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16181
+ "signature": "function IkasComponentRenderer({\n id: baseId,\n components,\n style,\n className,\n parentProps = EMPTY_OBJ,\n map = EMPTY_OBJ,\n}: IkasComponentRendererProps): VNode<ClassAttributes<HTMLElement> & { id: string; dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
16182
16182
  "description": "",
16183
16183
  "params": [],
16184
16184
  "returnType": "VNode<ClassAttributes<HTMLElement> & { id: string; dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-26T07:01:35.952Z",
2
+ "generatedAt": "2026-03-27T06:40:46.551Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "0.89.0",
3
+ "version": "0.90.0",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",