@universal-packages/module-loader
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@universal-packages/module-loader", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Imports deeply all modules in a directory as a list to use later", | ||
@@ -13,3 +13,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"test": "jest --watch", | ||
"test:full": "jest --coverage --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test:clear": "jest --clearCache", | ||
@@ -20,13 +20,13 @@ "format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"", | ||
"dependencies": { | ||
"@universal-packages/directory-traversal": "^1.3.3" | ||
"@universal-packages/directory-traversal": "^1.3.4" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.2.0", | ||
"@types/jest": "^29.5.5", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^18.11.9", | ||
"@universal-packages/maintenance": "^1.3.5", | ||
"@universal-packages/maintenance": "^1.5.1", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2" | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15155