fluxy-bot 0.6.0 → 0.6.1

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/bin/cli.js +3 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -933,7 +933,9 @@ async function init() {
933
933
 
934
934
  stepper.advance();
935
935
  stepper.finish();
936
- if (tunnelFailed) {
936
+ if (!hasTunnelInit) {
937
+ privateNetworkMessage(config.port);
938
+ } else if (tunnelFailed) {
937
939
  tunnelFailedMessage(tunnelUrl);
938
940
  } else {
939
941
  finalMessage(tunnelUrl, relayUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxy-bot",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "releaseNotes": [
5
5
  "Fixed some bugs to iOs ",
6
6
  "2. ",