@hot-updater/console 0.16.4 → 0.16.6

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
@@ -3,7 +3,7 @@ const __rslib_import_meta_url__ = /*#__PURE__*/ function() {
3
3
  return 'undefined' == typeof document ? new (require('url'.replace('', ''))).URL('file:' + __filename).href : document.currentScript && document.currentScript.src || new URL('main.js', document.baseURI).href;
4
4
  }();
5
5
  var __webpack_modules__ = {
6
- "../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.6.3/node_modules/typia/lib/internal/_validateReport.js": function(__unused_webpack_module, exports1) {
6
+ "../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.8.3/node_modules/typia/lib/internal/_validateReport.js": function(__unused_webpack_module, exports1) {
7
7
  exports1._validateReport = void 0;
8
8
  const _validateReport = (array)=>{
9
9
  const reportable = (path)=>{
@@ -1606,7 +1606,7 @@ var __webpack_exports__ = {};
1606
1606
  });
1607
1607
  }
1608
1608
  };
1609
- var _validateReport = __webpack_require__("../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.6.3/node_modules/typia/lib/internal/_validateReport.js");
1609
+ var _validateReport = __webpack_require__("../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.8.3/node_modules/typia/lib/internal/_validateReport.js");
1610
1610
  var validCookieNameRegEx = /^[\w!#$%&'*.^`|~+-]+$/;
1611
1611
  var validCookieValueRegEx = /^[ !#-:<-[\]-~]*$/;
1612
1612
  var parse = (cookie, name)=>{
package/dist/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/x-icon" href="/assets/favicon-BkwcEHsj.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Hot Updater Console</title>
8
- <script type="module" crossorigin src="/assets/index-wLr0xxwv.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-C9l9iw4B.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-paAi6YFm.css">
10
10
  </head>
11
11
  <body>
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_url__ from "url";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_fs__ from "fs";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__hot_updater_plugin_core_40c1c502__ from "@hot-updater/plugin-core";
7
7
  var __webpack_modules__ = {
8
- "../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.6.3/node_modules/typia/lib/internal/_validateReport.js": function(__unused_webpack_module, exports) {
8
+ "../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.8.3/node_modules/typia/lib/internal/_validateReport.js": function(__unused_webpack_module, exports) {
9
9
  exports._validateReport = void 0;
10
10
  const _validateReport = (array)=>{
11
11
  const reportable = (path)=>{
@@ -1568,7 +1568,7 @@ var hono_Hono = class extends Hono {
1568
1568
  });
1569
1569
  }
1570
1570
  };
1571
- var _validateReport = __webpack_require__("../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.6.3/node_modules/typia/lib/internal/_validateReport.js");
1571
+ var _validateReport = __webpack_require__("../../node_modules/.pnpm/typia@8.0.3_@samchon+openapi@3.1.0_typescript@5.8.3/node_modules/typia/lib/internal/_validateReport.js");
1572
1572
  var validCookieNameRegEx = /^[\w!#$%&'*.^`|~+-]+$/;
1573
1573
  var validCookieValueRegEx = /^[ !#-:<-[\]-~]*$/;
1574
1574
  var parse = (cookie, name)=>{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/console",
3
3
  "type": "module",
4
- "version": "0.16.4",
4
+ "version": "0.16.6",
5
5
  "files": [
6
6
  "dist",
7
7
  "package.json"
@@ -21,7 +21,6 @@
21
21
  "@hono/node-server": "^1.13.4",
22
22
  "@hono/typia-validator": "^0.1.2",
23
23
  "@hono/vite-dev-server": "^0.18.1",
24
- "@hot-updater/mock": "0.16.4",
25
24
  "@kobalte/core": "^0.13.7",
26
25
  "@ryoppippi/unplugin-typia": "^2.0.3",
27
26
  "@solidjs/meta": "^0.29.4",
@@ -48,11 +47,12 @@
48
47
  "typia": "^8.0.3",
49
48
  "vite": "^6.1.0",
50
49
  "vite-plugin-solid": "^2.11.1",
51
- "vite-tsconfig-paths": "^5.1.4"
50
+ "vite-tsconfig-paths": "^5.1.4",
51
+ "@hot-updater/mock": "0.16.6"
52
52
  },
53
53
  "dependencies": {
54
- "@hot-updater/core": "0.16.4",
55
- "@hot-updater/plugin-core": "0.16.4"
54
+ "@hot-updater/core": "0.16.6",
55
+ "@hot-updater/plugin-core": "0.16.6"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "vite build --mode client && rslib build",