Comparing version 0.1.0-beta-2 to 0.1.0-beta-3
@@ -8,3 +8,3 @@ "use strict"; | ||
var fs = require('fs'); | ||
var INVALID_ALIAS_VALUE = /[\\?%*:|"<>.\s]/ig; | ||
var INVALID_ALIAS_VALUE = /[\\?%*:|"<>\s]/ig; | ||
var error; | ||
@@ -74,3 +74,3 @@ /** | ||
error = this.load('error'); | ||
throw new error.Exception('DI.setAlias: Invalid alias value, chars \'\\?%*:|"<>.\' and spaces are not allowed. KEY: ' + key); | ||
throw new error.Exception('DI.setAlias: Invalid alias value, chars \'\\?%*:|"<>.\' and spaces are not allowed. KEY: ' + key + ', VAL:' + value); | ||
} else { | ||
@@ -77,0 +77,0 @@ this.aliases[key] = this.normalizePath(value); |
@@ -5,3 +5,3 @@ { | ||
"description": "Powerful lightweight mvc framework for nodejs", | ||
"version": "0.1.0-beta-2", | ||
"version": "0.1.0-beta-3", | ||
"dependencies" : { | ||
@@ -8,0 +8,0 @@ "mongoose": "3.8.x", |
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
102515