@tolgee/web 5.11.1-prerelease.cb4bc75b.0 → 5.11.1-prerelease.ebb7c0c6.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.
@@ -2838,7 +2838,7 @@ if (typeof window !== 'undefined' && typeof sessionStorage !== 'undefined') {
2838
2838
  },
2839
2839
  });
2840
2840
  const getTolgeePlugin = async () => {
2841
- const InContextTools = await loadInContextLib("5.11.1-prerelease.cb4bc75b.0" );
2841
+ const InContextTools = await loadInContextLib("5.11.1-prerelease.ebb7c0c6.0" );
2842
2842
  return (tolgee) => {
2843
2843
  const credentials = getCredentials();
2844
2844
  tolgee.addPlugin(InContextTools({ credentials }));