flowlint 0.9.1 → 0.9.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.
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -24253,7 +24253,7 @@ var initCommand = new Command("init").description("Initialize FlowLint configura
|
|
|
24253
24253
|
// src/cli.ts
|
|
24254
24254
|
var import_meta = {};
|
|
24255
24255
|
var program2 = new Command();
|
|
24256
|
-
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.9.
|
|
24256
|
+
program2.name("flowlint").description("Static analysis tool for n8n workflows").version("0.9.2");
|
|
24257
24257
|
program2.addCommand(scanCommand);
|
|
24258
24258
|
program2.addCommand(initCommand);
|
|
24259
24259
|
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.9.
|
|
3
|
+
"version": "0.9.2",
|
|
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
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@octokit/rest": "22.0.1",
|
|
48
|
-
"@replikanti/flowlint-core": "0.
|
|
48
|
+
"@replikanti/flowlint-core": "0.10.0",
|
|
49
49
|
"@types/node": "24.10.4",
|
|
50
50
|
"@vitest/coverage-v8": "4.0.16",
|
|
51
51
|
"openai": "6.15.0",
|