@tolgee/web 5.10.2-prerelease.3fbb14b1.0 → 5.10.2-prerelease.4bd654a9.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.
@@ -2832,7 +2832,7 @@ if (typeof window !== 'undefined' && typeof sessionStorage !== 'undefined') {
2832
2832
  },
2833
2833
  });
2834
2834
  const getTolgeePlugin = async () => {
2835
- const InContextTools = await loadInContextLib("5.10.2-prerelease.3fbb14b1.0" );
2835
+ const InContextTools = await loadInContextLib("5.10.2-prerelease.4bd654a9.0" );
2836
2836
  return (tolgee) => {
2837
2837
  const credentials = getCredentials();
2838
2838
  tolgee.addPlugin(InContextTools({ credentials }));