@bryan-thompson/inspector-assessment-cli 1.20.11 → 1.21.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.
@@ -138,7 +138,17 @@ function loadSourceFiles(sourcePath) {
138
138
  }
139
139
  result.sourceCodeFiles = new Map();
140
140
  // Include config files for portability analysis
141
- const sourceExtensions = [".ts", ".js", ".py", ".go", ".rs", ".json", ".sh", ".yaml", ".yml"];
141
+ const sourceExtensions = [
142
+ ".ts",
143
+ ".js",
144
+ ".py",
145
+ ".go",
146
+ ".rs",
147
+ ".json",
148
+ ".sh",
149
+ ".yaml",
150
+ ".yml",
151
+ ];
142
152
  // Parse .gitignore patterns
143
153
  const gitignorePatterns = [];
144
154
  const gitignorePath = path.join(sourcePath, ".gitignore");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryan-thompson/inspector-assessment-cli",
3
- "version": "1.20.11",
3
+ "version": "1.21.0",
4
4
  "description": "CLI for the Enhanced MCP Inspector with assessment capabilities",
5
5
  "license": "MIT",
6
6
  "author": "Bryan Thompson <bryan@triepod.ai>",