@spinajs/configuration
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,1 +1,10 @@ | ||
/** | ||
* 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/configuration"; | ||
export * from "./types"; | ||
@@ -2,0 +11,0 @@ export * from "./sources"; |
@@ -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/configuration"), exports); | ||
__exportStar(require("./types"), exports); | ||
@@ -15,0 +24,0 @@ __exportStar(require("./sources"), exports); |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "framework configuration module", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"@spinajs/exceptions": "^1.0.5", | ||
"@spinajs/log": "^1.1.5", | ||
"@spinajs/log": "^1.1.6", | ||
"glob": "^7.1.4", | ||
@@ -47,0 +47,0 @@ "lodash": "^4.17.14" |
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
34011
568
Updated@spinajs/log@^1.1.6