@ikas/code-components-mcp 0.102.0 → 0.104.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-04-09T12:44:07.371Z",
2
+ "generatedAt": "2026-04-09T15:20:24.668Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "apiListBlog",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-09T12:44:07.401Z",
2
+ "generatedAt": "2026-04-09T15:20:24.702Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
@@ -11099,6 +11099,11 @@
11099
11099
  "type": "any",
11100
11100
  "optional": true
11101
11101
  },
11102
+ {
11103
+ "name": "countryLabels",
11104
+ "type": "any",
11105
+ "optional": true
11106
+ },
11102
11107
  {
11103
11108
  "name": "addressFormat",
11104
11109
  "type": "AddressFormItem[][]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "0.102.0",
3
+ "version": "0.104.0",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",