@mx-cartographer/experiences 6.26.10 → 6.26.11-alpha.sms1

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/dist/index.es.js CHANGED
@@ -24633,6 +24633,7 @@ class $0 {
24633
24633
  return this.appData.user_profile;
24634
24634
  }
24635
24635
  loadAppData = async (n) => {
24636
+ console.log("appDataOverrides in exp", n);
24636
24637
  try {
24637
24638
  const i = n || await this.api.getAppData();
24638
24639
  J(() => {
@@ -24803,7 +24804,7 @@ class mT {
24803
24804
  transactions: c,
24804
24805
  userFeatures: l
24805
24806
  } = {}) => {
24806
- await Promise.all([
24807
+ console.log("appData from exp", i), await Promise.all([
24807
24808
  // Load copy, config and quser data
24808
24809
  this.copyStore.loadCopy(),
24809
24810
  this.appDataStore.loadAppData(i),