@tolgee/web 5.19.4 → 5.19.5

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.19.4" }, 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.19.5" }, init === null || init === void 0 ? void 0 : init.headers) }));
78
78
  };
79
79
 
80
80
  function EventEmitter(isActive) {
@@ -3005,7 +3005,7 @@ if (sessionStorageAvailable()) {
3005
3005
  },
3006
3006
  });
3007
3007
  const getTolgeePlugin = async () => {
3008
- const InContextTools = await loadInContextLib("5.19.4" );
3008
+ const InContextTools = await loadInContextLib("5.19.5" );
3009
3009
  return (tolgee) => {
3010
3010
  const credentials = getCredentials();
3011
3011
  tolgee.addPlugin(InContextTools({ credentials }));