@feedmepos/mf-mdm 1.9.2-beta.315 → 1.9.2-beta.317

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.
@@ -3444,7 +3444,7 @@ function ss(e) {
3444
3444
  }
3445
3445
  };
3446
3446
  }
3447
- const As = ss(pe(() => import("./DeviceList-685b2f7b.js"))), is = [
3447
+ const As = ss(pe(() => import("./DeviceList-4aa3cfba.js"))), is = [
3448
3448
  {
3449
3449
  path: "/",
3450
3450
  name: "$devices",
@@ -3465,7 +3465,7 @@ const As = ss(pe(() => import("./DeviceList-685b2f7b.js"))), is = [
3465
3465
  "zh-CN": vt,
3466
3466
  "th-TH": pt,
3467
3467
  "zh-Hant": Ct
3468
- }, ls = pe(() => import("./App-011a5e26.js"));
3468
+ }, ls = pe(() => import("./App-54b6e7b1.js"));
3469
3469
  export {
3470
3470
  Fr as A,
3471
3471
  ls as F,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { F as m, i as t, r as a } from "./app-caf42814.js";
2
+ import { F as m, i as t, r as a } from "./app-bfe63693.js";
3
3
  import "vue-router";
4
4
  import "@feedmepos/mf-common";
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  var Ku = Object.defineProperty;
2
2
  var qu = (e, n, t) => n in e ? Ku(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
3
  var Xr = (e, n, t) => (qu(e, typeof n != "symbol" ? n + "" : n, t), t);
4
- import { c as ee } from "./app-caf42814.js";
4
+ import { c as ee } from "./app-bfe63693.js";
5
5
  import { baseClientInstance as $i, useCoreStore as Ji } from "@feedmepos/mf-common";
6
6
  import { defineStore as Wu } from "pinia";
7
7
  import { ref as Xi, readonly as Ta } from "vue";
@@ -11407,7 +11407,8 @@ c.object({
11407
11407
  tagPrefix: c.string(),
11408
11408
  description: c.string().optional(),
11409
11409
  appStoreLink: c.string().optional(),
11410
- env: xh.optional()
11410
+ env: xh.optional(),
11411
+ tags: c.array(c.string()).optional()
11411
11412
  });
11412
11413
  c.object({
11413
11414
  bundleId: c.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-mdm",
3
- "version": "1.9.2-beta.315",
3
+ "version": "1.9.2-beta.317",
4
4
  "files": [
5
5
  "dist"
6
6
  ],