@triptease/design-system-mcp 1.2.5 → 1.2.6

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 +2 -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.2.5",
23305
+ version: "1.2.6",
23306
23306
  description: "MCP server for Triptease design system documentation",
23307
23307
  type: "module",
23308
23308
  main: "dist/index.js",
@@ -23339,7 +23339,7 @@ var package_default = {
23339
23339
  "@triptease/tt-tabs": "1.1.0"
23340
23340
  },
23341
23341
  dependencies: {
23342
- "@triptease/stylesheet": "2.1.4"
23342
+ "@triptease/stylesheet": "2.1.5"
23343
23343
  },
23344
23344
  devDependencies: {
23345
23345
  "@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.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "MCP server for Triptease design system documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "@triptease/tt-tabs": "1.1.0"
38
38
  },
39
39
  "dependencies": {
40
- "@triptease/stylesheet": "2.1.4"
40
+ "@triptease/stylesheet": "2.1.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@modelcontextprotocol/sdk": "1.26.0",