@tolgee/web 5.9.2-prerelease.41828ff8.0 → 5.9.2-prerelease.ce0c7097.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.
@@ -2788,7 +2788,7 @@ if (typeof window !== 'undefined' && typeof sessionStorage !== 'undefined') {
2788
2788
  },
2789
2789
  });
2790
2790
  const getTolgeePlugin = async () => {
2791
- const InContextTools = await loadInContextLib("5.9.2-prerelease.41828ff8.0" );
2791
+ const InContextTools = await loadInContextLib("5.9.2-prerelease.ce0c7097.0" );
2792
2792
  return (tolgee) => {
2793
2793
  const credentials = getCredentials();
2794
2794
  tolgee.addPlugin(InContextTools({ credentials }));