@hot-updater/console 0.20.5 → 0.20.7

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 CHANGED
@@ -2143,6 +2143,7 @@ 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;
2146
2147
 
2147
2148
  //#endregion
2148
- module.exports = app;
2149
+ module.exports = src_server_default;
package/dist/index.js CHANGED
@@ -2143,6 +2143,7 @@ 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;
2146
2147
 
2147
2148
  //#endregion
2148
- export { app as default };
2149
+ export { src_server_default 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.5",
4
+ "version": "0.20.7",
5
5
  "files": [
6
6
  "dist",
7
7
  "package.json"
@@ -28,7 +28,7 @@
28
28
  "@tanstack/solid-form": "^1.12.2",
29
29
  "@tanstack/solid-query": "^5.80.6",
30
30
  "@tanstack/solid-table": "^8.21.3",
31
- "@types/node": "^22.8.6",
31
+ "@types/node": "^20",
32
32
  "@types/semver": "^7.5.8",
33
33
  "autoprefixer": "^10.4.19",
34
34
  "class-variance-authority": "^0.7.0",
@@ -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.5"
51
+ "@hot-updater/mock": "0.20.7"
52
52
  },
53
53
  "dependencies": {
54
54
  "solid-icons": "^1.1.0",
55
- "@hot-updater/core": "0.20.5",
56
- "@hot-updater/plugin-core": "0.20.5"
55
+ "@hot-updater/core": "0.20.7",
56
+ "@hot-updater/plugin-core": "0.20.7"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "vite build --mode client && tsdown",