listpage-next-nest 0.0.248 → 0.0.249

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/dist/cjs/index.js CHANGED
@@ -1039,7 +1039,7 @@ class MinioService {
1039
1039
  async uploadMulterFile(file, folderId) {
1040
1040
  const prefix = folderId || '';
1041
1041
  const cleanName = file.originalname.replace(/[^a-zA-Z0-9.-]/g, '_');
1042
- const key = `${prefix}${Date.now()}-${cleanName}`;
1042
+ const key = `${prefix}${cleanName}`;
1043
1043
  const s3 = this.getClient();
1044
1044
  const command = new client_s3_namespaceObject.PutObjectCommand({
1045
1045
  Bucket: this.options.bucketName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage-next-nest",
3
- "version": "0.0.248",
3
+ "version": "0.0.249",
4
4
  "description": "A React component library for creating filter forms with Ant Design",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",