flowlint 0.8.5 → 0.9.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # FlowLint CLI
2
2
 
3
- ![Coverage](https://img.shields.io/badge/coverage-80%25-green)
3
+ ![Coverage](https://img.shields.io/badge/coverage-80.39%25-green)
4
4
 
5
5
  Command-line tool for static analysis of n8n workflows.
6
6
 
package/dist/cli.js CHANGED
@@ -24252,7 +24252,7 @@ var initCommand = new Command("init").description("Initialize FlowLint configura
24252
24252
  // src/cli.ts
24253
24253
  var import_meta = {};
24254
24254
  var program2 = new Command();
24255
- program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.8.5");
24255
+ program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.9.0");
24256
24256
  program2.addCommand(scanCommand);
24257
24257
  program2.addCommand(initCommand);
24258
24258
  if (import_meta.url === `file://${process.argv[1]}`) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowlint",
3
- "version": "0.8.5",
3
+ "version": "0.9.0",
4
4
  "description": "CLI for static analysis of n8n workflows",
5
5
  "bin": {
6
6
  "flowlint": "./dist/cli.js"