@kentico/kontent-backup-manager
Advanced tools
Comparing version 1.15.0 to 1.15.1
{ | ||
"name": "@kentico/kontent-backup-manager", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "This utility enables backup & restore of Kentico Kontent projects", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -69,3 +69,4 @@ "use strict"; | ||
// https://github.com/axios/axios/issues/1362 | ||
maxContentLength: 'Infinity' | ||
maxContentLength: 'Infinity', | ||
maxBodyLength: 'Infinity' | ||
} | ||
@@ -72,0 +73,0 @@ }) |
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.15.1](https://github.com/Kentico/kontent-backup-manager-js/compare/v1.15.0...v1.15.1) (2021-03-17) | ||
### Bug Fixes | ||
* sets maxBodyLength as infinity to enable upload of large files ([76ff94c](https://github.com/Kentico/kontent-backup-manager-js/commit/76ff94cb9d213f3524f0fca0168f691736c7cd76)) | ||
## [1.15.0](https://github.com/Kentico/kontent-backup-manager-js/compare/v1.14.0...v1.15.0) (2021-02-24) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@kentico/kontent-backup-manager", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "This utility enables backup & restore of Kentico Kontent projects", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -27,2 +27,3 @@ [![npm version](https://badge.fury.io/js/%40kentico%2Fkontent-backup-manager.svg)](https://badge.fury.io/js/%40kentico%2Fkontent-backup-manager) | ||
| baseUrl | Custom base URL for Management API calls. | | ||
| enablePublish | Indicates if language variants published on the source project are also published on target. Enabled by default | | ||
| exportFilter | Can be used to export only selected data types. Expects CSV of types. For example `contentType,language` will cause backup manager to export only content types & language data. List of data types can be found below. | | ||
@@ -29,0 +30,0 @@ |
@@ -62,3 +62,4 @@ import { HttpService } from '@kentico/kontent-core'; | ||
// https://github.com/axios/axios/issues/1362 | ||
maxContentLength: 'Infinity' as any | ||
maxContentLength: 'Infinity' as any, | ||
maxBodyLength: 'Infinity' as any | ||
} | ||
@@ -65,0 +66,0 @@ }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
361239
5579
170