prelude-context 1.4.1 → 1.4.2

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.
@@ -21,7 +21,7 @@ function matchesIgnorePattern(filePath) {
21
21
  async function collectSourceFiles(rootDir) {
22
22
  const files = [];
23
23
  async function walk(dir, depth) {
24
- if (depth > 5)
24
+ if (depth > 8)
25
25
  return;
26
26
  let entries;
27
27
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prelude-context",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "The open standard for expressing and maintaining machine-readable context about a codebase",
5
5
  "type": "module",
6
6
  "bin": {