Comparing version 4.1.5 to 4.1.6
# Change Log | ||
## [4.1.6](https://github.com/plivo/plivo-node/releases/tag/v4.1.6)(2019-11-14) | ||
- Fix list APIs to return meta in response. | ||
## [4.1.5](https://github.com/plivo/plivo-node/releases/tag/v4.1.5)(2019-11-13) | ||
@@ -4,0 +7,0 @@ - Add GetInput XML support |
@@ -142,3 +142,3 @@ 'use strict'; | ||
var objects = []; | ||
Object.defineProperty(objects, 'meta', { value: response.body.meta }); | ||
Object.defineProperty(objects, 'meta', { value: response.body.meta, enumerable: true }); | ||
response.body.objects.forEach(function (item) { | ||
@@ -145,0 +145,0 @@ objects.push(new Klass(client, item)); |
{ | ||
"name": "plivo", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"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", |
244488