@hot-updater/console 0.20.3 → 0.20.5
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/index.cjs +1 -2
- package/dist/index.js +1 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2143,7 +2143,6 @@ const app = new Hono().get("/ping", (c) => c.text("pong")).route("/rpc", rpc).us
|
|
|
2143
2143
|
root: relativePathToScript,
|
|
2144
2144
|
path: "index.html"
|
|
2145
2145
|
}));
|
|
2146
|
-
var src_server_default = app;
|
|
2147
2146
|
|
|
2148
2147
|
//#endregion
|
|
2149
|
-
module.exports =
|
|
2148
|
+
module.exports = app;
|
package/dist/index.js
CHANGED
|
@@ -2143,7 +2143,6 @@ const app = new Hono().get("/ping", (c) => c.text("pong")).route("/rpc", rpc).us
|
|
|
2143
2143
|
root: relativePathToScript,
|
|
2144
2144
|
path: "index.html"
|
|
2145
2145
|
}));
|
|
2146
|
-
var src_server_default = app;
|
|
2147
2146
|
|
|
2148
2147
|
//#endregion
|
|
2149
|
-
export {
|
|
2148
|
+
export { app as default };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/console",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.5",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"package.json"
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"vite": "^6.1.0",
|
|
49
49
|
"vite-plugin-solid": "^2.11.1",
|
|
50
50
|
"vite-tsconfig-paths": "^5.1.4",
|
|
51
|
-
"@hot-updater/mock": "0.20.
|
|
51
|
+
"@hot-updater/mock": "0.20.5"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"solid-icons": "^1.1.0",
|
|
55
|
-
"@hot-updater/
|
|
56
|
-
"@hot-updater/core": "0.20.
|
|
55
|
+
"@hot-updater/core": "0.20.5",
|
|
56
|
+
"@hot-updater/plugin-core": "0.20.5"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "vite build --mode client && tsdown",
|