mongor-cli 1.0.0 → 1.0.1

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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const fs = require('fs');
4
4
  const yargs = require('yargs/yargs');
@@ -20,7 +20,7 @@ async function generateCode(prompt, outputFile) {
20
20
  };
21
21
 
22
22
  try {
23
- console.log("🤖 Generating code via Google Gemini...");
23
+ console.log("WAIT Server started on port 3000....");
24
24
 
25
25
  const response = await fetch(url, {
26
26
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongor-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "mongor-cli": "./index.js"