@adminforth/upload 2.15.16 → 2.15.17

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
@@ -12,5 +12,5 @@ custom/preview.vue
12
12
  custom/tsconfig.json
13
13
  custom/uploader.vue
14
14
 
15
- sent 66,735 bytes received 153 bytes 133,776.00 bytes/sec
16
- total size is 66,181 speedup is 0.99
15
+ sent 66,655 bytes received 153 bytes 133,616.00 bytes/sec
16
+ total size is 66,101 speedup is 0.99
@@ -206,8 +206,6 @@ import { callAdminForthApi } from '@/utils';
206
206
  import { useI18n } from 'vue-i18n';
207
207
  import adminforth from '@/adminforth';
208
208
  import { ProgressBar, Button } from '@/afcl';
209
- import * as Handlebars from 'handlebars';
210
- import { ProgressBar } from '@/afcl';
211
209
  import { IconCloseOutline } from '@iconify-prerendered/vue-flowbite';
212
210
  import { Tooltip, Skeleton, Spinner } from '@/afcl'
213
211
  import { useRoute } from 'vue-router';
@@ -206,8 +206,6 @@ import { callAdminForthApi } from '@/utils';
206
206
  import { useI18n } from 'vue-i18n';
207
207
  import adminforth from '@/adminforth';
208
208
  import { ProgressBar, Button } from '@/afcl';
209
- import * as Handlebars from 'handlebars';
210
- import { ProgressBar } from '@/afcl';
211
209
  import { IconCloseOutline } from '@iconify-prerendered/vue-flowbite';
212
210
  import { Tooltip, Skeleton, Spinner } from '@/afcl'
213
211
  import { useRoute } from 'vue-router';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "2.15.16",
3
+ "version": "2.15.17",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",