@apt-repositories/generator
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -484,3 +484,3 @@ #!/usr/bin/env node | ||
console.log( | ||
` Written '${packages.length.toString()}' package metadata files for component '${config.component}'.` | ||
` Written '${packages.length.toString()}' package metadata files for component '${config.component}' to '${outputDirectory}'.` | ||
); | ||
@@ -487,0 +487,0 @@ }; |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", | ||
"@eslint/js": "9.2.0", | ||
"@types/chai": "4.3.15", | ||
"@types/chai": "4.3.16", | ||
"@types/eslint": "8.56.10", | ||
@@ -46,6 +46,6 @@ "@types/mocha": "10.0.6", | ||
"c8": "9.1.0", | ||
"chai": "5.1.0", | ||
"esbuild": "0.20.2", | ||
"chai": "5.1.1", | ||
"esbuild": "0.21.2", | ||
"eslint": "8.57.0", | ||
"globals": "15.1.0", | ||
"globals": "15.2.0", | ||
"lint-staged": "15.2.2", | ||
@@ -59,3 +59,3 @@ "mocha": "10.4.0", | ||
}, | ||
"packageManager": "yarn@4.2.1" | ||
"packageManager": "yarn@4.2.2" | ||
} |
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
78548