@teamvelix/velix 5.1.3 → 5.1.4

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.
@@ -690,7 +690,7 @@ init_esm_shims();
690
690
 
691
691
  // version.ts
692
692
  init_esm_shims();
693
- var VERSION = "5.1.2";
693
+ var VERSION = "5.1.4";
694
694
 
695
695
  // logger.ts
696
696
  var colors = {
@@ -804,9 +804,6 @@ var logger = {
804
804
  };
805
805
  var logger_default = logger;
806
806
 
807
- // plugins/tailwind.ts
808
- var NPX = process.platform === "win32" ? "npx.cmd" : "npx";
809
-
810
807
  // metadata/index.ts
811
808
  init_esm_shims();
812
809
  function generateMetadataTags(metadata, baseUrl) {