@mcpjam/inspector 0.9.55 → 0.9.61

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcpjam/inspector",
3
3
  "productName": "MCPJam Inspector",
4
- "version": "0.9.55",
4
+ "version": "0.9.61",
5
5
  "type": "module",
6
6
  "description": "MCPJam Inspector",
7
7
  "license": "Apache-2.0",
@@ -77,6 +77,7 @@
77
77
  "@mastra/core": "0.18.0",
78
78
  "@mastra/mcp": "0.13.1",
79
79
  "@modelcontextprotocol/sdk": "^1.17.3",
80
+ "@sentry/electron": "^5.10.0",
80
81
  "@tanstack/react-query": "^5.83.0",
81
82
  "@tanstack/react-table": "^8.21.3",
82
83
  "@uiw/react-json-view": "^2.0.0-alpha.33",
@@ -100,7 +101,7 @@
100
101
  "next-themes": "^0.4.6",
101
102
  "ollama-ai-provider-v2": "1.3.1",
102
103
  "postcss": "^8.5.6",
103
- "posthog-js": "^1.260.3",
104
+ "posthog-js": "^1.268.8",
104
105
  "radix-ui": "^1.4.2",
105
106
  "react": "19.1.0",
106
107
  "react-day-picker": "^9.8.0",
@@ -121,7 +122,6 @@
121
122
  "zustand": "^5.0.6"
122
123
  },
123
124
  "devDependencies": {
124
- "@electron/fuses": "^1.8.0",
125
125
  "@electron-forge/cli": "^7.8.2",
126
126
  "@electron-forge/maker-deb": "^7.8.2",
127
127
  "@electron-forge/maker-dmg": "^7.8.2",
@@ -131,9 +131,11 @@
131
131
  "@electron-forge/plugin-fuses": "^7.8.2",
132
132
  "@electron-forge/plugin-vite": "^7.8.2",
133
133
  "@electron-forge/publisher-github": "^7.8.2",
134
+ "@electron/fuses": "^1.8.0",
134
135
  "@eslint/eslintrc": "^3",
135
136
  "@playwright/test": "^1.54.2",
136
137
  "@tailwindcss/postcss": "^4.1.11",
138
+ "@tailwindcss/vite": "^4.1.13",
137
139
  "@types/node": "^20",
138
140
  "@types/react": "^19",
139
141
  "@types/react-dom": "^19",