@skybridge/devtools 0.0.0-dev.ff50fdb → 0.0.0-dev.fff2bae

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.
@@ -9,8 +9,8 @@ import { type Router } from "express";
9
9
  *
10
10
  * if (env.NODE_ENV !== "production") {
11
11
  * app.use(await devtoolsStaticServer(server));
12
- * app.use(await widgetsDevServer());
13
- * ^^^^^^^^ Make sure to install the devtoolsStaticServer before the widgetsDevServer
12
+ * app.use(await viewsDevServer());
13
+ * ^^^^^^^^ Make sure to install the devtoolsStaticServer before the viewsDevServer
14
14
  * }
15
15
  */
16
16
  export declare const devtoolsStaticServer: () => Promise<Router>;
@@ -12,8 +12,8 @@ import express, {} from "express";
12
12
  *
13
13
  * if (env.NODE_ENV !== "production") {
14
14
  * app.use(await devtoolsStaticServer(server));
15
- * app.use(await widgetsDevServer());
16
- * ^^^^^^^^ Make sure to install the devtoolsStaticServer before the widgetsDevServer
15
+ * app.use(await viewsDevServer());
16
+ * ^^^^^^^^ Make sure to install the devtoolsStaticServer before the viewsDevServer
17
17
  * }
18
18
  */
19
19
  export const devtoolsStaticServer = async () => {
package/dist/favicon.ico CHANGED
Binary file
package/dist/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Skybridge MCP devtools</title>
8
- <script type="module" crossorigin src="/assets/index-BAtt-adw.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-BS8tKQug.css">
8
+ <script type="module" crossorigin src="/assets/index-D6B5CCi7.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BIM8DTeL.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
@@ -0,0 +1,15 @@
1
+ <svg width="90" height="90" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3933_970)">
3
+ <mask id="mask0_3933_970" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="90" height="90">
4
+ <path d="M90 0H0V90H90V0Z" fill="white"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3933_970)">
7
+ <path d="M17.2704 89.9987C37.5976 24.3967 65.182 12.9084 89.9996 35.3807V84.1606C89.9996 87.3849 87.3858 89.9987 84.1615 89.9987H17.2704ZM84.1615 0C87.3858 0 89.9996 2.6139 89.9996 5.83819V30.9146C52.0566 -5.26767 14.9006 31.2366 0.000976562 57.6768V5.83819C0.00104114 2.6139 2.61486 2.23904e-08 5.83917 0H84.1615Z" fill="black"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_3933_970">
12
+ <rect width="90" height="90" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skybridge/devtools",
3
- "version": "0.0.0-dev.ff50fdb",
3
+ "version": "0.0.0-dev.fff2bae",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,64 +16,63 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "@base-ui/react": "^1.1.0",
20
- "@fontsource-variable/jetbrains-mono": "^5.2.8",
21
- "@microlink/react-json-view": "^1.27.1",
22
- "@modelcontextprotocol/sdk": "^1.25.3",
23
- "@rjsf/core": "^6.2.5",
24
- "@rjsf/shadcn": "^6.2.5",
25
- "@rjsf/utils": "^6.2.5",
26
- "@rjsf/validator-ajv8": "^6.2.5",
27
- "@tanstack/react-query": "^5.90.19",
28
- "ahooks": "^3.9.6",
29
- "class-variance-authority": "^0.7.1",
30
- "clsx": "^2.1.1",
31
- "cmdk": "^1.1.1",
32
- "cors": "^2.8.5",
19
+ "@t3-oss/env-core": "^0.13.11",
20
+ "cors": "^2.8.6",
33
21
  "express": "^5.2.1",
34
- "framer-motion": "^12.27.5",
35
- "lodash-es": "^4.17.22",
36
- "lucide-react": "^0.562.0",
37
- "motion": "^12.27.5",
38
- "nuqs": "^2.8.6",
39
- "react": "^19.2.3",
40
- "react-dom": "^19.2.3",
41
- "react-resizable-panels": "^4.4.1",
42
- "shadcn": "^3.7.0",
43
- "shiki": "^3.21.0",
44
- "tailwind-merge": "^3.4.0",
45
- "tailwindcss": "^4.1.18",
46
- "tailwindcss-animate": "^1.0.7",
47
- "tw-animate-css": "^1.4.0",
48
- "zustand": "^5.0.10",
49
- "skybridge": "0.0.0-dev.ff50fdb"
22
+ "zod": "^4.3.5"
50
23
  },
