Comparing version 0.0.32 to 0.0.33
@@ -226,6 +226,6 @@ // Generated by CoffeeScript 1.6.2 | ||
} else { | ||
return _this._request({ | ||
return _this._request(_this._buildRequestInfo({ | ||
method: "PUT", | ||
body: _this._toObject(_this._update) | ||
}, next); | ||
}), next); | ||
} | ||
@@ -240,2 +240,12 @@ })); | ||
LinenModel.prototype._buildRequestInfo = function(data) { | ||
var _base; | ||
return (typeof (_base = this.builder).buildRequestInfo === "function" ? _base.buildRequestInfo(data, this) : void 0) || data; | ||
}; | ||
/* | ||
*/ | ||
LinenModel.prototype.remove = function(next) { | ||
@@ -242,0 +252,0 @@ var _this = this; |
{ | ||
"name": "linen", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "```javascript", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "mocha --reporter min --ignore-leaks --timeout 500" | ||
"test": "mocha --reporter min --ignore-leaks --timeout 500; karma start" | ||
}, | ||
@@ -38,2 +38,2 @@ "repository": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
52510
20
1156