@triptease/design-system-mcp 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +12 -12
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.0",
23305
+ version: "1.1.2",
23306
23306
  description: "MCP server for Triptease design system documentation",
23307
23307
  type: "module",
23308
23308
  main: "dist/index.js",
@@ -23324,19 +23324,19 @@ var package_default = {
23324
23324
  },
23325
23325
  componentVersions: {
23326
23326
  "@triptease/stylesheet": "2.0.0",
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"
23327
+ "@triptease/tt-bar-chart": "1.1.1",
23328
+ "@triptease/tt-combobox": "5.7.2",
23329
+ "@triptease/tt-data-point": "1.1.1",
23330
+ "@triptease/tt-dataset": "1.1.1",
23331
+ "@triptease/tt-date-picker": "6.2.2",
23332
+ "@triptease/tt-date-range-picker": "6.3.2",
23333
+ "@triptease/tt-dialog": "5.2.1",
23334
+ "@triptease/tt-highlight": "1.1.1",
23335
+ "@triptease/tt-line-chart": "1.1.1",
23336
+ "@triptease/tt-milestone": "1.1.1"
23337
23337
  },
23338
23338
  dependencies: {
23339
- "@triptease/stylesheet": "2.0.0"
23339
+ "@triptease/stylesheet": "2.0.1"
23340
23340
  },
23341
23341
  devDependencies: {
23342
23342
  "@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.0",
3
+ "version": "1.1.2",
4
4
  "description": "MCP server for Triptease design system documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,19 +22,19 @@
22
22
  },
23
23
  "componentVersions": {
24
24
  "@triptease/stylesheet": "2.0.0",
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"
25
+ "@triptease/tt-bar-chart": "1.1.1",
26
+ "@triptease/tt-combobox": "5.7.2",
27
+ "@triptease/tt-data-point": "1.1.1",
28
+ "@triptease/tt-dataset": "1.1.1",
29
+ "@triptease/tt-date-picker": "6.2.2",
30
+ "@triptease/tt-date-range-picker": "6.3.2",
31
+ "@triptease/tt-dialog": "5.2.1",
32
+ "@triptease/tt-highlight": "1.1.1",
33
+ "@triptease/tt-line-chart": "1.1.1",
34
+ "@triptease/tt-milestone": "1.1.1"
35
35
  },
36
36
  "dependencies": {
37
- "@triptease/stylesheet": "2.0.0"
37
+ "@triptease/stylesheet": "2.0.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@modelcontextprotocol/sdk": "1.26.0",