monti-apm-core
Advanced tools
Comparing version 1.7.2 to 1.7.3
# Change Log | ||
## 1.7.3 | ||
July 28, 2021 | ||
* Increase maximum body size | ||
## 1.7.2 | ||
@@ -4,0 +9,0 @@ March 24, 2021 |
@@ -191,3 +191,5 @@ 'use strict'; | ||
(0, _axios2.default)(_extends({ | ||
url: url | ||
url: url, | ||
// Axios defaults to 10mb. Increases limit to 100mb. | ||
maxBodyLength: 100 * 1024 * 1024 | ||
}, params, { | ||
@@ -194,0 +196,0 @@ method: params.method || 'POST' |
{ | ||
"name": "monti-apm-core", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Monti APM Core API", | ||
@@ -5,0 +5,0 @@ "main": "./dist/", |
16685
347