viewmodel
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -224,5 +224,4 @@ var cradle = require('cradle') | ||
var res = self.fromObject(obj); | ||
res.id = ident; | ||
res._id = ident; | ||
var res = { id: ident, _id: ident }; | ||
res = _.extend(res, self.fromObject(obj)); | ||
res._revision = res.revision; | ||
@@ -229,0 +228,0 @@ delete res.revision; |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"private": false, | ||
@@ -6,0 +6,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
82130
1815