@ikas/code-components-mcp 1.4.0-beta.88 → 1.4.0-beta.89

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-06-23T15:08:47.181Z",
2
+ "generatedAt": "2026-06-23T15:31:36.010Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "apiListProductBrand",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-06-23T15:08:47.205Z",
2
+ "generatedAt": "2026-06-23T15:31:36.049Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
@@ -12024,6 +12024,22 @@
12024
12024
  ],
12025
12025
  "filePath": "theme-globals.ts"
12026
12026
  },
12027
+ {
12028
+ "name": "RuntimeView",
12029
+ "kind": "type",
12030
+ "domain": "theme",
12031
+ "properties": [
12032
+ {
12033
+ "name": "name",
12034
+ "type": "never",
12035
+ "optional": true
12036
+ }
12037
+ ],
12038
+ "extends": [
12039
+ "Omit<T, \"name\">"
12040
+ ],
12041
+ "filePath": "theme-globals.ts"
12042
+ },
12027
12043
  {
12028
12044
  "name": "RuntimeThemeColorSchemes",
12029
12045
  "kind": "type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "1.4.0-beta.88",
3
+ "version": "1.4.0-beta.89",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",