@mx-cartographer/experiences 7.13.11 → 7.13.12
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/CHANGELOG.md
CHANGED
|
@@ -204,7 +204,7 @@ class E {
|
|
|
204
204
|
};
|
|
205
205
|
refreshMembers = async () => {
|
|
206
206
|
try {
|
|
207
|
-
await this.api.refreshAllMembers()
|
|
207
|
+
await this.api.refreshAllMembers();
|
|
208
208
|
} catch (t) {
|
|
209
209
|
console.error(`Error occurredwhile refreshing members: ${t}`);
|
|
210
210
|
}
|
|
@@ -66,7 +66,7 @@ import { L as o1 } from "../Loader-D3rjKx72.mjs";
|
|
|
66
66
|
import { W as r3 } from "../WidgetContainer-B7xDq2bM.mjs";
|
|
67
67
|
import { M as v1 } from "../MiniWidgetContainer-xLWSV6Wz.mjs";
|
|
68
68
|
import { A as l4 } from "../AccountApi-ChQr5PAZ.mjs";
|
|
69
|
-
import { A as d4 } from "../AccountStore-
|
|
69
|
+
import { A as d4 } from "../AccountStore-DpYvNnql.mjs";
|
|
70
70
|
const d3 = (t, o) => {
|
|
71
71
|
const n = _1.includes(o) ? w1(t) : [], i = L1.includes(o) ? R1(t) : [], c = f1.includes(o) ? S1(t) : [];
|
|
72
72
|
return [n, i, c].filter((l) => l.length > 0);
|
package/dist/common/index.es.js
CHANGED
|
@@ -59,7 +59,7 @@ import { u as fo } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
|
59
59
|
import { useRef as J, useEffect as tt } from "react";
|
|
60
60
|
import { u as yo } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
61
61
|
import { makeAutoObservable as l, runInAction as h, reaction as L, autorun as et } from "mobx";
|
|
62
|
-
import { A as st } from "../AccountStore-
|
|
62
|
+
import { A as st } from "../AccountStore-DpYvNnql.mjs";
|
|
63
63
|
import rt from "posthog-js";
|
|
64
64
|
import { B as ot } from "../BeatStore-C6CAT-ce.mjs";
|
|
65
65
|
import { endOfMonth as O } from "date-fns/endOfMonth";
|
|
@@ -1035,6 +1035,7 @@ class Ee {
|
|
|
1035
1035
|
// Load copy, config and user data
|
|
1036
1036
|
this.copyStore.loadCopy(),
|
|
1037
1037
|
this.appDataStore.loadAppData(),
|
|
1038
|
+
this.accountStore.refreshMembers(),
|
|
1038
1039
|
this.userStore.loadUserFeatures()
|
|
1039
1040
|
]);
|
|
1040
1041
|
};
|