@skybridge/devtools 0.0.0-dev.f897bad → 0.0.0-dev.f8da531

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/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-BrjCswti.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-Ct1bnUKm.css">
8
+ <script type="module" crossorigin src="/assets/index-C420peqh.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BmcbWaVz.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skybridge/devtools",
3
- "version": "0.0.0-dev.f897bad",
3
+ "version": "0.0.0-dev.f8da531",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,16 +20,16 @@
20
20
  "express": "^5.2.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@base-ui/react": "^1.3.0",
23
+ "@base-ui/react": "^1.4.1",
24
24
  "@fontsource-variable/jetbrains-mono": "^5.2.8",
25
- "@microlink/react-json-view": "^1.31.8",
26
- "@modelcontextprotocol/sdk": "^1.27.1",
27
- "@rjsf/core": "^6.4.1",
28
- "@rjsf/shadcn": "^6.4.1",
29
- "@rjsf/utils": "^6.4.1",
30
- "@rjsf/validator-ajv8": "^6.4.1",
31
- "@tailwindcss/vite": "^4.2.1",
32
- "@tanstack/react-query": "^5.90.21",
25
+ "@microlink/react-json-view": "^1.31.20",
26
+ "@modelcontextprotocol/sdk": "^1.29.0",
27
+ "@rjsf/core": "^6.5.2",
28
+ "@rjsf/shadcn": "^6.5.2",
29
+ "@rjsf/utils": "^6.5.2",
30
+ "@rjsf/validator-ajv8": "^6.5.2",
31
+ "@tailwindcss/vite": "^4.2.4",
32
+ "@tanstack/react-query": "^5.100.9",
33
33
  "@total-typescript/tsconfig": "^1.0.4",
34
34
  "@types/cors": "^2.8.19",
35
35
  "@types/express": "^5.0.6",
@@ -37,37 +37,37 @@
37
37
  "@types/react": "^19.2.14",
38
38
  "@types/react-dom": "^19.2.3",
39
39
  "@vitejs/plugin-react": "^6.0.1",
40
- "ahooks": "^3.9.6",
41
- "autoprefixer": "^10.4.27",
40
+ "ahooks": "^3.9.7",
41
+ "autoprefixer": "^10.5.0",
42
42
  "class-variance-authority": "^0.7.1",
43
43
  "clsx": "^2.1.1",
44
44
  "cmdk": "^1.1.1",
45
- "framer-motion": "^12.37.0",
46
- "lodash-es": "^4.17.23",
47
- "lucide-react": "^0.577.0",
48
- "motion": "^12.37.0",
45
+ "framer-motion": "^12.38.0",
46
+ "lodash-es": "^4.18.1",
47
+ "lucide-react": "^1.14.0",
48
+ "motion": "^12.38.0",
49
49
  "nuqs": "^2.8.9",
50
50
  "postcss": "^8.5.8",
51
- "react": "^19.2.4",
52
- "react-dom": "^19.2.4",
53
- "react-resizable-panels": "^4.7.3",
54
- "shadcn": "^4.0.8",
51
+ "react": "^19.2.5",
52
+ "react-dom": "^19.2.5",
53
+ "react-resizable-panels": "^4.11.0",
54
+ "shadcn": "^4.7.0",
55
55
  "shiki": "^4.0.2",
56
56
  "tailwind-merge": "^3.5.0",
57
- "tailwindcss": "^4.2.1",
57
+ "tailwindcss": "^4.2.4",
58
58
  "tailwindcss-animate": "^1.0.7",
59
59
  "tw-animate-css": "^1.4.0",
60
- "typescript": "~5.9.3",
61
- "vite": "^8.0.0",
62
- "zustand": "^5.0.12",
63
- "skybridge": "0.0.0-dev.f897bad"
60
+ "typescript": "~6.0.3",
61
+ "vite": "^8.0.3",
62
+ "zustand": "^5.0.13",
63
+ "skybridge": "0.0.0-dev.f8da531"
64
64
  },
65
65
  "scripts": {
66
66
  "dev": "vite",
67
67
  "build": "tsc -b && vite build && pnpm run build:server",
68
68
  "build:server": "tsc -p tsconfig.server.json",
69
- "test": "pnpm run test:type && pnpm run test:format",
70
- "test:type": "tsc --noEmit",
69
+ "test": "pnpm run test:format",
70
+ "format": "biome check --write --error-on-warnings",
71
71
  "test:format": "biome ci",
72
72
  "preview": "vite preview"
73
73
  }