vite-node 0.11.0 → 0.12.0
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -626,7 +626,7 @@ class CAC extends events.EventEmitter {
|
|
|
626
626
|
|
|
627
627
|
const cac = (name = "") => new CAC(name);
|
|
628
628
|
|
|
629
|
-
var version = "0.
|
|
629
|
+
var version = "0.12.0";
|
|
630
630
|
|
|
631
631
|
const cli = cac("vite-node");
|
|
632
632
|
cli.version(version).option("-r, --root <path>", "Use specified root directory").option("-c, --config <path>", "Use specified config file").option("-w, --watch", 'Restart on file changes, similar to "nodemon"').help();
|
package/dist/cli.js
CHANGED
|
@@ -624,7 +624,7 @@ class CAC extends EventEmitter {
|
|
|
624
624
|
|
|
625
625
|
const cac = (name = "") => new CAC(name);
|
|
626
626
|
|
|
627
|
-
var version = "0.
|
|
627
|
+
var version = "0.12.0";
|
|
628
628
|
|
|
629
629
|
const cli = cac("vite-node");
|
|
630
630
|
cli.version(version).option("-r, --root <path>", "Use specified root directory").option("-c, --config <path>", "Use specified config file").option("-w, --watch", 'Restart on file changes, similar to "nodemon"').help();
|