@feedmepos/mf-common 1.12.6 → 1.13.0-beta.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.
@@ -0,0 +1,12 @@
1
+ export declare const businessStorage: {
2
+ getBusinessId: () => string | null;
3
+ setBusinessId: (businessId: string) => void;
4
+ getRestaurantId: () => string | null;
5
+ setRestaurantId: (restaurantId: string) => void;
6
+ getCountry: () => string | null;
7
+ setCountry: (country: string) => void;
8
+ clearBusinessId: () => void;
9
+ clearCountry: () => void;
10
+ clearRestaurantId: () => void;
11
+ };
12
+ //# sourceMappingURL=businessStorage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"businessStorage.d.ts","sourceRoot":"","sources":["../../../src/utils/businessStorage.ts"],"names":[],"mappings":"AAiCA,eAAO,MAAM,eAAe;;gCAIE,MAAM;;oCAOF,MAAM;;0BAOhB,MAAM;;;;CAgB7B,CAAA"}
@@ -3141,7 +3141,7 @@ class mt {
3141
3141
  u.append(h, c);
3142
3142
  return u;
3143
3143
  }
3144
- const { toFormData: a } = await import("./multipart-parser-7d335fe8.js");
3144
+ const { toFormData: a } = await import("./multipart-parser-7e58ae65.js");
3145
3145
  return a(this.body, n);
3146
3146
  }
3147
3147
  /**
@@ -3882,7 +3882,7 @@ const us = "@feedmepos/mf-", Ps = async (i, { command: n, mode: a }, u = {}) =>
3882
3882
  "@feedmepos/ui-library": "https://cdn.jsdelivr.net/npm/@feedmepos/ui-library@latest/dist/feedmepos-ui-library.js"
3883
3883
  }, T = {
3884
3884
  "@vue/devtools-api": "6.5.0/lib/esm/index.js",
3885
- vue: "3.4.27/dist/vue.esm-browser.prod.min.js",
3885
+ vue: "3.5.13/dist/vue.esm-browser.prod.min.js",
3886
3886
  "vue-router": "4.2.5/dist/vue-router.esm-browser.min.js",
3887
3887
  pinia: "2.1.7/+esm"
3888
3888
  };
@@ -1,6 +1,6 @@
1
1
  import "path";
2
2
  import "fs";
3
- import { f as b } from "./vite-preset-075cc257.js";
3
+ import { f as b } from "./vite-preset-587607ca.js";
4
4
  import "node:http";
5
5
  import "node:https";
6
6
  import "node:zlib";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.12.6",
3
+ "version": "1.13.0-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,7 +27,7 @@
27
27
  "firebase": "^10.12.2",
28
28
  "libphonenumber-js": "^1.11.1",
29
29
  "pinia": "^2.1.6",
30
- "vue": "^3.4.27",
30
+ "vue": "^3.5.13",
31
31
  "vue-router": "^4.2.5",
32
32
  "@casl/ability": "^3.2.0"
33
33
  },