Comparing version 4.5.1 to 4.5.2
# Change Log | ||
## [4.5.2](https://github.com/plivo/plivo-node/releases/tag/v4.5.2)(2020-04-28) | ||
- Fix List Conferences API response. | ||
## [4.5.1](https://github.com/plivo/plivo-node/releases/tag/v4.5.1)(2020-04-13) | ||
@@ -4,0 +7,0 @@ - Fix Cannot read property 'hasOwnProperty' of undefined error. |
@@ -392,3 +392,3 @@ 'use strict'; | ||
}); | ||
resolve(conferences); | ||
resolve(response.body); | ||
}).catch(function (error) { | ||
@@ -395,0 +395,0 @@ reject(error); |
{ | ||
"name": "plivo", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/plivo/plivo-node", |
285698