@gluecharm-lab/easyspecs-cli 0.0.20 → 0.0.21

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/main.cjs CHANGED
@@ -27587,7 +27587,7 @@ function formatCliStderrLine(line, useAnsi) {
27587
27587
  }
27588
27588
 
27589
27589
  // src/cli/main.ts
27590
- var PKG_VERSION = "0.0.19";
27590
+ var PKG_VERSION = "0.0.21";
27591
27591
  function isNonEmptyFactoryFailureArray(x) {
27592
27592
  if (!Array.isArray(x) || x.length === 0) {
27593
27593
  return false;