@snevins/repo-mapper 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/dist/files.js +1 -0
  2. package/package.json +1 -1
package/dist/files.js CHANGED
@@ -62,6 +62,7 @@ export const DEFAULT_IGNORED_DIRS = new Set([
62
62
  ".cache",
63
63
  "vendor",
64
64
  "third_party",
65
+ "lib",
65
66
  "compiled",
66
67
  "examples",
67
68
  "test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snevins/repo-mapper",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Generate token-budgeted repo maps for LLM context using tree-sitter and PageRank",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",