@tolgee/web 5.13.0 → 5.13.1

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.
@@ -3836,7 +3836,7 @@ function getFallback(value) {
3836
3836
  }
3837
3837
  const defaultFetchFunction = (input, options) => fetch(input, options);
3838
3838
  const createFetchFunction = (fetchFn = defaultFetchFunction) => {
3839
- return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.13.0" }, init === null || init === void 0 ? void 0 : init.headers) }));
3839
+ return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.13.1" }, init === null || init === void 0 ? void 0 : init.headers) }));
3840
3840
  };
3841
3841
 
3842
3842
  const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';
@@ -3842,7 +3842,7 @@
3842
3842
  }
3843
3843
  const defaultFetchFunction = (input, options) => fetch(input, options);
3844
3844
  const createFetchFunction = (fetchFn = defaultFetchFunction) => {
3845
- return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.13.0" }, init === null || init === void 0 ? void 0 : init.headers) }));
3845
+ return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.13.1" }, init === null || init === void 0 ? void 0 : init.headers) }));
3846
3846
  };
3847
3847
 
3848
3848
  const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';