@tolgee/web 5.7.2 → 5.7.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.
@@ -213,7 +213,7 @@ const Events = (getFallbackNs, getDefaultNs) => {
213
213
  return onUpdate.listen(handler);
214
214
  }
215
215
  };
216
- function setEmmiterActive(active) {
216
+ function setEmitterActive(active) {
217
217
  emitterActive = active;
218
218
  }
219
219
  return Object.freeze({
@@ -225,7 +225,7 @@ const Events = (getFallbackNs, getDefaultNs) => {
225
225
  onRunningChange,
226
226
  onCacheChange,
227
227
  onUpdate,
228
- setEmmiterActive,
228
+ setEmitterActive,
229
229
  on,
230
230
  });
231
231
  };
@@ -1259,7 +1259,7 @@ const createTolgee = (options) => {
1259
1259
  /**
1260
1260
  * Turn off/on events emitting. Is on by default.
1261
1261
  */
1262
- setEmmiterActive: controller.setEmmiterActive,
1262
+ setEmitterActive: controller.setEmitterActive,
1263
1263
  /**
1264
1264
  * @return current language if set.
1265
1265
  */
@@ -2862,7 +2862,7 @@ if (typeof window !== 'undefined') {
2862
2862
  },
2863
2863
  });
2864
2864
  const getTolgeePlugin = async () => {
2865
- const InContextTools = await loadInContextLib("5.7.2" );
2865
+ const InContextTools = await loadInContextLib("5.7.3" );
2866
2866
  return (tolgee) => {
2867
2867
  const credentials = getCredentials();
2868
2868
  tolgee.addPlugin(InContextTools({ credentials }));