@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 CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import('../dist/cli.mjs')
@@ -5,7 +5,7 @@ import {
5
5
  resolveTailscalePublicationMode,
6
6
  resolveTailscaleServePort,
7
7
  startPandaSessionService
8
- } from "./chunk-CHS6ZMEF.mjs";
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.13",
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 __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
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