@skybridge/devtools 0.35.21 → 0.36.0

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,7 +5,7 @@
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-TgAZs-PG.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CTv6cOm9.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-9JaNXWM9.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skybridge/devtools",
3
- "version": "0.35.21",
3
+ "version": "0.36.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,7 +60,7 @@
60
60
  "typescript": "~6.0.2",
61
61
  "vite": "^8.0.3",
62
62
  "zustand": "^5.0.12",
63
- "skybridge": "0.35.21"
63
+ "skybridge": "0.36.0"
64
64
  },
65
65
  "scripts": {
66
66
  "dev": "vite",