@tolgee/web 5.15.0 → 5.16.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.
- package/dist/tolgee-in-context-tools.cjs.js +1 -1
- package/dist/tolgee-in-context-tools.cjs.min.js +1 -1
- package/dist/tolgee-in-context-tools.esm.js +1 -1
- package/dist/tolgee-in-context-tools.esm.min.js +1 -1
- package/dist/tolgee-in-context-tools.esm.min.mjs +1 -1
- package/dist/tolgee-in-context-tools.esm.mjs +1 -1
- package/dist/tolgee-in-context-tools.umd.js +1 -1
- package/dist/tolgee-in-context-tools.umd.min.js +1 -1
- package/dist/tolgee-web.development.cjs.js +2 -2
- package/dist/tolgee-web.development.cjs.min.js +1 -1
- package/dist/tolgee-web.development.esm.js +2 -2
- package/dist/tolgee-web.development.esm.min.js +1 -1
- package/dist/tolgee-web.development.esm.min.mjs +1 -1
- package/dist/tolgee-web.development.esm.mjs +2 -2
- package/dist/tolgee-web.development.umd.js +2 -2
- package/dist/tolgee-web.development.umd.min.js +1 -1
- package/dist/tolgee-web.production.cjs.js +2 -2
- package/dist/tolgee-web.production.cjs.min.js +1 -1
- package/dist/tolgee-web.production.esm.js +2 -2
- package/dist/tolgee-web.production.esm.min.js +1 -1
- package/dist/tolgee-web.production.esm.min.mjs +1 -1
- package/dist/tolgee-web.production.esm.mjs +2 -2
- package/dist/tolgee-web.production.umd.js +2 -2
- package/dist/tolgee-web.production.umd.min.js +1 -1
- package/package.json +6 -9
- package/tools/package.json +1 -2
|
@@ -3838,7 +3838,7 @@ function getFallback(value) {
|
|
|
3838
3838
|
}
|
|
3839
3839
|
const defaultFetchFunction = (input, options) => fetch(input, options);
|
|
3840
3840
|
const createFetchFunction = (fetchFn = defaultFetchFunction) => {
|
|
3841
|
-
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.
|
|
3841
|
+
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.16.0" }, init === null || init === void 0 ? void 0 : init.headers) }));
|
|
3842
3842
|
};
|
|
3843
3843
|
|
|
3844
3844
|
const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
}
|
|
3845
3845
|
const defaultFetchFunction = (input, options) => fetch(input, options);
|
|
3846
3846
|
const createFetchFunction = (fetchFn = defaultFetchFunction) => {
|
|
3847
|
-
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.
|
|
3847
|
+
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.16.0" }, init === null || init === void 0 ? void 0 : init.headers) }));
|
|
3848
3848
|
};
|
|
3849
3849
|
|
|
3850
3850
|
const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';
|