@replikanti/flowlint-core 0.9.6 → 0.10.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @replikanti/flowlint-core
2
2
 
3
- ![Coverage](https://img.shields.io/badge/coverage-75%25-yellow)
3
+ ![Coverage](https://img.shields.io/badge/coverage-86.48%25-green)
4
4
 
5
5
  Core static analysis engine for [n8n](https://n8n.io) workflows. This package contains the parser, rules engine, and default rule definitions.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@replikanti/flowlint-core",
3
- "version": "0.9.6",
3
+ "version": "0.10.0",
4
4
  "description": "Core linting engine for n8n workflows",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@types/micromatch": "4.0.10",
53
53
  "@types/node": "24.10.4",
54
- "@vitest/coverage-v8": "^4.0.16",
54
+ "@vitest/coverage-v8": "4.0.16",
55
55
  "tsup": "8.5.1",
56
56
  "typescript": "5.9.3",
57
57
  "vitest": "4.0.16"