@sfdxy/mule-lint 1.8.2 → 1.8.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfdxy/mule-lint",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Static analysis tool for MuleSoft applications - supports humans, AI agents, and CI/CD pipelines",
5
5
  "author": "Avinava",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@ class MuleLintMcpServer {
52
52
  constructor() {
53
53
  this.server = new mcp_js_1.McpServer({
54
54
  name: 'mule-lint',
55
- version: '1.8.0',
55
+ version: '1.8.3',
56
56
  });
57
57
  // Initialize engine with default config
58
58
  const defaultConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfdxy/mule-lint",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Static analysis tool for MuleSoft applications - supports humans, AI agents, and CI/CD pipelines",
5
5
  "author": "Avinava",
6
6
  "license": "MIT",
@@ -70,4 +70,4 @@
70
70
  "url": "https://github.com/Avinava/mule-lint/issues"
71
71
  },
72
72
  "homepage": "https://github.com/Avinava/mule-lint#readme"
73
- }
73
+ }