create-compas
Advanced tools
Comparing version 0.0.248 to 0.0.249
{ | ||
"name": "create-compas", | ||
"version": "0.0.248", | ||
"version": "0.0.249", | ||
"description": "Create compas based applications", | ||
@@ -18,3 +18,3 @@ "exports": { | ||
"dependencies": { | ||
"@compas/stdlib": "0.0.248", | ||
"@compas/stdlib": "0.0.249", | ||
"tar": "6.1.13" | ||
@@ -21,0 +21,0 @@ }, |
@@ -228,6 +228,5 @@ import { createWriteStream } from "fs"; | ||
logger.info(`Done!`); | ||
if (metadata?.initMessage) { | ||
logger.info(metadata.initMessage); | ||
} | ||
logger.info( | ||
`Started a new Compas project in ${options.outputDirectory}. See the README.md for how to get started.`, | ||
); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21741
656
+ Added@compas/stdlib@0.0.249(transitive)
+ Added@types/node@18.16.2(transitive)
- Removed@compas/stdlib@0.0.248(transitive)
- Removed@types/node@18.16.0(transitive)
Updated@compas/stdlib@0.0.249