listpage-next-nest 0.0.250 → 0.0.251

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
@@ -979,7 +979,7 @@ class MinioService {
979
979
  'gltf'
980
980
  ].includes(ext || '')) type = 'model';
981
981
  const url = `${this.options.endpoint}/${this.options.bucketName}/${key}`;
982
- const preview = `${this.options.previewEndpoint}/${this.options.prefix}/objects/download?prefix=${key}?preview=true`;
982
+ const preview = `${this.options.previewEndpoint}/${this.options.prefix}/objects/download?prefix=${key}&preview=true`;
983
983
  const name = key.split('/').pop() || key;
984
984
  assets.push({
985
985
  id: key,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage-next-nest",
3
- "version": "0.0.250",
3
+ "version": "0.0.251",
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",