@apt-repositories/generator
Advanced tools
Comparing version 0.0.25-dev.1 to 0.0.25-dev.2
@@ -481,3 +481,3 @@ #!/usr/bin/env node | ||
console.log( | ||
` HTTP ${packagesResponse.status.toString()} response received. (${formatBytes(responsePayload.byteLength)})` | ||
` HTTP ${packagesResponse.status.toString()} response received. (${formatBytes(responsePayload.byteLength, { space: false })})` | ||
); | ||
@@ -484,0 +484,0 @@ const cleanedData = packagesText.replaceAll(/\r\n|\r|\n/g, "\n").replaceAll(/\0/g, "").normalize().trim(); |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.25-dev.1", | ||
"version": "0.0.25-dev.2", | ||
"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
80170