@tolgee/web 5.16.1 → 5.16.3

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.
@@ -74,7 +74,7 @@ function getErrorMessage(error) {
74
74
  }
75
75
  const defaultFetchFunction = (input, options) => fetch(input, options);
76
76
  const createFetchFunction = (fetchFn = defaultFetchFunction) => {
77
- return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.16.1" }, init === null || init === void 0 ? void 0 : init.headers) }));
77
+ return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.16.3" }, init === null || init === void 0 ? void 0 : init.headers) }));
78
78
  };
79
79
 
80
80
  function EventEmitter(isActive) {
@@ -2920,7 +2920,7 @@ if (sessionStorageAvailable()) {
2920
2920
  },
2921
2921
  });
2922
2922
  const getTolgeePlugin = async () => {
2923
- const InContextTools = await loadInContextLib("5.16.1" );
2923
+ const InContextTools = await loadInContextLib("5.16.3" );
2924
2924
  return (tolgee) => {
2925
2925
  const credentials = getCredentials();
2926
2926
  tolgee.addPlugin(InContextTools({ credentials }));