From a7f7ba62a4a009fbc6db9444017538bedfea7ba8 Mon Sep 17 00:00:00 2001 From: vspedr Date: Thu, 22 Jun 2017 17:13:00 -0300 Subject: [PATCH] publish 1.1.1 --- index.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 508eecf..3fbf29c 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,6 @@ module.exports = class MovileMessaging { // GETs getStatus(id) { const query = qs.stringify({ id }); - console.warn(query); return this.instance.get('/sms-status?' + query); } @@ -29,7 +28,6 @@ module.exports = class MovileMessaging { searchReceived(start, end) { const query = qs.stringify({ start, end }); - console.warn(query); return this.instance.get('/sms/receive/search?' + query); } diff --git a/package.json b/package.json index eb40d2e..5e44556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movile-messaging", - "version": "1.1.0", + "version": "1.1.1", "description": "Simple node.js wrapper for Movile's Messaging API", "repository": "vspedr/movile-messaging", "main": "index.js",