pathchain 1.0.43 → 1.0.44

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 +1 -1
  2. package/package.json +1 -1
package/getter.js CHANGED
@@ -339,7 +339,7 @@ function getTreeObj(xtree, xauthor) {
339
339
  *
340
340
  * @return void
341
341
  */
342
- function getTreelinkObj(treelink, xauthor) {
342
+ function getTreelinkObj(xtreelink, xauthor) {
343
343
 
344
344
  if(xauthor != ""){
345
345
  xauthor = xauthor + '/';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pathchain",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "dependencies": {
5
5
  "date-and-time": "^3.0.2",
6
6
  "empty-dir": "^3.0.0",