@ubean/devtools 0.4.0 → 0.4.1
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
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<link rel="icon" href="https://r2.soybeanjs.tech/soybeanjs/logo-ubean.svg?v=202608192144" type="image/svg+xml" />
|
|
7
7
|
<title>Ubean DevTools</title>
|
|
8
|
-
<script type="module" crossorigin src="/_devtools/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/_devtools/assets/index-BYahQvLp.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/_devtools/assets/index-BY5Yi4Eq.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -1315,14 +1315,14 @@ function createTerminalServer() {
|
|
|
1315
1315
|
};
|
|
1316
1316
|
}
|
|
1317
1317
|
//#endregion
|
|
1318
|
-
//#region ../../node_modules/.pnpm/devframe@0.9.
|
|
1318
|
+
//#region ../../node_modules/.pnpm/devframe@0.9.12_cac@7.0.0_srvx@1.0.3/node_modules/devframe/dist/define-BLWPsH6y.mjs
|
|
1319
1319
|
function createDefineWrapperWithContext() {
|
|
1320
1320
|
return function defineRpcFunctionWithContext(definition) {
|
|
1321
1321
|
return definition;
|
|
1322
1322
|
};
|
|
1323
1323
|
}
|
|
1324
1324
|
//#endregion
|
|
1325
|
-
//#region ../../node_modules/.pnpm/@vitejs+devtools-kit@0.
|
|
1325
|
+
//#region ../../node_modules/.pnpm/@vitejs+devtools-kit@0.7.2_@voidzero-dev+vite-plus-core@0.3.0_@types+node@26.4.1_@vitej_fb1bb667c457a298c42e3443a36a0db4/node_modules/@vitejs/devtools-kit/dist/index.js
|
|
1326
1326
|
const defineRpcFunction = createDefineWrapperWithContext();
|
|
1327
1327
|
//#endregion
|
|
1328
1328
|
//#region src/node/rpc/ai.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ubean/devtools",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "DevTools for the ubean framework — server middleware, RPC, and the iframe SPA client",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@codemirror/lang-json": "6.0.2",
|
|
26
26
|
"@codemirror/lang-vue": "^0.1.3",
|
|
27
27
|
"@codemirror/language": "6.12.4",
|
|
28
|
-
"@codemirror/state": "6.7.
|
|
28
|
+
"@codemirror/state": "6.7.4",
|
|
29
29
|
"@codemirror/theme-one-dark": "6.1.3",
|
|
30
|
-
"@codemirror/view": "6.43.
|
|
30
|
+
"@codemirror/view": "6.43.11",
|
|
31
31
|
"@soybeanjs/ui": "^0.30.0",
|
|
32
32
|
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
33
33
|
"@soybeanjs/unocss-shadcn": "^0.29.3",
|
|
34
|
-
"@types/node": "^26.4.
|
|
35
|
-
"@vitejs/devtools": "^0.
|
|
36
|
-
"@vitejs/devtools-kit": "^0.
|
|
34
|
+
"@types/node": "^26.4.1",
|
|
35
|
+
"@vitejs/devtools": "^0.7.2",
|
|
36
|
+
"@vitejs/devtools-kit": "^0.7.2",
|
|
37
37
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
38
38
|
"@xterm/addon-fit": "^0.11.0",
|
|
39
39
|
"@xterm/xterm": "^6.0.0",
|
|
40
|
-
"hono": "4.13.
|
|
40
|
+
"hono": "4.13.7",
|
|
41
41
|
"typescript": "7.0.2",
|
|
42
|
-
"unocss": "^66.
|
|
42
|
+
"unocss": "^66.10.0",
|
|
43
43
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.3.0",
|
|
44
44
|
"vite-plus": "0.3.0",
|
|
45
45
|
"vue": "^3.5.42"
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"optionalDependencies": {
|
|
60
|
-
"@ai-sdk/openai-compatible": "3.0.
|
|
61
|
-
"ai": "7.0.
|
|
60
|
+
"@ai-sdk/openai-compatible": "3.0.44",
|
|
61
|
+
"ai": "7.0.93"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "pnpm run build:server && pnpm run build:client",
|