@kithinji/pod 1.0.35 → 1.0.36

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.
@@ -6545,7 +6545,7 @@ async function compileFiles(entryPoints) {
6545
6545
 
6546
6546
  // src/index.ts
6547
6547
  var program = new Command();
6548
- program.name("pod").description("Pod cli tool").version("1.0.35");
6548
+ program.name("pod").description("Pod cli tool").version("1.0.36");
6549
6549
  program.command("new <name> [type]").description("Start a new Orca Project").action(async (name, type) => {
6550
6550
  const orca = async () => {
6551
6551
  await addNew(name);