@marko/run 0.2.15 → 0.2.16

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.
@@ -582,7 +582,7 @@ function logInfoBox(address, explorer) {
582
582
  const color = !!import_supports_color.default.stdout;
583
583
  let message = import_kleur2.default.bold("Marko Run");
584
584
  if (true) {
585
- message += ` v${"0.2.15"}`;
585
+ message += ` v${"0.2.16"}`;
586
586
  }
587
587
  message += "\n\n";
588
588
  message += import_kleur2.default.dim("Server listening at");
@@ -539,7 +539,7 @@ function logInfoBox(address, explorer) {
539
539
  const color = !!supporsColor.stdout;
540
540
  let message = kleur2.bold("Marko Run");
541
541
  if (true) {
542
- message += ` v${"0.2.15"}`;
542
+ message += ` v${"0.2.16"}`;
543
543
  }
544
544
  message += "\n\n";
545
545
  message += kleur2.dim("Server listening at");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/run",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "The Marko application framework.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/marko-js/run/tree/main/packages/run",
@@ -115,7 +115,7 @@
115
115
  "dependencies": {
116
116
  "@marko/compiler": "^5.33.4",
117
117
  "@marko/run-explorer": "^0.1.0",
118
- "@marko/vite": "^3.1.5",
118
+ "@marko/vite": "^3.1.6",
119
119
  "browserslist": "^4.22.1",
120
120
  "cli-table3": "^0.6.3",
121
121
  "compression": "^1.7.4",