flowlint 0.7.3 → 0.7.5

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 +2 -2
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.3");
25628
+ program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.7.5");
25629
25629
  program2.addCommand(scanCommand);
25630
25630
  program2.addCommand(initCommand);
25631
25631
  program2.parse(process.argv);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowlint",
3
- "version": "0.7.3",
3
+ "version": "0.7.5",
4
4
  "description": "CLI for static analysis of n8n workflows",
5
5
  "bin": {
6
6
  "flowlint": "./dist/cli.js"
@@ -45,7 +45,7 @@
45
45
  "@octokit/rest": "22.0.1",
46
46
  "@replikanti/flowlint-core": "0.9.0",
47
47
  "@types/node": "24.10.4",
48
- "openai": "6.14.0",
48
+ "openai": "6.15.0",
49
49
  "tsup": "8.5.1",
50
50
  "tsx": "4.21.0",
51
51
  "typescript": "5.9.3",