@kithinji/pod 1.0.32 → 1.0.34

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
@@ -6568,7 +6568,7 @@ async function compileFiles(entryPoints) {
6568
6568
 
6569
6569
  // src/main.ts
6570
6570
  var program = new Command();
6571
- program.name("pod").description("Pod cli tool").version("1.0.32");
6571
+ program.name("pod").description("Pod cli tool").version("1.0.33");
6572
6572
  program.command("new <name> [type]").description("Start a new Orca Project").action(async (name, type) => {
6573
6573
  const orca = async () => {
6574
6574
  await addNew(name);