@men-mvc/foundation
Advanced tools
Comparing version 0.118.0 to 0.119.0
@@ -10,1 +10,2 @@ export * from './str'; | ||
export * from './file'; | ||
export * from './auth'; |
@@ -26,1 +26,2 @@ "use strict"; | ||
__exportStar(require("./file"), exports); | ||
__exportStar(require("./auth"), exports); |
@@ -27,2 +27,3 @@ "use strict"; | ||
}; | ||
// TODO: unit test even thought this is already tested in the tests for other components | ||
const readReadableAsString = async (readable) => { | ||
@@ -29,0 +30,0 @@ try { |
{ | ||
"name": "@men-mvc/foundation", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Package that includes shared variables, types and utility functions for MEN MVC framework.", | ||
@@ -30,3 +30,3 @@ "private": false, | ||
"dependencies": { | ||
"@men-mvc/config": "^0.118.0", | ||
"@men-mvc/config": "^0.119.0", | ||
"express": "^4.18.2", | ||
@@ -55,3 +55,3 @@ "joi": "^17.9.1", | ||
"license": "MIT", | ||
"gitHead": "aeeab799fa5d516797d2cfaa09ff030f47629a4f" | ||
"gitHead": "74de58db222dc763ed3204762c029eed13e2fd07" | ||
} |
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
79956
62
1626
+ Added@men-mvc/config@0.119.0(transitive)
- Removed@men-mvc/config@0.118.0(transitive)
Updated@men-mvc/config@^0.119.0