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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowlint",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "CLI for static analysis of n8n workflows",
5
5
  "bin": {
6
6
  "flowlint": "./dist/cli.js"