51
24
  "devDependencies": {
52
- "@eslint/js": "^9.39.2",
53
- "@tailwindcss/vite": "^4.1.18",
25
+ "@alpic-ai/ui": "^1.116.0",
26
+ "@base-ui/react": "^1.3.0",
27
+ "@fontsource-variable/jetbrains-mono": "^5.2.8",
28
+ "@modelcontextprotocol/sdk": "^1.29.0",
29
+ "@radix-ui/react-accordion": "^1.2.12",
30
+ "@rjsf/core": "^6.4.2",
31
+ "@rjsf/shadcn": "^6.4.2",
32
+ "@rjsf/utils": "^6.4.2",
33
+ "@rjsf/validator-ajv8": "^6.4.2",
34
+ "@tailwindcss/vite": "^4.2.2",
35
+ "@tanstack/react-query": "^5.95.2",
54
36
  "@total-typescript/tsconfig": "^1.0.4",
55
37
  "@types/cors": "^2.8.19",
56
38
  "@types/express": "^5.0.6",
57
39
  "@types/lodash-es": "^4.17.12",
58
- "@types/react": "^19.2.9",
40
+ "@types/react": "^19.2.14",
59
41
  "@types/react-dom": "^19.2.3",
60
- "@vitejs/plugin-react": "^5.1.2",
61
- "autoprefixer": "^10.4.23",
62
- "eslint": "^9.39.2",
63
- "eslint-plugin-react-hooks": "^7.0.1",
64
- "eslint-plugin-react-refresh": "^0.4.26",
65
- "globals": "^17.0.0",
66
- "postcss": "^8.5.6",
67
- "typescript": "~5.9.3",
68
- "typescript-eslint": "^8.53.1",
69
- "vite": "^7.3.1"
42
+ "@types/react-syntax-highlighter": "^15.5.13",
43
+ "@vitejs/plugin-react": "^6.0.1",
44
+ "ahooks": "^3.9.7",
45
+ "autoprefixer": "^10.4.27",
46
+ "class-variance-authority": "^0.7.1",
47
+ "clsx": "^2.1.1",
48
+ "cmdk": "^1.1.1",
49
+ "framer-motion": "^12.38.0",
50
+ "lodash-es": "^4.17.23",
51
+ "lucide-react": "^1.7.0",
52
+ "motion": "^12.38.0",
53
+ "nuqs": "^2.8.9",
54
+ "postcss": "^8.5.8",
55
+ "react": "^19.2.4",
56
+ "react-dom": "^19.2.4",
57
+ "react-resizable-panels": "^4.11.0",
58
+ "react-syntax-highlighter": "^16.1.1",
59
+ "shadcn": "^4.1.1",
60
+ "shiki": "^4.0.2",
61
+ "tailwind-merge": "^3.5.0",
62
+ "tailwindcss": "^4.2.2",
63
+ "tailwindcss-animate": "^1.0.7",
64
+ "tw-animate-css": "^1.4.0",
65
+ "typescript": "~6.0.2",
66
+ "vite": "^8.0.3",
67
+ "zustand": "^5.0.12",
68
+ "skybridge": "0.0.0-dev.fff2bae"
70
69
  },
71
70
  "scripts": {
72
71
  "dev": "vite",
73
72
  "build": "tsc -b && vite build && pnpm run build:server",
74
73
  "build:server": "tsc -p tsconfig.server.json",
75
- "test": "pnpm run test:type && pnpm run test:format",
76
- "test:type": "tsc --noEmit",
74
+ "test": "pnpm run test:format",
75
+ "format": "biome check --write --error-on-warnings",
77
76
  "test:format": "biome ci",
78
77
  "preview": "vite preview"
79
78
  }