bdy 1.10.11-dev → 1.10.12-stage

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.10.11-dev",
4
+ "version": "1.10.12-stage",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -259,7 +259,7 @@ class AgentManagerClass {
259
259
  return true;
260
260
  }
261
261
  async agentEnable() {
262
- const saved = this.resaveAgentConfig(false, true);
262
+ const saved = this.resaveAgentConfig(true, true);
263
263
  if (!saved)
264
264
  return false;
265
265
  await this.agent.enable();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.10.11-dev",
4
+ "version": "1.10.12-stage",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {