@await-widget/runtime 0.0.21 → 0.0.22

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.
@@ -249,7 +249,9 @@ function printServerUrls(port, token) {
249
249
  const recommended = networkUrls.find(({address}) => isPrivateIPv4(address)) ?? networkUrls[0];
250
250
  if (recommended) {
251
251
  console.log("Paste this URL into Await on iPhone:");
252
+ console.log("");
252
253
  console.log(recommended.url);
254
+ console.log("");
253
255
  }
254
256
  const otherUrls = [
255
257
  {url: `http://127.0.0.1:${port}?token=${token}`},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@await-widget/runtime",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "TypeScript declarations for Await widgets.",
5
5
  "license": "MIT",
6
6
  "author": "LitoMore",