flowlint 0.8.1 → 0.8.2

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
@@ -24249,7 +24249,7 @@ var initCommand = new Command("init").description("Initialize FlowLint configura
24249
24249
  // src/cli.ts
24250
24250
  var import_meta = {};
24251
24251
  var program2 = new Command();
24252
- program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.8.1");
24252
+ program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.8.2");
24253
24253
  program2.addCommand(scanCommand);
24254
24254
  program2.addCommand(initCommand);
24255
24255
  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.1",
3
+ "version": "0.8.2",
4
4
  "description": "CLI for static analysis of n8n workflows",
5
5
  "bin": {
6
6
  "flowlint": "./dist/cli.js"
@@ -47,7 +47,7 @@
47
47
  "@octokit/rest": "22.0.1",
48
48
  "@replikanti/flowlint-core": "0.9.1",
49
49
  "@types/node": "24.10.4",
50
- "@vitest/coverage-v8": "^4.0.16",
50
+ "@vitest/coverage-v8": "4.0.16",
51
51
  "openai": "6.15.0",
52
52
  "tsup": "8.5.1",
53
53
  "tsx": "4.21.0",