@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.
@@ -209,7 +209,7 @@ const Events = (getFallbackNs, getDefaultNs) => {
209
209
  return onUpdate.listen(handler);
210
210
  }
211
211
  };
212
- function setEmmiterActive(active) {
212
+ function setEmitterActive(active) {
213
213
  emitterActive = active;
214
214
  }
215
215
  return Object.freeze({
@@ -221,7 +221,7 @@ const Events = (getFallbackNs, getDefaultNs) => {
221
221
  onRunningChange,
222
222
  onCacheChange,
223
223
  onUpdate,
224
- setEmmiterActive,
224
+ setEmitterActive,
225
225
  on,
226
226
  });
227
227
  };
@@ -1255,7 +1255,7 @@ const createTolgee = (options) => {
1255
1255
  /**
1256
1256
  * Turn off/on events emitting. Is on by default.
1257
1257
  */
1258
- setEmmiterActive: controller.setEmmiterActive,
1258
+ setEmitterActive: controller.setEmitterActive,
1259
1259
  /**
1260
1260
  * @return current language if set.
1261
1261
  */
@@ -2858,7 +2858,7 @@ if (typeof window !== 'undefined') {
2858
2858
  },
2859
2859
  });
2860
2860
  const getTolgeePlugin = async () => {
2861
- const InContextTools = await loadInContextLib("5.7.2" );
2861
+ const InContextTools = await loadInContextLib("5.7.3" );
2862
2862
  return (tolgee) => {
2863
2863
  const credentials = getCredentials();
2864
2864
  tolgee.addPlugin(InContextTools({ credentials }));