Comparing version 0.13.14 to 0.13.15
@@ -373,3 +373,3 @@ "use strict"; | ||
return this.REST.request(options, this.HttpStatus.NO_CONTENT, true); | ||
return this.REST.request(options, this.HttpStatus.CREATED, true); | ||
} | ||
@@ -397,3 +397,3 @@ | ||
return this.REST.request(options, this.HttpStatus.NO_CONTENT, true); | ||
return this.REST.request(options, this.HttpStatus.CREATED, true); | ||
} | ||
@@ -449,3 +449,3 @@ | ||
return this.REST.request(options, this.HttpStatus.NO_CONTENT, true); | ||
return this.REST.request(options, this.HttpStatus.CREATED, true); | ||
} | ||
@@ -473,3 +473,3 @@ | ||
return this.REST.request(options, this.HttpStatus.NO_CONTENT, true); | ||
return this.REST.request(options, this.HttpStatus.CREATED, true); | ||
} | ||
@@ -476,0 +476,0 @@ |
{ | ||
"name": "cf-client", | ||
"version": "0.13.14", | ||
"version": "0.13.15", | ||
"description": "A Cloud Foundry Client for Node.js", | ||
@@ -5,0 +5,0 @@ "author": "Juan Antonio Breña Moral <bren@juanantonio.info>", |
123920