sails-permissions
Advanced tools
Comparing version 0.10.5 to 0.10.7
@@ -28,4 +28,5 @@ var _ = require('lodash'); | ||
.catch(function (error) { | ||
sails.log.error(error); | ||
next(error); | ||
// FIXME https://github.com/balderdashy/waterline/issues/630 | ||
sails.log.warn(error); | ||
initializeFixtures(next); | ||
}); | ||
@@ -32,0 +33,0 @@ }); |
{ | ||
"name": "sails-permissions", | ||
"version": "0.10.5", | ||
"version": "0.10.7", | ||
"description": "Comprehensive sails.js user permission/privilege framework that allows granting and restricting access to models and attributes based on object ownership and relationships with other users and roles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35443
980