pathchain 1.0.35 → 1.0.36

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -219,7 +219,7 @@ exports.getPathObj = (xpath, xauthor="") => {
219
219
  * @return {string} nodelink_buffer
220
220
  */
221
221
  exports.makeNodelink = (xauthor = "", ancestor = "", first="", second="", format = 'MM DD YYYY HH:mm:SSS [GMT]Z') => {
222
- const nodelink_buffer = maker.nodelink(text, xauthor, ancestor, first, second, format);
222
+ const nodelink_buffer = maker.nodelink(xauthor, ancestor, first, second, format);
223
223
  return nodelink_buffer;
224
224
  }
225
225
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pathchain",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "dependencies": {
5
5
  "date-and-time": "^3.0.2",
6
6
  "empty-dir": "^3.0.0",