@mcpjam/inspector 0.1.4 → 0.1.5

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.
@@ -1,4 +1,4 @@
1
- import { u as useToast, r as reactExports, j as jsxRuntimeExports, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-Be9LHGhj.js";
1
+ import { u as useToast, r as reactExports, j as jsxRuntimeExports, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-DCuo5o9C.js";
2
2
  import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
3
3
  const OAuthCallback = ({ onConnect }) => {
4
4
  const { toast } = useToast();
@@ -1,4 +1,4 @@
1
- import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-Be9LHGhj.js";
1
+ import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-DCuo5o9C.js";
2
2
  import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
3
3
  const OAuthDebugCallback = ({ onConnect }) => {
4
4
  reactExports.useEffect(() => {
@@ -1,4 +1,4 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OAuthCallback-6y8mD7ke.js","assets/oauthUtils-DTcoXpSP.js","assets/OAuthDebugCallback-B8mHfUnK.js"])))=>i.map(i=>d[i]);
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OAuthCallback-CHBqWOc7.js","assets/oauthUtils-DTcoXpSP.js","assets/OAuthDebugCallback-BuULQ2Jc.js"])))=>i.map(i=>d[i]);
2
2
  var __defProp = Object.defineProperty;
3
3
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
4
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
@@ -23935,7 +23935,7 @@ class DebugInspectorOAuthClientProvider extends InspectorOAuthClientProvider {
23935
23935
  );
23936
23936
  }
23937
23937
  }
23938
- const version$1 = "0.1.4";
23938
+ const version$1 = "0.1.5";
23939
23939
  const packageJson = {
23940
23940
  version: version$1
23941
23941
  };
@@ -39165,7 +39165,7 @@ const useTheme = () => {
39165
39165
  [theme, setThemeWithSideEffect]
39166
39166
  );
39167
39167
  };
39168
- const version = "0.1.4";
39168
+ const version = "0.1.5";
39169
39169
  const Sidebar = ({
39170
39170
  currentPage,
39171
39171
  onPageChange,
@@ -40961,7 +40961,7 @@ const App = () => {
40961
40961
  };
40962
40962
  if (window.location.pathname === "/oauth/callback") {
40963
40963
  const OAuthCallback = React.lazy(
40964
- () => __vitePreload(() => import("./OAuthCallback-6y8mD7ke.js"), true ? __vite__mapDeps([0,1]) : void 0)
40964
+ () => __vitePreload(() => import("./OAuthCallback-CHBqWOc7.js"), true ? __vite__mapDeps([0,1]) : void 0)
40965
40965
  );
40966
40966
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-h-screen bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
40967
40967
  reactExports.Suspense,
@@ -40976,7 +40976,7 @@ const App = () => {
40976
40976
  }
40977
40977
  if (window.location.pathname === "/oauth/callback/debug") {
40978
40978
  const OAuthDebugCallback = React.lazy(
40979
- () => __vitePreload(() => import("./OAuthDebugCallback-B8mHfUnK.js"), true ? __vite__mapDeps([2,1]) : void 0)
40979
+ () => __vitePreload(() => import("./OAuthDebugCallback-BuULQ2Jc.js"), true ? __vite__mapDeps([2,1]) : void 0)
40980
40980
  );
40981
40981
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-h-screen bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
40982
40982
  reactExports.Suspense,
@@ -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-Be9LHGhj.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-DCuo5o9C.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-DfXL7p_B.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpjam/inspector",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "MCPJam inspector",
5
5
  "license": "MIT",
6
6
  "author": "MCPJam (https://mcpjam.com)",