Comparing version 1.4.2 to 1.4.3
@@ -12,3 +12,3 @@ "use strict"; | ||
const decorators_1 = require("./decorators"); | ||
let Factory = exports.Factory = Factory_1 = class Factory { | ||
let Factory = Factory_1 = class Factory { | ||
static add(service, instance) { | ||
@@ -44,2 +44,3 @@ const names = service.split('.'); | ||
}; | ||
exports.Factory = Factory; | ||
Factory.instances = {}; | ||
@@ -46,0 +47,0 @@ exports.Factory = Factory = Factory_1 = __decorate([ |
@@ -11,3 +11,3 @@ "use strict"; | ||
const domain_1 = require("../domain"); | ||
let ArrayHelper = exports.ArrayHelper = class ArrayHelper { | ||
let ArrayHelper = class ArrayHelper { | ||
/** | ||
@@ -74,2 +74,3 @@ * Gets an array with no duplicates | ||
}; | ||
exports.ArrayHelper = ArrayHelper; | ||
exports.ArrayHelper = ArrayHelper = __decorate([ | ||
@@ -76,0 +77,0 @@ (0, domain_1.Service)('h3lp.array') |
@@ -25,3 +25,3 @@ "use strict"; | ||
const domain_1 = require("../domain"); | ||
let FsHelper = exports.FsHelper = class FsHelper { | ||
let FsHelper = class FsHelper { | ||
exists(sourcePath) { | ||
@@ -156,2 +156,3 @@ return __awaiter(this, void 0, void 0, function* () { | ||
}; | ||
exports.FsHelper = FsHelper; | ||
exports.FsHelper = FsHelper = __decorate([ | ||
@@ -158,0 +159,0 @@ (0, domain_1.Service)('h3lp.fs') |
@@ -11,3 +11,3 @@ "use strict"; | ||
const domain_1 = require("../domain"); | ||
let Validator = exports.Validator = class Validator { | ||
let Validator = class Validator { | ||
get reAlphanumeric() { return /[a-zA-Z0-9_.]+$/; } | ||
@@ -163,2 +163,3 @@ get reInt() { return /^[0-9]+$/; } | ||
}; | ||
exports.Validator = Validator; | ||
exports.Validator = Validator = __decorate([ | ||
@@ -165,0 +166,0 @@ (0, domain_1.Service)('h3lp.val') |
{ | ||
"name": "h3lp", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Helper for nodeJs", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", |
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
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
Sorry, the diff of this file is not supported yet
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
194576
2618