@popina/cli 0.1.6 → 1.0.0-20260130190244Z

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/build/index.js CHANGED
@@ -11462,7 +11462,7 @@ function date4(params) {
11462
11462
  config(en_default());
11463
11463
 
11464
11464
  // package.json
11465
- var version2 = "0.1.6";
11465
+ var version2 = "1.0.0-20260130190244Z";
11466
11466
 
11467
11467
  // src/utils/get-package-info.ts
11468
11468
  async function getPackageInfo() {
@@ -12853,7 +12853,7 @@ $27.verbose = false;
12853
12853
  console.clear();
12854
12854
  async function main() {
12855
12855
  const packageVersion = await getPackageInfo();
12856
- const program = new Command15().name("pragma").description("").version(packageVersion, "-v, --version", "display the current version");
12856
+ const program = new Command15().name("popina").description("").version(packageVersion, "-v, --version", "display the current version");
12857
12857
  program.addCommand(cmdList).addCommand(dev).addCommand(env).addCommand(init).addCommand(gen).addCommand(backup).addCommand(restore);
12858
12858
  program.parse();
12859
12859
  }