@ubean/devtools 0.1.8 → 0.1.10
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" 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-BQPJzkxy.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/_devtools/assets/index-BlZj1Onv.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -1301,14 +1301,14 @@ function createTerminalServer() {
|
|
|
1301
1301
|
};
|
|
1302
1302
|
}
|
|
1303
1303
|
//#endregion
|
|
1304
|
-
//#region ../../node_modules/.pnpm/devframe@0.7.
|
|
1304
|
+
//#region ../../node_modules/.pnpm/devframe@0.7.15_cac@7.0.0_srvx@0.12.4_typescript@6.0.3/node_modules/devframe/dist/define-BLWPsH6y.mjs
|
|
1305
1305
|
function createDefineWrapperWithContext() {
|
|
1306
1306
|
return function defineRpcFunctionWithContext(definition) {
|
|
1307
1307
|
return definition;
|
|
1308
1308
|
};
|
|
1309
1309
|
}
|
|
1310
1310
|
//#endregion
|
|
1311
|
-
//#region ../../node_modules/.pnpm/@vitejs+devtools-kit@0.4.
|
|
1311
|
+
//#region ../../node_modules/.pnpm/@vitejs+devtools-kit@0.4.10_@voidzero-dev+vite-plus-core@0.2.6_cac@7.0.0_srvx@0.12.4_typescript@6.0.3/node_modules/@vitejs/devtools-kit/dist/index.js
|
|
1312
1312
|
const defineRpcFunction = createDefineWrapperWithContext();
|
|
1313
1313
|
//#endregion
|
|
1314
1314
|
//#region src/node/rpc/ai.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ubean/devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "DevTools for the ubean framework — server middleware, RPC, and the iframe SPA client",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"hono": "^4.0.0",
|
|
51
51
|
"vue": "^3.0.0",
|
|
52
|
-
"ubean": "0.1.
|
|
52
|
+
"ubean": "0.1.10"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"hono": {
|