globalseo
Advanced tools
Comparing version 2.1.33 to 2.1.34
@@ -850,3 +850,3 @@ const { isBrowser, getGlobalseoOptions, setGlobalseoOptions, setGlobalseoActiveLang, setIsTranslationInitialized, getIsTranslationInitialized, shouldTranslateInlineText, getGlobalseoActiveLang, DEFAULT_UNTRANSLATED_VALUE, MERGE_PREFIX, SPECIAL_API_KEYS } = require('./utils/configs.js'); | ||
const debounceDuration = optsArgs.debounceDuration || 0; | ||
const debounceDuration = optsArgs.debounceDuration == null ? 200 : optsArgs.debounceDuration; | ||
@@ -853,0 +853,0 @@ setOptions(apiKey, optsArgs) |
{ | ||
"name": "globalseo", | ||
"version": "2.1.33", | ||
"version": "2.1.34", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
478903