contentful-export 8.1.0 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -113,7 +113,9 @@ function runContentfulExport(params) {
113
113
  task: ctx => {
114
114
  return _bfj.default.write(options.logFilePath, ctx.data, {
115
115
  circular: 'ignore',
116
- space: 2
116
+ space: 2,
117
+ bufferLength: 1024,
118
+ yieldRate: 16384
117
119
  });
118
120
  }
119
121
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-export",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "this tool allows you to export a space to a JSON dump",
5
5
  "main": "dist/index.js",
6
6
  "types": "types.d.ts",
@@ -51,7 +51,7 @@
51
51
  "cli-table3": "^0.6.0",
52
52
  "contentful": "^11.5.10",
53
53
  "contentful-batch-libs": "^12.0.0",
54
- "contentful-management": "^12.2.0",
54
+ "contentful-management": "^12.10.0",
55
55
  "date-fns": "^4.1.0",
56
56
  "figures": "^3.2.0",
57
57
  "jsonwebtoken": "^9.0.0",