nativescript 9.1.0-alpha.4 → 9.1.0-alpha.5

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.
@@ -447,14 +447,14 @@ class BundlerCompilerService extends events_1.EventEmitter {
447
447
  this.$logger.warn(`Vite dev server for ${key} exited with code ${code}.`);
448
448
  }
449
449
  });
450
- // Bounded readiness probe so we surface a clear log once the
451
- // device can actually reach modules (or warn if it never binds).
450
+ // Bounded readiness probe so we can surface a clear log once the
451
+ // device can actually reach modules.
452
452
  const ready = await this.waitForPort(port, 30000);
453
453
  if (ready) {
454
454
  this.$logger.info(`Vite dev server ready on port ${port} (HMR for ${key}).`);
455
455
  }
456
456
  else {
457
- this.$logger.warn(`Vite dev server did not open port ${port} within 30s; HMR may be unavailable.`);
457
+ this.$logger.trace(`Vite dev server port ${port} not observed open within the readiness probe window; continuing (it may bind shortly).`);
458
458
  }
459
459
  }
460
460
  catch (err) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nativescript",
3
3
  "main": "./lib/nativescript-cli-lib.js",
4
- "version": "9.1.0-alpha.4",
4
+ "version": "9.1.0-alpha.5",
5
5
  "author": "NativeScript <oss@nativescript.org>",
6
6
  "description": "Command-line interface for building NativeScript projects",
7
7
  "bin": {