@mcpjam/inspector 0.9.55 → 0.9.60
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/client/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/mcp_jam.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>MCPJam Inspector</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-DzLO0GZl.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-B-6IFHCF.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpjam/inspector",
|
|
3
3
|
"productName": "MCPJam Inspector",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.60",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "MCPJam Inspector",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"next-themes": "^0.4.6",
|
|
101
101
|
"ollama-ai-provider-v2": "1.3.1",
|
|
102
102
|
"postcss": "^8.5.6",
|
|
103
|
-
"posthog-js": "^1.
|
|
103
|
+
"posthog-js": "^1.268.8",
|
|
104
104
|
"radix-ui": "^1.4.2",
|
|
105
105
|
"react": "19.1.0",
|
|
106
106
|
"react-day-picker": "^9.8.0",
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
"zustand": "^5.0.6"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@electron/fuses": "^1.8.0",
|
|
125
124
|
"@electron-forge/cli": "^7.8.2",
|
|
126
125
|
"@electron-forge/maker-deb": "^7.8.2",
|
|
127
126
|
"@electron-forge/maker-dmg": "^7.8.2",
|
|
@@ -131,6 +130,7 @@
|
|
|
131
130
|
"@electron-forge/plugin-fuses": "^7.8.2",
|
|
132
131
|
"@electron-forge/plugin-vite": "^7.8.2",
|
|
133
132
|
"@electron-forge/publisher-github": "^7.8.2",
|
|
133
|
+
"@electron/fuses": "^1.8.0",
|
|
134
134
|
"@eslint/eslintrc": "^3",
|
|
135
135
|
"@playwright/test": "^1.54.2",
|
|
136
136
|
"@tailwindcss/postcss": "^4.1.11",
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
"@types/react": "^19",
|
|
139
139
|
"@types/react-dom": "^19",
|
|
140
140
|
"@vitejs/plugin-react": "^4.3.4",
|
|
141
|
+
"@tailwindcss/vite": "^4.1.13",
|
|
141
142
|
"autoprefixer": "^10.4.21",
|
|
142
143
|
"concurrently": "^9.1.0",
|
|
143
144
|
"convex": "^1.26.2",
|