@adminforth/i18n 2.0.9 → 2.0.10

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
@@ -20,5 +20,5 @@ custom/package.json
20
20
  custom/pnpm-lock.yaml
21
21
  custom/tsconfig.json
22
22
 
23
- sent 44,841 bytes received 305 bytes 90,292.00 bytes/sec
24
- total size is 43,678 speedup is 0.97
23
+ sent 44,846 bytes received 305 bytes 90,302.00 bytes/sec
24
+ total size is 43,683 speedup is 0.97
@@ -63,10 +63,10 @@
63
63
  import 'flag-icon-css/css/flag-icons.min.css';
64
64
  import websocket from '@/websocket';
65
65
  import { useFiltersStore } from '@/stores/filters';
66
- import { useJobInfoStore } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobPlugin.ts';
66
+ import { useBackgroundJobApi } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobApi.ts';
67
67
 
68
68
  const filtersStore = useFiltersStore();
69
- const jobInfoStore = useJobInfoStore();
69
+ const jobInfoStore = useBackgroundJobApi();
70
70
 
71
71
  const { t } = useI18n();
72
72
  const adminforth = useAdminforth();
@@ -63,10 +63,10 @@
63
63
  import 'flag-icon-css/css/flag-icons.min.css';
64
64
  import websocket from '@/websocket';
65
65
  import { useFiltersStore } from '@/stores/filters';
66
- import { useJobInfoStore } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobPlugin.ts';
66
+ import { useBackgroundJobApi } from '@/custom/plugins/BackgroundJobsPlugin/useBackgroundJobApi.ts';
67
67
 
68
68
  const filtersStore = useFiltersStore();
69
- const jobInfoStore = useJobInfoStore();
69
+ const jobInfoStore = useBackgroundJobApi();
70
70
 
71
71
  const { t } = useI18n();
72
72
  const adminforth = useAdminforth();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",