@infineon/design-system-mcp 39.32.0 → 39.32.1

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
- "timestamp": "2026-05-11T12:28:56",
2
+ "timestamp": "2026-05-15T08:40:49",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.4",
package/dist/index.js CHANGED
@@ -159,7 +159,7 @@ Examples:
159
159
  `);
160
160
  }
161
161
  function showVersion() {
162
- console.log(`dds-mcp version ${"39.32.0"}`);
162
+ console.log(`dds-mcp version ${"39.32.1"}`);
163
163
  }
164
164
  async function handleCli(args) {
165
165
  const command = args[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/design-system-mcp",
3
- "version": "39.32.0",
3
+ "version": "39.32.1",
4
4
  "type": "module",
5
5
  "description": "MCP server for the Infineon Design System (DDS)",
6
6
  "main": "./dist/index.js",
@@ -32,16 +32,16 @@
32
32
  "zod": "^3.23.8"
33
33
  },
34
34
  "devDependencies": {
35
- "@infineon/dds-tooling": "39.32.0",
35
+ "@infineon/dds-tooling": "39.32.1",
36
36
  "@types/node": "^20.19.33",
37
37
  "esbuild": "^0.27.4",
38
38
  "typescript": "^5.4.5"
39
39
  },
40
40
  "peerDependencies": {
41
- "@infineon/infineon-design-system-angular": "39.32.0",
42
- "@infineon/infineon-design-system-react": "39.32.0",
43
- "@infineon/infineon-design-system-stencil": "39.32.0",
44
- "@infineon/infineon-design-system-vue": "39.32.0"
41
+ "@infineon/infineon-design-system-angular": "39.32.1",
42
+ "@infineon/infineon-design-system-react": "39.32.1",
43
+ "@infineon/infineon-design-system-stencil": "39.32.1",
44
+ "@infineon/infineon-design-system-vue": "39.32.1"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "@infineon/infineon-design-system-stencil": {
@@ -123,5 +123,5 @@
123
123
  }
124
124
  },
125
125
  "license": "MIT",
126
- "gitHead": "c32af1d10ff0ea9cb6df96c1cbae33a1cc0fe79e"
126
+ "gitHead": "d0e7eb87e15a5ebbc97e10fd113f933719eb6697"
127
127
  }