whatsapp-business
Advanced tools
Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "whatsapp-business", | ||
"author": "MarcosNicolau", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Node.js connector for the WhatsApp Business APIs with TypeScript support, integration tests and more.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -77,3 +77,3 @@ "use strict"; | ||
apiToken: apiToken, | ||
baseURL: "https://graph.facebook.com/v13.0", | ||
baseURL: "https://graph.facebook.com/v15.0", | ||
errorHandler: function (error) { var _a; return (0, errorHandler_1.WABAErrorHandler)(((_a = error === null || error === void 0 ? void 0 : error.response) === null || _a === void 0 ? void 0 : _a.data) || error); }, | ||
@@ -80,0 +80,0 @@ }); |
{ | ||
"name": "whatsapp-business", | ||
"author": "MarcosNicolau", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Node.js connector for the WhatsApp Business APIs with TypeScript support, integration tests and more.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
82732