@apt-repositories/generator
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -9,6 +9,6 @@ #!/usr/bin/env node | ||
var DEBIAN_OBSERVABLES = process.env.DEBIAN_OBSERVABLES?.split("\n").filter(Boolean) ?? []; | ||
var OUTPUT_DIRECTORY = process.env.OUTPUT_DIRECTORY ?? argv[2] ?? process.cwd(); | ||
var OUTPUT_DIRECTORY = `${process.env.OUTPUT_DIRECTORY ?? argv[2] ?? process.cwd()}/apt`; | ||
var main = async () => { | ||
console.log( | ||
`Merging '${DEBIAN_OBSERVABLES.length.toString()}' observables into '${OUTPUT_DIRECTORY}/apt'...` | ||
`Merging '${DEBIAN_OBSERVABLES.length.toString()}' observables into '${OUTPUT_DIRECTORY}'...` | ||
); | ||
@@ -15,0 +15,0 @@ await mkdir(OUTPUT_DIRECTORY, { recursive: true }); |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
44582