@nkhang1902/strapi-plugin-export-import-clsx 1.3.1 → 1.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nkhang1902/strapi-plugin-export-import-clsx",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A powerful Strapi plugin for exporting and importing data with Excel support and advanced filtering",
5
5
  "main": "./strapi-server.js",
6
6
  "scripts": {
@@ -320,7 +320,7 @@ module.exports = ({ strapi }) => ({
320
320
 
321
321
  cleaned[key] = this.sanitizePrimitive(value, attr, rowIndex, errors, fieldPath);
322
322
  }
323
-
323
+ console.log('cleaned', cleaned)
324
324
  return cleaned;
325
325
  },
326
326