@tolgee/web 5.19.1 → 5.19.2
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 +3 -3
|
@@ -70,7 +70,7 @@ function getErrorMessage(error) {
|
|
|
70
70
|
}
|
|
71
71
|
const defaultFetchFunction = (input, options) => fetch(input, options);
|
|
72
72
|
const createFetchFunction = (fetchFn = defaultFetchFunction) => {
|
|
73
|
-
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.19.
|
|
73
|
+
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.19.2" }, init === null || init === void 0 ? void 0 : init.headers) }));
|
|
74
74
|
};
|
|
75
75
|
|
|
76
76
|
function EventEmitter(isActive) {
|
|
@@ -2917,7 +2917,7 @@ if (sessionStorageAvailable()) {
|
|
|
2917
2917
|
},
|
|
2918
2918
|
});
|
|
2919
2919
|
const getTolgeePlugin = async () => {
|
|
2920
|
-
const InContextTools = await loadInContextLib("5.19.
|
|
2920
|
+
const InContextTools = await loadInContextLib("5.19.2" );
|
|
2921
2921
|
return (tolgee) => {
|
|
2922
2922
|
const credentials = getCredentials();
|
|
2923
2923
|
tolgee.addPlugin(InContextTools({ credentials }));
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
const defaultFetchFunction = (input, options) => fetch(input, options);
|
|
78
78
|
const createFetchFunction = (fetchFn = defaultFetchFunction) => {
|
|
79
|
-
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.19.
|
|
79
|
+
return (input, init) => fetchFn(input, Object.assign(Object.assign({}, init), { headers: Object.assign({ 'X-Tolgee-SDK-Type': 'JS', 'X-Tolgee-SDK-Version': "5.19.2" }, init === null || init === void 0 ? void 0 : init.headers) }));
|
|
80
80
|
};
|
|
81
81
|
|
|
82
82
|
function EventEmitter(isActive) {
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
},
|
|
2924
2924
|
});
|
|
2925
2925
|
const getTolgeePlugin = async () => {
|
|
2926
|
-
const InContextTools = await loadInContextLib("5.19.
|
|
2926
|
+
const InContextTools = await loadInContextLib("5.19.2" );
|
|
2927
2927
|
return (tolgee) => {
|
|
2928
2928
|
const credentials = getCredentials();
|
|
2929
2929
|
tolgee.addPlugin(InContextTools({ credentials }));
|