bdy 1.24.7-dev → 1.24.8-dev

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.24.7-dev",
4
+ "version": "1.24.8-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "homepage": "https://buddy.works/docs/cli",
@@ -52,7 +52,7 @@ class AgentLinux extends system_1.default {
52
52
  getServiceConfig(id, host, token, port, user) {
53
53
  const cli = this.getSystemBinaryPath();
54
54
  return `[Unit]
55
- Description=Buddy Tunnel Agent
55
+ Description=Buddy Server Agent
56
56
  After=network.target
57
57
 
58
58
  [Service]
@@ -10,7 +10,7 @@ const fs_1 = require("fs");
10
10
  const logger_1 = __importDefault(require("../logger"));
11
11
  const texts_1 = require("../texts");
12
12
  const SERVICE_ID = 'bdy';
13
- const SERVICE_NAME = 'Buddy Tunnel Agent';
13
+ const SERVICE_NAME = 'Buddy Server Agent';
14
14
  // winsw resolves its configuration - and names its logs - after its own file name, so all
15
15
  // of these are derived from one base rather than spelled out
16
16
  const WRAPPER_BASE = 'bdy-service';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.24.7-dev",
4
+ "version": "1.24.8-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "homepage": "https://buddy.works/docs/cli",