oorja 2.0.0 → 2.0.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.
@@ -68,10 +68,10 @@ const init = async (env, options = {}) => {
68
68
  discardStdin: true,
69
69
  }).start();
70
70
  const region = await getRegion();
71
- spinner.succeed('Online');
72
71
  let connectClient = new ConnectClient(env, region);
73
72
  await validateCliVersion(connectClient);
74
73
  let user = await resumeSession(env, connectClient, options.roomId);
74
+ spinner.succeed('Online');
75
75
  if (!user) {
76
76
  let token = '';
77
77
  if (options.roomId) {
@@ -85,5 +85,5 @@
85
85
  ]
86
86
  }
87
87
  },
88
- "version": "2.0.0"
88
+ "version": "2.0.1"
89
89
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oorja",
3
3
  "description": "stream terminals to the web and more.",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "keywords": [
6
6
  "teletype",
7
7
  "terminal",