@getmonoceros/workbench 1.6.3 → 1.6.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.
package/dist/bin.js CHANGED
@@ -2939,7 +2939,7 @@ function warnOnDeprecatedFeatureRefs(containerFeatures, globalConfig, logger) {
2939
2939
  }
2940
2940
 
2941
2941
  // src/version.ts
2942
- var CLI_VERSION = "1.5.0";
2942
+ var CLI_VERSION = true ? "1.6.4" : "dev";
2943
2943
 
2944
2944
  // src/commands/_dispatch.ts
2945
2945
  import { consola as consola11 } from "consola";