@feedmepos/mf-transaction 0.0.71 → 0.0.72

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,9 @@
1
+ export declare const agentCodeStorage: {
2
+ /**
3
+ * Captures `?agent_code=` from the current url so it survives navigation
4
+ * (e.g. sign in, then land on create business without the query param).
5
+ */
6
+ cacheFromUrl(): void;
7
+ get(): string;
8
+ clear(): void;
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-transaction",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -33,7 +33,7 @@
33
33
  "vue": "^3.5.16",
34
34
  "vue-i18n": "10.0.5",
35
35
  "xlsx": "^0.18.5",
36
- "@feedmepos/mf-common": "^1.29.23"
36
+ "@feedmepos/mf-common": "^1.29.29"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@casl/ability": "^3.4.0",