@serwist/cli
Advanced tools
Comparing version
@@ -32,4 +32,2 @@ #! /usr/bin/env node | ||
exports your configuration.`, | ||
"config-validation-failed": "Your configuration is invalid:", | ||
"serwist-build-runtime-error": "Service worker generation failed:", | ||
"unknown-command": "Unknown command:", | ||
@@ -279,3 +277,3 @@ "no-file-extensions-found": oneLine`No files could be found that are suitable for | ||
}).on("error", (err)=>{ | ||
logger.error(err.toString()); | ||
logger.error(err instanceof Error ? err.toString() : "Unknown error"); | ||
}); | ||
@@ -282,0 +280,0 @@ } |
{ | ||
"name": "@serwist/cli", | ||
"version": "9.0.11", | ||
"version": "9.0.12", | ||
"type": "module", | ||
@@ -34,5 +34,5 @@ "description": "The command line interface of Serwist.", | ||
"dependencies": { | ||
"@inquirer/prompts": "7.1.0", | ||
"chalk": "5.3.0", | ||
"chokidar": "4.0.1", | ||
"@inquirer/prompts": "7.3.2", | ||
"chalk": "5.4.1", | ||
"chokidar": "4.0.3", | ||
"common-tags": "1.8.2", | ||
@@ -44,3 +44,3 @@ "glob": "10.4.5", | ||
"update-notifier": "7.3.1", | ||
"@serwist/build": "9.0.11" | ||
"@serwist/build": "9.0.12" | ||
}, | ||
@@ -52,6 +52,6 @@ "devDependencies": { | ||
"@types/update-notifier": "6.0.8", | ||
"rollup": "4.28.0", | ||
"rollup": "4.34.8", | ||
"typescript": "5.6.3", | ||
"@serwist/configs": "9.0.11", | ||
"@serwist/utils": "9.0.11" | ||
"@serwist/configs": "9.0.12", | ||
"@serwist/utils": "9.0.12" | ||
}, | ||
@@ -58,0 +58,0 @@ "scripts": { |
22331
-0.43%410
-0.49%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated