globalseo
Advanced tools
Comparing version 2.2.30 to 2.2.31
{ | ||
"name": "globalseo", | ||
"version": "2.2.30", | ||
"version": "2.2.31", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ const { isCompressionSupported } = require("../compressions"); | ||
async function getTranslationCacheFromCloudflare(window, language, apiKey) { | ||
if (!isCompressionSupported(window)) return {}; | ||
if (!isCompressionSupported(window) || window.isWorker) return {}; | ||
if (window?.cloudflareCache) return window?.cloudflareCache; | ||
@@ -10,0 +10,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
586375