@jamiexiongr/panda-hub 0.1.1 → 0.1.2

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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+
3
+ import('../dist/cli.mjs')
@@ -14,7 +14,7 @@ import { fileURLToPath } from "url";
14
14
  // release/panda-hub/package.json
15
15
  var package_default = {
16
16
  name: "@jamiexiongr/panda-hub",
17
- version: "0.1.1",
17
+ version: "0.1.2",
18
18
  type: "module",
19
19
  private: false,
20
20
  description: "Panda hub runtime",
@@ -24,12 +24,13 @@ var package_default = {
24
24
  fastify: "^5.2.1"
25
25
  },
26
26
  bin: {
27
- "panda-hub": "./dist/cli.mjs"
27
+ "panda-hub": "./bin/panda-hub.cjs"
28
28
  },
29
29
  exports: {
30
30
  ".": "./dist/index.mjs"
31
31
  },
32
32
  files: [
33
+ "bin",
33
34
  "dist"
34
35
  ],
35
36
  publishConfig: {
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  startJamiexiongrHub
3
- } from "./chunk-B2DDQ2FD.mjs";
3
+ } from "./chunk-CS7XM33H.mjs";
4
4
  import {
5
5
  resolveTailscaleServeEnabled
6
6
  } from "./chunk-GPLVIR3L.mjs";
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  startJamiexiongrHub
3
- } from "./chunk-B2DDQ2FD.mjs";
3
+ } from "./chunk-CS7XM33H.mjs";
4
4
  import "./chunk-GPLVIR3L.mjs";
5
5
  export {
6
6
  startJamiexiongrHub
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamiexiongr/panda-hub",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Panda hub runtime",
@@ -10,12 +10,13 @@
10
10
  "fastify": "^5.2.1"
11
11
  },
12
12
  "bin": {
13
- "panda-hub": "./dist/cli.mjs"
13
+ "panda-hub": "./bin/panda-hub.cjs"
14
14
  },
15
15
  "exports": {
16
16
  ".": "./dist/index.mjs"
17
17
  },
18
18
  "files": [
19
+ "bin",
19
20
  "dist"
20
21
  ],
21
22
  "publishConfig": {