bdy 1.21.0-dev → 1.21.1-beta

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.21.0-dev",
4
+ "version": "1.21.1-beta",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -19,6 +19,7 @@ class AgentSocketClient extends events_1.default {
19
19
  hostname;
20
20
  platform;
21
21
  version;
22
+ user;
22
23
  connected;
23
24
  lastUpdate;
24
25
  tunnelRequests;
@@ -36,6 +37,7 @@ class AgentSocketClient extends events_1.default {
36
37
  token: this.token,
37
38
  hostname: this.hostname,
38
39
  platform: this.platform,
40
+ user: this.user,
39
41
  version: this.version,
40
42
  activate,
41
43
  action,
@@ -56,6 +58,7 @@ class AgentSocketClient extends events_1.default {
56
58
  token: this.token,
57
59
  hostname: this.hostname,
58
60
  platform: this.platform,
61
+ user: this.user,
59
62
  version: this.version,
60
63
  activate,
61
64
  tunnels,
@@ -123,6 +126,7 @@ class AgentSocketClient extends events_1.default {
123
126
  this.hostname = (0, utils_1.getHostname)();
124
127
  this.platform = (0, utils_1.getPlatform)();
125
128
  this.version = (0, utils_1.getVersion)();
129
+ this.user = (0, utils_1.getCurrentUser)();
126
130
  this.lastUpdate = null;
127
131
  this.tunnelRequests = 0;
128
132
  setInterval(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.21.0-dev",
4
+ "version": "1.21.1-beta",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {