@jamiexiongr/panda-hub 0.1.13 → 0.1.15
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/bin/panda-hub.cjs +1 -1
- package/dist/{chunk-6JQUAIUY.mjs → chunk-2QJ25LXV.mjs} +3 -2
- package/dist/{chunk-JY3C7BVD.mjs → chunk-AEQMWH7D.mjs} +1 -8
- package/dist/chunk-YRLZ2QWQ.mjs +15287 -0
- package/dist/cli.mjs +3 -3
- package/dist/{hub-web-push-C4D7EV3C.mjs → hub-web-push-KM4VOXLQ.mjs} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{src-N4432F53.mjs → src-QAK7KGAH.mjs} +2 -2
- package/dist/web/assets/{diagnostics-page-alYFKOv4.js → diagnostics-page-DXTBGISk.js} +1 -1
- package/dist/web/assets/index-DUoy7nB0.js +142 -0
- package/dist/web/assets/{session-diff-preview-Dum-BJbr.js → session-diff-preview-Ch1u5o_s.js} +1 -1
- package/dist/web/assets/{web-C6gTc3M_.js → web-Bj1-jnZe.js} +1 -1
- package/dist/web/assets/{web-CvRFts-H.js → web-BotMTTU8.js} +1 -1
- package/dist/web/assets/{web-NGsqRsgv.js → web-CUbAH58p.js} +1 -1
- package/dist/web/assets/{web-lpHs9Cyy.js → web-CgzXeV2w.js} +1 -1
- package/dist/web/assets/{web-BabjKXO0.js → web-DWBa_1oz.js} +1 -1
- package/dist/web/index.html +1 -1
- package/dist/web/sw.js +1 -1
- package/package.json +2 -1
- package/dist/chunk-CHS6ZMEF.mjs +0 -37995
- package/dist/web/assets/index-DamKy_Z8.js +0 -142
package/bin/panda-hub.cjs
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
resolveTailscalePublicationMode,
|
|
6
6
|
resolveTailscaleServePort,
|
|
7
7
|
startPandaSessionService
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YRLZ2QWQ.mjs";
|
|
9
9
|
|
|
10
10
|
// release/panda-hub/src/index.ts
|
|
11
11
|
import fs from "fs";
|
|
@@ -15,11 +15,12 @@ import { fileURLToPath } from "url";
|
|
|
15
15
|
// release/panda-hub/package.json
|
|
16
16
|
var package_default = {
|
|
17
17
|
name: "@jamiexiongr/panda-hub",
|
|
18
|
-
version: "0.1.
|
|
18
|
+
version: "0.1.15",
|
|
19
19
|
type: "module",
|
|
20
20
|
private: false,
|
|
21
21
|
description: "Panda hub runtime",
|
|
22
22
|
dependencies: {
|
|
23
|
+
"@fastify/compress": "^8.3.1",
|
|
23
24
|
"@fastify/cors": "^10.0.2",
|
|
24
25
|
"@fastify/websocket": "^11.0.2",
|
|
25
26
|
fastify: "^5.2.1",
|
|
@@ -4,13 +4,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var
|
|
8
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
9
|
-
}) : x)(function(x) {
|
|
10
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
11
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
12
|
-
});
|
|
13
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
7
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
14
8
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
9
|
};
|
|
16
10
|
var __export = (target, all) => {
|
|
@@ -4076,7 +4070,6 @@ var coerce = {
|
|
|
4076
4070
|
var NEVER = INVALID;
|
|
4077
4071
|
|
|
4078
4072
|
export {
|
|
4079
|
-
__require,
|
|
4080
4073
|
__commonJS,
|
|
4081
4074
|
__toESM,
|
|
4082
4075
|
external_exports
|