directory-import
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -55,2 +55,1 @@ import { ImportedModules, ImportedModulesPublicOptions, ImportModulesCallback, ImportModulesMode } from './types.d'; | ||
export { directoryImport }; | ||
export default directoryImport; |
@@ -24,6 +24,2 @@ "use strict"; | ||
} | ||
// eslint-disable-next-line unicorn/prefer-module | ||
module.exports = directoryImport; | ||
exports.directoryImport = directoryImport; | ||
exports.default = directoryImport; |
{ | ||
"name": "directory-import", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", | ||
@@ -13,2 +13,3 @@ "main": "dist/index.js", | ||
"start": "npm run dist && node dist/index.js", | ||
"publish": "npm run build && npm publish", | ||
"jest": "npm run build && jest --silent", | ||
@@ -15,0 +16,0 @@ "jest:watcher": "jest --watchAll" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
37609
613