Comparing version 1.0.6 to 1.0.7
@@ -454,3 +454,3 @@ 'use strict'; | ||
this.send(Object.assign({}, req, { method: 'GET', url: url })); | ||
return this.send(Object.assign({}, req, { method: 'GET', url: url })); | ||
}; | ||
@@ -461,3 +461,3 @@ | ||
this.send(Object.assign({}, req, { method: 'POST', url: url, body: body })); | ||
return this.send(Object.assign({}, req, { method: 'POST', url: url, body: body })); | ||
}; | ||
@@ -468,3 +468,3 @@ | ||
this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body })); | ||
return this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body })); | ||
}; | ||
@@ -475,3 +475,3 @@ | ||
this.send(Object.assign({}, req, { method: 'DELETE', url: url })); | ||
return this.send(Object.assign({}, req, { method: 'DELETE', url: url })); | ||
}; | ||
@@ -478,0 +478,0 @@ |
@@ -450,3 +450,3 @@ /** | ||
this.send(Object.assign({}, req, { method: 'GET', url: url })); | ||
return this.send(Object.assign({}, req, { method: 'GET', url: url })); | ||
}; | ||
@@ -457,3 +457,3 @@ | ||
this.send(Object.assign({}, req, { method: 'POST', url: url, body: body })); | ||
return this.send(Object.assign({}, req, { method: 'POST', url: url, body: body })); | ||
}; | ||
@@ -464,3 +464,3 @@ | ||
this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body })); | ||
return this.send(Object.assign({}, req, { method: 'PUT', url: url, body: body })); | ||
}; | ||
@@ -471,3 +471,3 @@ | ||
this.send(Object.assign({}, req, { method: 'DELETE', url: url })); | ||
return this.send(Object.assign({}, req, { method: 'DELETE', url: url })); | ||
}; | ||
@@ -474,0 +474,0 @@ |
{ | ||
"name": "portals", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An XHR/Ajax library with sugar for single page applications.", | ||
@@ -5,0 +5,0 @@ "main": "dist/portals-cjs.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
68273