flowlint 0.7.7 → 0.7.8
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -25723,7 +25723,7 @@ var initCommand = new Command("init").description("Initialize FlowLint configura
|
|
|
25723
25723
|
|
|
25724
25724
|
// src/cli.ts
|
|
25725
25725
|
var program2 = new Command();
|
|
25726
|
-
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.7.
|
|
25726
|
+
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.7.8");
|
|
25727
25727
|
program2.addCommand(scanCommand);
|
|
25728
25728
|
program2.addCommand(initCommand);
|
|
25729
25729
|
program2.parse(process.argv);
|