promised-models2
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -128,3 +128,3 @@ | ||
branch = branch || this.DEFAULT_BRANCH; | ||
changed = !this.isEqual(this._cachBranches[branch]); | ||
changed = this._cachBranches[branch] === undefined || !this.isEqual(this._cachBranches[branch]); | ||
@@ -131,0 +131,0 @@ if (changed) { |
{ | ||
"description": "promise based, typed attributes, nested models and collections", | ||
"name": "promised-models2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": "git@github.com:bem-node/promised-models.git", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -25,2 +25,5 @@ /** | ||
}), | ||
bool: Models.attributeTypes.Boolean, | ||
withSyncValidation: Models.attributeTypes.String.inherit({ | ||
@@ -27,0 +30,0 @@ type: 'string', |
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
174468
48
4522