prodex 1.0.4 → 1.0.5

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": "prodex",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Unified Project Indexer & Dependency Extractor for Laravel + React + Node stacks.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -105,7 +105,7 @@ function render(p) {
105
105
  const ext = path.extname(p);
106
106
  let s = read(p);
107
107
  // s = stripComments(s, ext);
108
- s = normalizeIndent(s);
108
+ // s = normalizeIndent(s);
109
109
  return `${header(p)}\n${regionStart(p)}\n${s}\n${regionEnd}\n\n`;
110
110
  }
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prodex",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Unified Project Indexer & Dependency Extractor for Laravel + React + Node stacks.",
5
5
  "type": "module",
6
6
  "bin": {