terminalhire 0.9.2 → 0.10.0

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.
@@ -4150,7 +4150,8 @@ var init_config = __esm({
4150
4150
  peerConnect: false,
4151
4151
  peerConnectPrompted: false,
4152
4152
  resumePublishPrompted: false,
4153
- chatDisclosureAck: false
4153
+ chatDisclosureAck: false,
4154
+ inboundNudgeMuted: false
4154
4155
  };
4155
4156
  }
4156
4157
  });
@@ -4155,7 +4155,8 @@ var init_config = __esm({
4155
4155
  peerConnect: false,
4156
4156
  peerConnectPrompted: false,
4157
4157
  resumePublishPrompted: false,
4158
- chatDisclosureAck: false
4158
+ chatDisclosureAck: false,
4159
+ inboundNudgeMuted: false
4159
4160
  };
4160
4161
  }
4161
4162
  });
@@ -15,7 +15,8 @@ var DEFAULT_CONFIG = {
15
15
  peerConnect: false,
16
16
  peerConnectPrompted: false,
17
17
  resumePublishPrompted: false,
18
- chatDisclosureAck: false
18
+ chatDisclosureAck: false,
19
+ inboundNudgeMuted: false
19
20
  };
20
21
  function readConfig() {
21
22
  try {