Skip to content

Commit f17a345

Browse files
leomp12claude
andcommitted
fix(tiny-erp): Increase memory and improve product import with images
Increase webhook function memory from 256MB to 512MB to handle multiple image uploads. Add debug logging for image processing and improve code quality with better typings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f3436f2 commit f17a345

File tree

53 files changed

+163
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+163
-158
lines changed

ecomplus-stores/barradoce

ecomplus-stores/casamor

ecomplus-stores/efacini

ecomplus-stores/ladofit

ecomplus-stores/ladorosa

ecomplus-stores/tiasonia

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/api",
33
"type": "module",
4-
"version": "2.51.0",
4+
"version": "2.51.1",
55
"description": "e-com.plus Cloud Commerce APIs client/adapter",
66
"main": "lib/api.js",
77
"types": "lib/api.d.ts",

packages/apps/affiliate-program/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/app-affiliate-program",
33
"type": "module",
4-
"version": "2.51.0",
4+
"version": "2.51.1",
55
"description": "e-com.plus Cloud Commerce app for simple affiliate program",
66
"main": "lib/index.js",
77
"files": [

packages/apps/appmax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/app-appmax",
33
"type": "module",
4-
"version": "2.51.0",
4+
"version": "2.51.1",
55
"description": "e-com.plus Cloud Commerce app to integrate Appmax",
66
"main": "lib/appmax.js",
77
"exports": {

packages/apps/asaas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/app-asaas",
33
"type": "module",
4-
"version": "2.51.0",
4+
"version": "2.51.1",
55
"description": "e-com.plus Cloud Commerce app to integrate Asaas",
66
"main": "lib/asaas.js",
77
"exports": {

0 commit comments

Comments
 (0)