@tolgee/web 5.9.10 → 5.9.11

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.
@@ -2784,7 +2784,7 @@ if (typeof window !== 'undefined' && typeof sessionStorage !== 'undefined') {
2784
2784
  },
2785
2785
  });
2786
2786
  const getTolgeePlugin = async () => {
2787
- const InContextTools = await loadInContextLib("5.9.10" );
2787
+ const InContextTools = await loadInContextLib("5.9.11" );
2788
2788
  return (tolgee) => {
2789
2789
  const credentials = getCredentials();
2790
2790
  tolgee.addPlugin(InContextTools({ credentials }));
@@ -2790,7 +2790,7 @@
2790
2790
  },
2791
2791
  });
2792
2792
  const getTolgeePlugin = async () => {
2793
- const InContextTools = await loadInContextLib("5.9.10" );
2793
+ const InContextTools = await loadInContextLib("5.9.11" );
2794
2794
  return (tolgee) => {
2795
2795
  const credentials = getCredentials();
2796
2796
  tolgee.addPlugin(InContextTools({ credentials }));