@spinajs/validation
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -0,3 +1,12 @@ | ||
/** | ||
* We export default configuration for webpack modules | ||
* Normally we load configuration from disk via filesystem | ||
* But webpack is bundlig all files into one. | ||
* | ||
* When we export, we can see configuration variable | ||
* in webpack module cache and webpack config loader can see it | ||
*/ | ||
export * from "./config/validation"; | ||
export * from "./decorators"; | ||
export * from "./exceptions"; | ||
export * from "./validator"; |
@@ -13,2 +13,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* We export default configuration for webpack modules | ||
* Normally we load configuration from disk via filesystem | ||
* But webpack is bundlig all files into one. | ||
* | ||
* When we export, we can see configuration variable | ||
* in webpack module cache and webpack config loader can see it | ||
*/ | ||
__exportStar(require("./config/validation"), exports); | ||
__exportStar(require("./decorators"), exports); | ||
@@ -15,0 +24,0 @@ __exportStar(require("./exceptions"), exports); |
{ | ||
"name": "@spinajs/validation", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "validation library for spinajs framework", | ||
@@ -39,6 +39,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^1.1.6", | ||
"@spinajs/configuration": "^1.1.7", | ||
"@spinajs/di": "^1.1.7", | ||
"@spinajs/exceptions": "^1.0.5", | ||
"@spinajs/log": "^1.1.5", | ||
"@spinajs/log": "^1.1.6", | ||
"ajv": "^8.8.2", | ||
@@ -45,0 +45,0 @@ "ajv-formats": "^2.1.1", |
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
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
24978
383
0
Updated@spinajs/log@^1.1.6