derby-templates
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -478,2 +478,6 @@ var saddle = require('saddle'); | ||
AsObject.prototype.type = 'AsObject'; | ||
AsObject.prototype.serialize = function() { | ||
var segments = this.segments.concat(this.lastSegment); | ||
return serializeObject.instance(this, segments, this.keyExpression); | ||
}; | ||
AsObject.prototype.emit = function(context, target) { | ||
@@ -480,0 +484,0 @@ var node = traverseAndCreate(context.controller, this.segments); |
{ | ||
"name": "derby-templates", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
54121
1463