@triptease/design-system-mcp 1.3.2 → 1.3.3
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
|
@@ -30362,7 +30362,7 @@ var StdioServerTransport = class {
|
|
|
30362
30362
|
// package.json
|
|
30363
30363
|
var package_default = {
|
|
30364
30364
|
name: "@triptease/design-system-mcp",
|
|
30365
|
-
version: "1.3.
|
|
30365
|
+
version: "1.3.3",
|
|
30366
30366
|
description: "MCP server for Triptease design system documentation",
|
|
30367
30367
|
type: "module",
|
|
30368
30368
|
main: "dist/index.js",
|
|
@@ -30401,7 +30401,7 @@ var package_default = {
|
|
|
30401
30401
|
"@triptease/tt-weekday-picker": "1.0.1"
|
|
30402
30402
|
},
|
|
30403
30403
|
dependencies: {
|
|
30404
|
-
"@triptease/stylesheet": "3.0.
|
|
30404
|
+
"@triptease/stylesheet": "3.0.1"
|
|
30405
30405
|
},
|
|
30406
30406
|
devDependencies: {
|
|
30407
30407
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triptease/design-system-mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "MCP server for Triptease design system documentation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@triptease/tt-weekday-picker": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@triptease/stylesheet": "3.0.
|
|
42
|
+
"@triptease/stylesheet": "3.0.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.29.0",
|