@gesslar/toolkit 1.9.0 → 1.9.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gesslar/toolkit",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Get in, bitches, we're going toolkitting.",
5
5
  "main": "./src/index.js",
6
6
  "type": "module",
@@ -459,6 +459,6 @@ export default class DirectoryObject extends FS {
459
459
  const thisPath = this.path
460
460
  const merged = FS.mergeOverlappingPaths(thisPath, newPath)
461
461
 
462
- return new this(merged, this.temporary)
462
+ return new this.constructor(merged, this.temporary)
463
463
  }
464
464
  }