Comparing version 0.2.8 to 0.2.9
@@ -218,3 +218,3 @@ class Masker { | ||
if (this._isClass(Type)) { | ||
subprops = props[prop].prototype.props; | ||
subprops = Type.prototype.props; | ||
} | ||
@@ -221,0 +221,0 @@ cover[prop] = this._toAntiObjectSchema(schema[prop], subprops); |
{ | ||
"name": "carnaval", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
119629