From d2fd4fb9ddb006df68e1e7700b46bc32eacdae43 Mon Sep 17 00:00:00 2001 From: Sander Elias Date: Tue, 15 Mar 2022 18:27:21 +0100 Subject: [PATCH] fix(scully): fix typo in error message (#1561) --- libs/scully/src/lib/utils/startup/scullyInit.ts | 8 ++++---- package-lock.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/scully/src/lib/utils/startup/scullyInit.ts b/libs/scully/src/lib/utils/startup/scullyInit.ts index 513ecdff2..a3bce4456 100644 --- a/libs/scully/src/lib/utils/startup/scullyInit.ts +++ b/libs/scully/src/lib/utils/startup/scullyInit.ts @@ -113,15 +113,15 @@ async function checkIfRenderPluginIsLoaded(scullyConfig: ScullyConfig) { ============================================================`); process.exit(15); } - logWarn(` Deprication Notice: + logWarn(` Deprecation Notice: ====================================================================== From now on, the plugin that is being used to render a route is able to be changed by the user. You can do this by adding or - enabling the plugin in the scully.json file. For your convenience, - we loaded the Puppeteer plugin for you. + enabling the plugin your ${yellow(`scully.${scullyConfig.projectName}.config.ts`)} + file. For your convenience, we loaded the Puppeteer plugin for you. To disable this warning enable the plugin of your choice. - for Puppteer please add: + for Puppeteer please add: import '${pluginName}'; to your scully.${scullyConfig.projectName}.config.ts file. diff --git a/package-lock.json b/package-lock.json index f25b16643..56e662202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scullyio", - "version": "2.1.23", + "version": "2.1.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scullyio", - "version": "2.1.23", + "version": "2.1.25", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -134,7 +134,7 @@ "yargs": "^17.3.1" }, "engines": { - "": "This is for building scully itself, using is fine with 12+", + "": "This is for building Scully itself, using is fine with 12+", "node": ">=14" } },