@adminforth/upload 1.1.0 → 1.1.1-next.1

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/build.log CHANGED
@@ -11,5 +11,5 @@ custom/preview.vue
11
11
  custom/tsconfig.json
12
12
  custom/uploader.vue
13
13
 
14
- sent 37,773 bytes received 134 bytes 75,814.00 bytes/sec
14
+ sent 37,780 bytes received 134 bytes 75,828.00 bytes/sec
15
15
  total size is 37,291 speedup is 0.98
package/dist/index.js CHANGED
@@ -149,7 +149,7 @@ getBucketLifecycleConfiguration on bucket ${this.options.s3Bucket} in region ${t
149
149
  list: false,
150
150
  show: false,
151
151
  filter: false,
152
- }
152
+ },
153
153
  };
154
154
  if (!resourceConfig.columns[pathColumnIndex].components) {
155
155
  resourceConfig.columns[pathColumnIndex].components = {};
package/index.ts CHANGED
@@ -150,7 +150,7 @@ getBucketLifecycleConfiguration on bucket ${this.options.s3Bucket} in region ${t
150
150
  list: false,
151
151
  show: false,
152
152
  filter: false,
153
- }
153
+ },
154
154
  };
155
155
 
156
156
  if (!resourceConfig.columns[pathColumnIndex].components) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-next.1",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",