derived-cli 0.0.17 → 0.0.18

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -79,4 +79,4 @@ Available commands:
79
79
 
80
80
  help
81
81
  Show this help text.
82
- `)});et.command("add <blockCode>").description("Generate and refine a JSON block interactively").option("-q, --query <value>","Optional user input").option("-bi, --block-input <value>","Optional block input").action(async(n,t)=>{await Ju(n,t.query,t.blockInput)});et.command("init <project-id>").description("Initialize a project (no interactive prompts)").action(async n=>{console.log(`\u{1F680} Initializing project: ${n}`),console.log("Creating project folder..."),console.log("Setting up config..."),console.log("Done!")});et.parse();
82
+ `)});et.command("add <blockCode>").description("Generate and refine a JSON block interactively").option("-q, --query <value>","Optional user input").option("-i, --block-input <value>","Optional block input").action(async(n,t)=>{await Ju(n,t.query,t.blockInput)});et.command("init <project-id>").description("Initialize a project (no interactive prompts)").action(async n=>{console.log(`\u{1F680} Initializing project: ${n}`),console.log("Creating project folder..."),console.log("Setting up config..."),console.log("Done!")});et.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "derived-cli",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "CLI for Derived",
5
5
  "author": "Derived",
6
6
  "license": "MIT",