owl-cli 6.135.0 → 6.136.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.
@@ -534,7 +534,7 @@ var @projectCodeService = (function (pigeon) {
534
534
  sep = meta.pathSep;
535
535
  }
536
536
 
537
- treeNode.fullPathName = parentPathNames.join(sep);
537
+ treeNode.fullPathName = parentPathNames.reverse().join(sep)+sep+treeNode.name;
538
538
  }
539
539
 
540
540
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.135.0",
3
+ "version": "6.136.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {