owl-cli 6.165.0 → 6.166.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.
@@ -524,6 +524,7 @@ var @projectCodeService = (function (pigeon) {
524
524
 
525
525
 
526
526
  treeNode.parentPathIds = parentPathIds.reverse();
527
+ treeNode.fullPathIds = treeNode.parentPathIds.concat([treeNode.id]);
527
528
  treeNode.parentPathNames = parentPathNames.reverse();
528
529
  if(treeNode.parentPathNames ){
529
530
  var sep = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.165.0",
3
+ "version": "6.166.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {