directory-import
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
@@ -11,3 +11,3 @@ "use strict"; | ||
get callerFilePath() { | ||
return new Error('functional-error').stack.split('\n')[6]?.match(/\(([^)]+)\)/)?.[1]; | ||
return new Error('functional-error').stack.split('\n')[5]?.match(/\(([^)]+)\)/)?.[1]; | ||
}, | ||
@@ -14,0 +14,0 @@ get callerDirectoryPath() { |
{ | ||
"name": "directory-import", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
19401
13
359