@hot-updater/console 0.35.8 → 0.35.9

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "2026-07-28T10:54:23.529Z",
2
+ "date": "2026-07-31T17:01:24.214Z",
3
3
  "preset": "node-server",
4
4
  "framework": {
5
5
  "name": "nitro",
@@ -10,14 +10,14 @@ function lazyService(loader) {
10
10
  }
11
11
  var viteServices = { ["ssr"]: lazyService(() => import("../_ssr/ssr.mjs")) };
12
12
  //#endregion
13
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/vite.mjs
13
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/vite.mjs
14
14
  function fetchViteEnv(viteEnvName, input, init) {
15
15
  const viteEnv = viteServices[viteEnvName];
16
16
  if (!viteEnv) throw HTTPError.status(404);
17
17
  return Promise.resolve(viteEnv.fetch(toRequest(input, init)));
18
18
  }
19
19
  //#endregion
20
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/vite/ssr-renderer.mjs
20
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/vite/ssr-renderer.mjs
21
21
  /** @param {{ req: Request }} HTTPEvent */
22
22
  function ssrRenderer({ req }) {
23
23
  return fetchViteEnv("ssr", req);
@@ -4,136 +4,136 @@ import { i as withoutTrailingSlash, n as joinURL, r as withLeadingSlash, t as de
4
4
  import { promises } from "node:fs";
5
5
  import { fileURLToPath } from "node:url";
6
6
  import { dirname, resolve } from "node:path";
7
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/route-rules.mjs
7
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/route-rules.mjs
8
8
  var headers = ((m) => function headersRouteRule(event) {
9
9
  for (const [key, value] of Object.entries(m.options || {})) event.res.headers.set(key, value);
10
10
  });
11
11
  //#endregion
12
12
  //#region #nitro/virtual/public-assets-data
13
13
  var public_assets_data_default = {
14
+ "/apple-touch-icon.png": {
15
+ "type": "image/png",
16
+ "etag": "\"329e-uyxOmLQHjRnOIdaE3FE7O/uZ9l4\"",
17
+ "mtime": "2026-07-31T17:01:23.016Z",
18
+ "size": 12958,
19
+ "path": "../public/apple-touch-icon.png"
20
+ },
14
21
  "/favicon-16x16.png": {
15
22
  "type": "image/png",
16
23
  "etag": "\"240-h6ktCVLfjIcsDJuLwUXP4nCJxlI\"",
17
- "mtime": "2026-07-28T10:54:22.234Z",
24
+ "mtime": "2026-07-31T17:01:23.016Z",
18
25
  "size": 576,
19
26
  "path": "../public/favicon-16x16.png"
20
27
  },
21
28
  "/favicon-32x32.png": {
22
29
  "type": "image/png",
23
30
  "etag": "\"4f0-0qQrV3Eq3PzIigrp+8htf8vFCYA\"",
24
- "mtime": "2026-07-28T10:54:22.234Z",
31
+ "mtime": "2026-07-31T17:01:23.016Z",
25
32
  "size": 1264,
26
33
  "path": "../public/favicon-32x32.png"
27
34
  },
28
- "/apple-touch-icon.png": {
29
- "type": "image/png",
30
- "etag": "\"329e-uyxOmLQHjRnOIdaE3FE7O/uZ9l4\"",
31
- "mtime": "2026-07-28T10:54:22.233Z",
32
- "size": 12958,
33
- "path": "../public/apple-touch-icon.png"
34
- },
35
35
  "/favicon.ico": {
36
36
  "type": "image/vnd.microsoft.icon",
37
37
  "etag": "\"3c2e-eMwmbJNNg6G+Uu+rqWtuvtI2Om4\"",
38
- "mtime": "2026-07-28T10:54:22.234Z",
38
+ "mtime": "2026-07-31T17:01:23.016Z",
39
39
  "size": 15406,
40
40
  "path": "../public/favicon.ico"
41
41
  },
42
42
  "/logo.svg": {
43
43
  "type": "image/svg+xml",
44
44
  "etag": "\"478-zKvD9Jp5dDLCBmng0McewYMBxfs\"",
45
- "mtime": "2026-07-28T10:54:22.234Z",
45
+ "mtime": "2026-07-31T17:01:23.016Z",
46
46
  "size": 1144,
47
47
  "path": "../public/logo.svg"
48
48
  },
49
49
  "/manifest.json": {
50
50
  "type": "application/json",
51
51
  "etag": "\"258-CQdbkGDhbZhU+yrcSXanXKWFEpw\"",
52
- "mtime": "2026-07-28T10:54:22.234Z",
52
+ "mtime": "2026-07-31T17:01:23.016Z",
53
53
  "size": 600,
54
54
  "path": "../public/manifest.json"
55
55
  },
56
56
  "/robots.txt": {
57
57
  "type": "text/plain; charset=utf-8",
58
58
  "etag": "\"43-BEzmj4PuhUNHX+oW9uOnPSihxtU\"",
59
- "mtime": "2026-07-28T10:54:22.234Z",
59
+ "mtime": "2026-07-31T17:01:23.016Z",
60
60
  "size": 67,
61
61
  "path": "../public/robots.txt"
62
62
  },
63
63
  "/assets/dist-DJX53faP.js": {
64
64
  "type": "text/javascript; charset=utf-8",
65
65
  "etag": "\"2f040-7YsjRPYPOzs727quwj97y+YTXIY\"",
66
- "mtime": "2026-07-28T10:54:21.342Z",
66
+ "mtime": "2026-07-31T17:01:21.888Z",
67
67
  "size": 192576,
68
68
  "path": "../public/assets/dist-DJX53faP.js"
69
69
  },
70
70
  "/assets/index-CCUspZZV.js": {
71
71
  "type": "text/javascript; charset=utf-8",
72
72
  "etag": "\"4485b-DRNtfLDdFR321J+PhmPr50J6wmg\"",
73
- "mtime": "2026-07-28T10:54:21.341Z",
73
+ "mtime": "2026-07-31T17:01:21.887Z",
74
74
  "size": 280667,
75
75
  "path": "../public/assets/index-CCUspZZV.js"
76
76
  },
77
77
  "/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2": {
78
78
  "type": "font/woff2",
79
79
  "etag": "\"6568-cF1iUGbboMFZ8TfnP5HiMgl9II0\"",
80
- "mtime": "2026-07-28T10:54:21.342Z",
80
+ "mtime": "2026-07-31T17:01:21.888Z",
81
81
  "size": 25960,
82
82
  "path": "../public/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2"
83
83
  },
84
84
  "/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2": {
85
85
  "type": "font/woff2",
86
86
  "etag": "\"493c-n3Oy9D6jvzfMjpClqox+Zo7ERQQ\"",
87
- "mtime": "2026-07-28T10:54:21.342Z",
87
+ "mtime": "2026-07-31T17:01:21.888Z",
88
88
  "size": 18748,
89
89
  "path": "../public/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2"
90
90
  },
91
91
  "/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2": {
92
92
  "type": "font/woff2",
93
93
  "etag": "\"2be0-BP5iTzJeB8nLqYAgKpWNi5o1Zm8\"",
94
- "mtime": "2026-07-28T10:54:21.342Z",
94
+ "mtime": "2026-07-31T17:01:21.889Z",
95
95
  "size": 11232,
96
96
  "path": "../public/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2"
97
97
  },
98
98
  "/assets/inter-greek-wght-normal-CkhJZR-_.woff2": {
99
99
  "type": "font/woff2",
100
100
  "etag": "\"4a34-xor/hj4YNqI52zFecXnUbzQ4Xs4\"",
101
- "mtime": "2026-07-28T10:54:21.342Z",
101
+ "mtime": "2026-07-31T17:01:21.889Z",
102
102
  "size": 18996,
103
103
  "path": "../public/assets/inter-greek-wght-normal-CkhJZR-_.woff2"
104
104
  },
105
- "/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2": {
106
- "type": "font/woff2",
107
- "etag": "\"14c4c-zz61D7IQFMB9QxHvTAOk/Vh4ibQ\"",
108
- "mtime": "2026-07-28T10:54:21.342Z",
109
- "size": 85068,
110
- "path": "../public/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2"
111
- },
112
105
  "/assets/inter-latin-wght-normal-Dx4kXJAl.woff2": {
113
106
  "type": "font/woff2",
114
107
  "etag": "\"bc80-8R1ym7Ck2DUNLqPQ/AYs9u8tUpg\"",
115
- "mtime": "2026-07-28T10:54:21.343Z",
108
+ "mtime": "2026-07-31T17:01:21.889Z",
116
109
  "size": 48256,
117
110
  "path": "../public/assets/inter-latin-wght-normal-Dx4kXJAl.woff2"
118
111
  },
119
112
  "/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2": {
120
113
  "type": "font/woff2",
121
114
  "etag": "\"280c-nBythjoDQ0+5wVAendJ6wU7Xz2M\"",
122
- "mtime": "2026-07-28T10:54:21.343Z",
115
+ "mtime": "2026-07-31T17:01:21.889Z",
123
116
  "size": 10252,
124
117
  "path": "../public/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2"
125
118
  },
119
+ "/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2": {
120
+ "type": "font/woff2",
121
+ "etag": "\"14c4c-zz61D7IQFMB9QxHvTAOk/Vh4ibQ\"",
122
+ "mtime": "2026-07-31T17:01:21.889Z",
123
+ "size": 85068,
124
+ "path": "../public/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2"
125
+ },
126
126
  "/assets/styles-C0q26dS-.css": {
127
127
  "type": "text/css; charset=utf-8",
128
128
  "etag": "\"18966-45APsPquRTTpvKm1cDABPCrOZhs\"",
129
- "mtime": "2026-07-28T10:54:21.343Z",
129
+ "mtime": "2026-07-31T17:01:21.889Z",
130
130
  "size": 100710,
131
131
  "path": "../public/assets/styles-C0q26dS-.css"
132
132
  },
133
133
  "/assets/routes-D0t6y5Fr.js": {
134
134
  "type": "text/javascript; charset=utf-8",
135
135
  "etag": "\"46ef6-I2/7U7JQ1XjrhOIL/DUajNoTC1Q\"",
136
- "mtime": "2026-07-28T10:54:21.342Z",
136
+ "mtime": "2026-07-31T17:01:21.888Z",
137
137
  "size": 290550,
138
138
  "path": "../public/assets/routes-D0t6y5Fr.js"
139
139
  }
@@ -156,7 +156,7 @@ function getAsset(id) {
156
156
  return public_assets_data_default[id];
157
157
  }
158
158
  //#endregion
159
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/static.mjs
159
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/static.mjs
160
160
  var METHODS = new Set(["HEAD", "GET"]);
161
161
  var EncodingMap = {
162
162
  gzip: ".gz",
@@ -225,11 +225,11 @@ var findRouteRules = /* @__PURE__ */ (() => {
225
225
  return r;
226
226
  };
227
227
  })();
228
- var _lazy_dFteZo = defineLazyEventHandler(() => import("./_chunks/ssr-renderer.mjs"));
228
+ var _lazy_I3L2DM = defineLazyEventHandler(() => import("./_chunks/ssr-renderer.mjs"));
229
229
  var findRoute = /* @__PURE__ */ (() => {
230
230
  const data = {
231
231
  route: "/**",
232
- handler: _lazy_dFteZo
232
+ handler: _lazy_I3L2DM
233
233
  };
234
234
  return ((_m, p) => {
235
235
  return {
@@ -240,7 +240,7 @@ var findRoute = /* @__PURE__ */ (() => {
240
240
  })();
241
241
  var globalMiddleware = [toEventHandler(static_default)].filter(Boolean);
242
242
  //#endregion
243
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/error/prod.mjs
243
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/error/prod.mjs
244
244
  var errorHandler = (error, event) => {
245
245
  const res = defaultHandler(error, event);
246
246
  return new NodeResponse(typeof res.body === "string" ? res.body : JSON.stringify(res.body, null, 2), res);
@@ -334,7 +334,7 @@ function createH3App(config) {
334
334
  return h3App;
335
335
  }
336
336
  //#endregion
337
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/app.mjs
337
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/app.mjs
338
338
  var APP_ID = "default";
339
339
  function useNitroApp() {
340
340
  let instance = useNitroApp._instance;
@@ -383,7 +383,7 @@ function getRouteRules(method, pathname) {
383
383
  };
384
384
  }
385
385
  //#endregion
386
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/runtime/internal/error/hooks.mjs
386
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/runtime/internal/error/hooks.mjs
387
387
  function _captureError(error, type) {
388
388
  console.error(`[${type}]`, error);
389
389
  useNitroApp().captureError?.(error, { tags: [type] });
@@ -396,7 +396,7 @@ function trapUnhandledErrors() {
396
396
  //#region #nitro/virtual/tracing
397
397
  var tracingSrvxPlugins = [];
398
398
  //#endregion
399
- //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__825fb1ff6ca0882536064e51a78e06e5/node_modules/nitro/dist/presets/node/runtime/node-server.mjs
399
+ //#region ../../node_modules/.pnpm/nitro@3.0.260610-beta_@electric-sql+pglite@0.4.1_@libsql+client@0.15.15_chokidar@5.0.0__1b3d19b01806013678bb5236f98bbfee/node_modules/nitro/dist/presets/node/runtime/node-server.mjs
400
400
  var _parsedPort = Number.parseInt(process.env.NITRO_PORT ?? process.env.PORT ?? "");
401
401
  var port = Number.isNaN(_parsedPort) ? 3e3 : _parsedPort;
402
402
  var host = process.env.NITRO_HOST || process.env.HOST;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/console",
3
3
  "type": "module",
4
- "version": "0.35.8",
4
+ "version": "0.35.9",
5
5
  "files": [
6
6
  ".output",
7
7
  "package.json"
@@ -13,8 +13,8 @@
13
13
  "@hot-updater/cli-tools": "*"
14
14
  },
15
15
  "dependencies": {
16
- "@hot-updater/bsdiff": "0.35.8",
17
- "@hot-updater/server": "0.35.8"
16
+ "@hot-updater/bsdiff": "0.35.9",
17
+ "@hot-updater/server": "0.35.9"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@base-ui/react": "^1.3.0",
@@ -57,15 +57,16 @@
57
57
  "tar": "^7.5.16",
58
58
  "tslib": "^2.8.1",
59
59
  "tw-animate-css": "^1.4.0",
60
- "typescript": "^6.0.2",
60
+ "@typescript/native": "npm:typescript@^7.0.2",
61
+ "typescript": "npm:@typescript/typescript6@^6.0.2",
61
62
  "vite": "8.0.8",
62
63
  "vite-tsconfig-paths": "^6.1.1",
63
64
  "vitest": "4.1.4",
64
65
  "web-vitals": "^5.1.0",
65
- "@hot-updater/cli-tools": "0.35.8",
66
- "@hot-updater/core": "0.35.8",
67
- "@hot-updater/mock": "0.35.8",
68
- "@hot-updater/plugin-core": "0.35.8"
66
+ "@hot-updater/cli-tools": "0.35.9",
67
+ "@hot-updater/mock": "0.35.9",
68
+ "@hot-updater/core": "0.35.9",
69
+ "@hot-updater/plugin-core": "0.35.9"
69
70
  },
70
71
  "description": "React Native OTA solution for self-hosted",
71
72
  "license": "MIT",