pathchain 1.1.14 → 1.1.15

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.
Files changed (2) hide show
  1. package/getter.js +2 -2
  2. package/package.json +1 -1
package/getter.js CHANGED
@@ -216,9 +216,9 @@ function getPathChainObj(xpath, xauthor = '') {
216
216
  var pathObj = pathProto.path.decode(fileContents);
217
217
 
218
218
  var current_link = this.getObj(pathObj.head);
219
- console.log("Current link", current_link);
219
+ console.log("Head link", current_link);
220
220
  var current_obj = this.getObj(current_link.target);
221
- console.log("Current object", current_obj);
221
+ console.log("First object", current_obj);
222
222
  // Get link -> get link.target
223
223
  return pathObj;
224
224
  } catch (err) {
package/package.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "deprecated": false,
35
35
  "description": "![image](https://user-images.githubusercontent.com/104391124/282268780-cbbc1ee6-8d97-4d80-b896-66ae3eb723dd.png)",
36
36
  "name": "pathchain",
37
- "version": "1.1.14"
37
+ "version": "1.1.15"
38
38
  }