@db-ux/mcp-server 4.8.1-fix-publish6-4421639 → 4.9.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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22374,7 +22374,7 @@ var EMPTY_COMPLETION_RESULT = {
|
|
|
22374
22374
|
// package.json
|
|
22375
22375
|
var package_default = {
|
|
22376
22376
|
name: "@db-ux/mcp-server",
|
|
22377
|
-
version: "4.
|
|
22377
|
+
version: "4.9.0",
|
|
22378
22378
|
type: "module",
|
|
22379
22379
|
description: "MCP server for DB UX Design System \u2013 gives LLMs access to UI components and code examples",
|
|
22380
22380
|
repository: {
|
|
@@ -22422,7 +22422,7 @@ var package_default = {
|
|
|
22422
22422
|
cpr: "3.0.1",
|
|
22423
22423
|
esbuild: "0.28.0",
|
|
22424
22424
|
"npm-run-all2": "8.0.4",
|
|
22425
|
-
tsx: "4.
|
|
22425
|
+
tsx: "4.22.1",
|
|
22426
22426
|
typescript: "5.9.3",
|
|
22427
22427
|
vitest: "4.1.6"
|
|
22428
22428
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/mcp-server",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for DB UX Design System – gives LLMs access to UI components and code examples",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"cpr": "3.0.1",
|
|
33
33
|
"esbuild": "0.28.0",
|
|
34
34
|
"npm-run-all2": "8.0.4",
|
|
35
|
-
"tsx": "4.
|
|
35
|
+
"tsx": "4.22.1",
|
|
36
36
|
"typescript": "5.9.3",
|
|
37
37
|
"vitest": "4.1.6"
|
|
38
38
|
},
|