@spinajs/configuration-common
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ import { AsyncService, Class } from '@spinajs/di'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare abstract class ConfigVariable { |
@@ -27,6 +27,6 @@ "use strict"; | ||
}; | ||
DateTimeLogVariable = __decorate([ | ||
exports.DateTimeLogVariable = DateTimeLogVariable; | ||
exports.DateTimeLogVariable = DateTimeLogVariable = __decorate([ | ||
(0, di_1.Injectable)(ConfigVariable) | ||
], DateTimeLogVariable); | ||
exports.DateTimeLogVariable = DateTimeLogVariable; | ||
let DateLogVariable = class DateLogVariable extends ConfigVariable { | ||
@@ -44,7 +44,7 @@ constructor(format) { | ||
}; | ||
DateLogVariable = __decorate([ | ||
exports.DateLogVariable = DateLogVariable; | ||
exports.DateLogVariable = DateLogVariable = __decorate([ | ||
(0, di_1.Injectable)(ConfigVariable), | ||
__metadata("design:paramtypes", [String]) | ||
], DateLogVariable); | ||
exports.DateLogVariable = DateLogVariable; | ||
let TimeLogVariable = class TimeLogVariable extends ConfigVariable { | ||
@@ -62,7 +62,7 @@ constructor(format) { | ||
}; | ||
TimeLogVariable = __decorate([ | ||
exports.TimeLogVariable = TimeLogVariable; | ||
exports.TimeLogVariable = TimeLogVariable = __decorate([ | ||
(0, di_1.Injectable)(ConfigVariable), | ||
__metadata("design:paramtypes", [String]) | ||
], TimeLogVariable); | ||
exports.TimeLogVariable = TimeLogVariable; | ||
let EnvVariable = class EnvVariable extends ConfigVariable { | ||
@@ -76,6 +76,6 @@ get Name() { | ||
}; | ||
EnvVariable = __decorate([ | ||
exports.EnvVariable = EnvVariable; | ||
exports.EnvVariable = EnvVariable = __decorate([ | ||
(0, di_1.Injectable)(ConfigVariable) | ||
], EnvVariable); | ||
exports.EnvVariable = EnvVariable; | ||
let PathVariable = class PathVariable extends ConfigVariable { | ||
@@ -94,6 +94,6 @@ get Name() { | ||
}; | ||
PathVariable = __decorate([ | ||
exports.PathVariable = PathVariable; | ||
exports.PathVariable = PathVariable = __decorate([ | ||
(0, di_1.Injectable)(ConfigVariable) | ||
], PathVariable); | ||
exports.PathVariable = PathVariable; | ||
/** | ||
@@ -100,0 +100,0 @@ * Formats layout by filling vars from customVars prop |
@@ -0,0 +0,0 @@ import { AsyncService, Class } from '@spinajs/di'; |
@@ -0,0 +0,0 @@ import { AsyncService } from '@spinajs/di'; |
@@ -0,0 +0,0 @@ export declare abstract class ConfigVariable { |
@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
{ | ||
"name": "@spinajs/configuration-common", | ||
"version": "2.0.180", | ||
"version": "2.0.181", | ||
"description": "> TODO: description", | ||
@@ -50,5 +50,5 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>", | ||
"dependencies": { | ||
"@spinajs/di": "^2.0.180" | ||
"@spinajs/di": "^2.0.181" | ||
}, | ||
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
166510
1.83%Updated