@adminforth/bulk-ai-flow 1.9.0 → 1.9.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/package-lock.json
11
11
  custom/package.json
12
12
  custom/tsconfig.json
13
13
 
14
- sent 184,984 bytes received 134 bytes 370,236.00 bytes/sec
15
- total size is 184,451 speedup is 1.00
14
+ sent 184,983 bytes received 134 bytes 370,234.00 bytes/sec
15
+ total size is 184,450 speedup is 1.00
@@ -53,7 +53,6 @@ import { useI18n } from 'vue-i18n';
53
53
  import { AdminUser, type AdminForthResourceCommon } from '@/types';
54
54
 
55
55
  const { t } = useI18n();
56
-
57
56
  const props = defineProps<{
58
57
  checkboxes: any,
59
58
  meta: any,
@@ -53,7 +53,6 @@ import { useI18n } from 'vue-i18n';
53
53
  import { AdminUser, type AdminForthResourceCommon } from '@/types';
54
54
 
55
55
  const { t } = useI18n();
56
-
57
56
  const props = defineProps<{
58
57
  checkboxes: any,
59
58
  meta: any,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },