@triptease/design-system-mcp 1.1.6 → 1.1.7
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
|
@@ -23302,7 +23302,7 @@ var StdioServerTransport = class {
|
|
|
23302
23302
|
// package.json
|
|
23303
23303
|
var package_default = {
|
|
23304
23304
|
name: "@triptease/design-system-mcp",
|
|
23305
|
-
version: "1.1.
|
|
23305
|
+
version: "1.1.7",
|
|
23306
23306
|
description: "MCP server for Triptease design system documentation",
|
|
23307
23307
|
type: "module",
|
|
23308
23308
|
main: "dist/index.js",
|
|
@@ -23337,7 +23337,7 @@ var package_default = {
|
|
|
23337
23337
|
"@triptease/tt-tabs": "1.1.0"
|
|
23338
23338
|
},
|
|
23339
23339
|
dependencies: {
|
|
23340
|
-
"@triptease/stylesheet": "2.1.
|
|
23340
|
+
"@triptease/stylesheet": "2.1.1"
|
|
23341
23341
|
},
|
|
23342
23342
|
devDependencies: {
|
|
23343
23343
|
"@modelcontextprotocol/sdk": "1.26.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triptease/design-system-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "MCP server for Triptease design system documentation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@triptease/tt-tabs": "1.1.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@triptease/stylesheet": "2.1.
|
|
38
|
+
"@triptease/stylesheet": "2.1.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@modelcontextprotocol/sdk": "1.26.0",
|