messaging-api-common
Advanced tools
Comparing version 1.0.0-beta.16 to 1.0.0-beta.23
@@ -14,2 +14,3 @@ "use strict"; | ||
function defaultOnRequest(request) { | ||
debugRequest(`${request.method} - ${request.url}`); | ||
if (request.body) { | ||
@@ -16,0 +17,0 @@ debugRequest('Outgoing request body:'); |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0-beta.16", | ||
"version": "1.0.0-beta.23", | ||
"main": "dist/index.js", | ||
@@ -31,3 +31,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "e0695dde8d2b01d1a068f4086fbd7988bcf9de4c" | ||
"gitHead": "5de733d62d61798bdb1d4b19b363bbe216b324e8" | ||
} |
@@ -14,2 +14,3 @@ import debug from 'debug'; | ||
}): void { | ||
debugRequest(`${request.method} - ${request.url}`); | ||
if (request.body) { | ||
@@ -16,0 +17,0 @@ debugRequest('Outgoing request body:'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137243
390