@apt-repositories/generator
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -447,3 +447,3 @@ #!/usr/bin/env node | ||
); | ||
console.log(`Processing '${packagesUrl.toString()}'...`); | ||
console.log(` Processing '${packagesUrl.toString()}'...`); | ||
let packagesResponse = await fetch(packagesUrl); | ||
@@ -485,3 +485,3 @@ let responsePayload; | ||
console.log( | ||
`Written '${packages.length.toString()}' package metadata files for component '${config.component}'.` | ||
` Written '${packages.length.toString()}' package metadata files for component '${config.component}'.` | ||
); | ||
@@ -488,0 +488,0 @@ }; |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", |
Sorry, the diff of this file is not supported yet
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
78490