@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.
- package/dist/{node/index.js → index.js} +1 -1
- package/dist/{node/index.js.map → index.js.map} +2 -2
- package/package.json +3 -3
- package/dist/main.js +0 -6651
- package/dist/main.js.map +0 -7
- package/dist/node/index.node.js +0 -6651
- package/dist/node/index.node.js.map +0 -7
- package/dist/types/main.d.ts +0 -13
- package/dist/types/main.d.ts.map +0 -1
- package/dist/types/plugins/generators/generate_rsc.d.ts +0 -9
- package/dist/types/plugins/generators/generate_rsc.d.ts.map +0 -1
|
@@ -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.
|
|
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);
|