Comparing version 2.0.17 to 2.0.18
@@ -27,6 +27,6 @@ "use strict"; | ||
// TODO: Enhance this to use Function instead. | ||
jsonLimit: '5mb', | ||
textLimit: '5mb', | ||
xmlLimit: '5mb', | ||
formLimit: '5mb', | ||
jsonLimit: '10mb', | ||
textLimit: '10mb', | ||
xmlLimit: '10mb', | ||
formLimit: '10mb', | ||
})); | ||
@@ -33,0 +33,0 @@ // automatically create the required instances. |
@@ -22,6 +22,6 @@ import bodyParser from 'koa-bodyparser'; | ||
// TODO: Enhance this to use Function instead. | ||
jsonLimit: '5mb', | ||
textLimit: '5mb', | ||
xmlLimit: '5mb', | ||
formLimit: '5mb', | ||
jsonLimit: '10mb', | ||
textLimit: '10mb', | ||
xmlLimit: '10mb', | ||
formLimit: '10mb', | ||
})); | ||
@@ -28,0 +28,0 @@ // automatically create the required instances. |
{ | ||
"name": "kobp", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"description": "Koa Boilerplate with MikroORM", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/src/index.js", |
@@ -33,6 +33,6 @@ import type { KobpCustomization } from '../bootstrap' | ||
// TODO: Enhance this to use Function instead. | ||
jsonLimit: '5mb', | ||
textLimit: '5mb', | ||
xmlLimit: '5mb', | ||
formLimit: '5mb', | ||
jsonLimit: '10mb', | ||
textLimit: '10mb', | ||
xmlLimit: '10mb', | ||
formLimit: '10mb', | ||
})) | ||
@@ -39,0 +39,0 @@ // automatically create the required instances. |
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
Sorry, the diff of this file is not supported yet
292048