prodex 1.0.7 → 1.0.8

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ---
7
7
 
8
- ## 🧠 Recent Fixes & Updates — v1.0.7
8
+ ## 🧠 Recent Fixes & Updates — v1.0.8
9
9
  - ⭐ **Priority Files Support** — priority files will now appear **first** on the entry selection list.
10
10
 
11
11
  - 🪟 **Windows path resolution fixed** — now uses proper `file://` URLs for full ESM compatibility.
package/dist/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ---
7
7
 
8
- ## 🧠 Recent Fixes & Updates — v1.0.7
8
+ ## 🧠 Recent Fixes & Updates — v1.0.8
9
9
  - ⭐ **Priority Files Support** — priority files will now appear **first** on the entry selection list.
10
10
 
11
11
  - 🪟 **Windows path resolution fixed** — now uses proper `file://` URLs for full ESM compatibility.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prodex",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Unified Project Indexer & Dependency Extractor for Laravel + React + Node stacks.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -69,7 +69,7 @@ export async function resolvePhpImports(
69
69
  .split(",")
70
70
  .map(x => x.trim())
71
71
  .filter(Boolean);
72
- for (const p of parts) matches.add(`${base}\${p}`);
72
+ for (const p of parts) matches.add(`${base}\\${p}`);
73
73
  } else {
74
74
  matches.add(imp.trim());
75
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prodex",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Unified Project Indexer & Dependency Extractor for Laravel + React + Node stacks.",
5
5
  "type": "module",
6
6
  "bin": {