@aurispec/core-backend 1.0.90 → 1.0.91

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.
@@ -149,7 +149,7 @@ exports.CONFIGS = {
149
149
  },
150
150
  UPLOAD: {
151
151
  IMAGE: {
152
- MAX_FILE_SIZE: 2 * 1024 * 1024, // 2MB in bytes
152
+ MAX_FILE_SIZE: 10 * 1024 * 1024, // 10MB in bytes
153
153
  ALLOWED_FILE_TYPES: [
154
154
  "image/jpeg",
155
155
  "image/png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurispec/core-backend",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Auri spectrum's backend core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",