@mx-cartographer/experiences 7.2.15-alpha.sms32 → 7.2.15-alpha.sms33

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.
@@ -1219,7 +1219,7 @@ class ts {
1219
1219
  getTransactionStoreSnapshot = () => this.transactionStore;
1220
1220
  // emits change triggered in the autorun
1221
1221
  emitChange = (t) => {
1222
- this.onStoreUpdate?.(t);
1222
+ console.log("emitted change", t), this.onStoreUpdate?.(t);
1223
1223
  };
1224
1224
  loadData = async ({
1225
1225
  accounts: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.2.15-alpha.sms32",
3
+ "version": "7.2.15-alpha.sms33",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",