@jamiexiongr/panda 0.1.16 → 0.1.17

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -0
  2. package/package.json +3 -3
package/dist/cli.mjs CHANGED
@@ -104,6 +104,7 @@ var printUsage = () => {
104
104
  Commands:
105
105
  agent [tailscareserv|tailscareserv-pub] [--hub-url=<url>] Start the Panda agent service
106
106
  hub [tailscareserv|tailscareserv-pub] Start the Panda hub service with the bundled web UI
107
+ tip Set PANDA_GROUP_IP=<lan-ip> to auto-fill hub/direct/ws URLs for agent startup
107
108
  help Show this message`);
108
109
  };
109
110
  var resolveCliOptionValue = (argv, aliases) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamiexiongr/panda",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Panda combined installer",
@@ -8,8 +8,8 @@
8
8
  "panda": "./bin/panda.cjs"
9
9
  },
10
10
  "dependencies": {
11
- "@jamiexiongr/panda-agent": "0.1.16",
12
- "@jamiexiongr/panda-hub": "0.1.16"
11
+ "@jamiexiongr/panda-agent": "0.1.17",
12
+ "@jamiexiongr/panda-hub": "0.1.17"
13
13
  },
14
14
  "files": [
15
15
  "bin",