@men-mvc/foundation
Advanced tools
Comparing version 0.104.0 to 0.105.0
@@ -9,1 +9,2 @@ export * from './str'; | ||
export * from './route'; | ||
export * from './file'; |
@@ -25,1 +25,2 @@ "use strict"; | ||
__exportStar(require("./route"), exports); | ||
__exportStar(require("./file"), exports); |
{ | ||
"name": "@men-mvc/foundation", | ||
"version": "0.104.0", | ||
"version": "0.105.0", | ||
"description": "Package that includes shared variables, types and utility functions for MEN MVC framework.", | ||
@@ -30,5 +30,6 @@ "private": false, | ||
"dependencies": { | ||
"@men-mvc/config": "^0.104.0", | ||
"@men-mvc/config": "^0.105.0", | ||
"express": "^4.18.2", | ||
"joi": "^17.9.1", | ||
"mime-types": "^2.1.35", | ||
"uuid": "^9.0.0" | ||
@@ -41,2 +42,3 @@ }, | ||
"@types/joi": "^17.2.3", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/node": "^18.11.16", | ||
@@ -54,3 +56,3 @@ "@types/sinon": "^10.0.13", | ||
"license": "MIT", | ||
"gitHead": "0320e187c0013c8b47d1e2b3f5ef3c4401d579a4" | ||
"gitHead": "0135b3884b0eb081679064cd9a81cf5a23c933de" | ||
} |
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
75747
58
1559
5
14
+ Addedmime-types@^2.1.35
+ Added@men-mvc/config@0.105.0(transitive)
- Removed@men-mvc/config@0.104.0(transitive)
Updated@men-mvc/config@^0.105.0