@kithinji/pod 1.0.25 → 1.0.26

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.js CHANGED
@@ -6058,7 +6058,7 @@ Deployment Failed: ${err.message}`));
6058
6058
  // src/main.ts
6059
6059
  import chalk2 from "chalk";
6060
6060
  var program = new Command();
6061
- program.name("pod").description("Pod cli tool").version("1.0.24");
6061
+ program.name("pod").description("Pod cli tool").version("1.0.26");
6062
6062
  program.command("new <name>").description("Start a new Orca Project").action(async (name) => {
6063
6063
  await addNew(name);
6064
6064
  const appDir = path14.resolve(process.cwd());