@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.
- package/dist/adapter/index.cjs +1 -1
- package/dist/adapter/index.js +1 -1
- package/package.json +2 -2
package/dist/adapter/index.cjs
CHANGED
|
@@ -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.
|
|
585
|
+
message += ` v${"0.2.16"}`;
|
|
586
586
|
}
|
|
587
587
|
message += "\n\n";
|
|
588
588
|
message += import_kleur2.default.dim("Server listening at");
|
package/dist/adapter/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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",
|