nuxt-og-image 2.0.0-beta.37 → 2.0.0-beta.38
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -360,8 +360,8 @@ const module = defineNuxtModule({
|
|
|
360
360
|
logger.warn("It looks like you're using a nitro target that does not support the browser provider, disabling `runtimeBrowser`.");
|
|
361
361
|
}
|
|
362
362
|
if (config.runtimeBrowser && nitroCompatibility.browser === "lambda") {
|
|
363
|
-
logger.info("It looks like you're deploying to an environment
|
|
364
|
-
await ensureDependencies(nuxt, ["puppeteer-core@
|
|
363
|
+
logger.info("It looks like you're deploying to an environment that has extra requirements, checking for dependencies...");
|
|
364
|
+
await ensureDependencies(nuxt, ["puppeteer-core@14.1.1", "@sparticuz/chrome-aws-lambda@14.1.1"]);
|
|
365
365
|
}
|
|
366
366
|
config.siteUrl = config.siteUrl || config.host;
|
|
367
367
|
if (!nuxt.options.dev && nuxt.options._generate && !config.siteUrl)
|