owl-cli 6.122.0 → 6.123.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.
@@ -521,8 +521,19 @@ var @projectCodeService = (function (pigeon) {
521
521
  }
522
522
  }
523
523
 
524
+
524
525
  treeNode.parentPathIds = parentPathIds;
525
526
  treeNode.parentPathNames = parentPathNames;
527
+ if(treeNode.parentPathNames ){
528
+ var sep = "";
529
+ var meta = spec['#meta'];
530
+ if(meta && meta.pathSep){
531
+ sep = meta.pathSep;
532
+ }
533
+
534
+ treeNode.fullPathName = parentPathNames.join(sep);
535
+ }
536
+
526
537
 
527
538
  },
528
539
  add: function (data, env) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.122.0",
3
+ "version": "6.123.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {