@triptease/design-system-mcp 1.0.24 → 1.1.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 +11 -11
- package/package.json +11 -11
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.0
|
|
23305
|
+
version: "1.1.0",
|
|
23306
23306
|
description: "MCP server for Triptease design system documentation",
|
|
23307
23307
|
type: "module",
|
|
23308
23308
|
main: "dist/index.js",
|
|
@@ -23324,16 +23324,16 @@ var package_default = {
|
|
|
23324
23324
|
},
|
|
23325
23325
|
componentVersions: {
|
|
23326
23326
|
"@triptease/stylesheet": "2.0.0",
|
|
23327
|
-
"@triptease/tt-bar-chart": "1.0
|
|
23328
|
-
"@triptease/tt-combobox": "5.
|
|
23329
|
-
"@triptease/tt-data-point": "1.0
|
|
23330
|
-
"@triptease/tt-dataset": "1.0
|
|
23331
|
-
"@triptease/tt-date-picker": "6.
|
|
23332
|
-
"@triptease/tt-date-range-picker": "6.
|
|
23333
|
-
"@triptease/tt-dialog": "5.
|
|
23334
|
-
"@triptease/tt-highlight": "1.0
|
|
23335
|
-
"@triptease/tt-line-chart": "1.0
|
|
23336
|
-
"@triptease/tt-milestone": "1.
|
|
23327
|
+
"@triptease/tt-bar-chart": "1.1.0",
|
|
23328
|
+
"@triptease/tt-combobox": "5.7.0",
|
|
23329
|
+
"@triptease/tt-data-point": "1.1.0",
|
|
23330
|
+
"@triptease/tt-dataset": "1.2.0",
|
|
23331
|
+
"@triptease/tt-date-picker": "6.2.0",
|
|
23332
|
+
"@triptease/tt-date-range-picker": "6.3.0",
|
|
23333
|
+
"@triptease/tt-dialog": "5.2.0",
|
|
23334
|
+
"@triptease/tt-highlight": "1.1.0",
|
|
23335
|
+
"@triptease/tt-line-chart": "1.1.0",
|
|
23336
|
+
"@triptease/tt-milestone": "1.1.0"
|
|
23337
23337
|
},
|
|
23338
23338
|
dependencies: {
|
|
23339
23339
|
"@triptease/stylesheet": "2.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@triptease/design-system-mcp",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "MCP server for Triptease design system documentation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
},
|
|
23
23
|
"componentVersions": {
|
|
24
24
|
"@triptease/stylesheet": "2.0.0",
|
|
25
|
-
"@triptease/tt-bar-chart": "1.0
|
|
26
|
-
"@triptease/tt-combobox": "5.
|
|
27
|
-
"@triptease/tt-data-point": "1.0
|
|
28
|
-
"@triptease/tt-dataset": "1.0
|
|
29
|
-
"@triptease/tt-date-picker": "6.
|
|
30
|
-
"@triptease/tt-date-range-picker": "6.
|
|
31
|
-
"@triptease/tt-dialog": "5.
|
|
32
|
-
"@triptease/tt-highlight": "1.0
|
|
33
|
-
"@triptease/tt-line-chart": "1.0
|
|
34
|
-
"@triptease/tt-milestone": "1.
|
|
25
|
+
"@triptease/tt-bar-chart": "1.1.0",
|
|
26
|
+
"@triptease/tt-combobox": "5.7.0",
|
|
27
|
+
"@triptease/tt-data-point": "1.1.0",
|
|
28
|
+
"@triptease/tt-dataset": "1.2.0",
|
|
29
|
+
"@triptease/tt-date-picker": "6.2.0",
|
|
30
|
+
"@triptease/tt-date-range-picker": "6.3.0",
|
|
31
|
+
"@triptease/tt-dialog": "5.2.0",
|
|
32
|
+
"@triptease/tt-highlight": "1.1.0",
|
|
33
|
+
"@triptease/tt-line-chart": "1.1.0",
|
|
34
|
+
"@triptease/tt-milestone": "1.1.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@triptease/stylesheet": "2.0.0"
|