flowlint 0.7.1 → 0.7.3
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/dist/cli.js.map +1 -1
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -25625,7 +25625,7 @@ var initCommand = new Command("init").description("Initialize FlowLint configura
|
|
|
25625
25625
|
|
|
25626
25626
|
// src/cli.ts
|
|
25627
25627
|
var program2 = new Command();
|
|
25628
|
-
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.7.
|
|
25628
|
+
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.7.3");
|
|
25629
25629
|
program2.addCommand(scanCommand);
|
|
25630
25630
|
program2.addCommand(initCommand);
|
|
25631
25631
|
program2.parse(process.argv);
|