@adminforth/bulk-ai-flow 1.23.12 → 1.23.13

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
@@ -14,5 +14,5 @@ custom/package.json
14
14
  custom/pnpm-lock.yaml
15
15
  custom/tsconfig.json
16
16
 
17
- sent 111,811 bytes received 191 bytes 224,004.00 bytes/sec
18
- total size is 111,107 speedup is 0.99
17
+ sent 111,824 bytes received 191 bytes 224,030.00 bytes/sec
18
+ total size is 111,108 speedup is 0.99
@@ -199,6 +199,7 @@
199
199
  </Dialog>
200
200
  </template>
201
201
 
202
+
202
203
  <script lang="ts" setup>
203
204
  import { callAdminForthApi } from '@/utils';
204
205
  import { ref, computed, nextTick } from 'vue'
@@ -199,6 +199,7 @@
199
199
  </Dialog>
200
200
  </template>
201
201
 
202
+
202
203
  <script lang="ts" setup>
203
204
  import { callAdminForthApi } from '@/utils';
204
205
  import { ref, computed, nextTick } from 'vue'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.23.12",
3
+ "version": "1.23.13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },