@pelcro/react-pelcro-js 3.41.0 → 3.42.0

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.cjs.js CHANGED
@@ -18610,6 +18610,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
18610
18610
  content: t("messages.sourceCreated")
18611
18611
  }
18612
18612
  });
18613
+ refreshUser();
18613
18614
  onSuccess(res);
18614
18615
  });
18615
18616
  }
package/dist/index.esm.js CHANGED
@@ -18580,6 +18580,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
18580
18580
  content: t("messages.sourceCreated")
18581
18581
  }
18582
18582
  });
18583
+ refreshUser();
18583
18584
  onSuccess(res);
18584
18585
  });
18585
18586
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.41.0",
4
+ "version": "3.42.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",