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