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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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]}`) {
|