@looplia/looplia-cli 0.6.6 → 0.6.7

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.
@@ -33152,7 +33152,7 @@ async function runRunCommand(args) {
33152
33152
  }
33153
33153
 
33154
33154
  // src/index.ts
33155
- var VERSION = "0.6.6";
33155
+ var VERSION = "0.6.7";
33156
33156
  function printHelp3() {
33157
33157
  console.log(`
33158
33158
  looplia - Content intelligence CLI (v${VERSION})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looplia/looplia-cli",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Looplia CLI - AI-powered workflow automation tool",
5
5
  "type": "module",
6
6
  "license": "Elastic-2.0",
@@ -21,7 +21,7 @@
21
21
  "looplia"
22
22
  ],
23
23
  "bin": {
24
- "looplia": "./dist/index.js"
24
+ "looplia": "./dist/cli.js"
25
25
  },
26
26
  "files": [
27
27
  "dist",
File without changes