@apt-repositories/generator
Advanced tools
Comparing version 0.0.22 to 0.0.23-dev.0
@@ -173,3 +173,3 @@ #!/usr/bin/env node | ||
const [hasFailed, checkedCount] = await validateJsonRecursive(OUTPUT_DIRECTORY); | ||
console.log(`Checked '${checkedCount.toString()}' files in '${OUTPUT_DIRECTORY}'.`); | ||
console.log(`Checked '${checkedCount.toLocaleString()}' files in '${OUTPUT_DIRECTORY}'.`); | ||
if (hasFailed) { | ||
@@ -176,0 +176,0 @@ throw new Error("Validation failed."); |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@apt-repositories/generator", | ||
"version": "0.0.22", | ||
"version": "0.0.23-dev.0", | ||
"license": "MIT", | ||
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/apt-repositories/generator.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/apt-repositories/generator/issues" | ||
}, | ||
"type": "module", | ||
@@ -30,7 +37,8 @@ "bin": { | ||
"prepublish": "yarn run build", | ||
"test": "tsc && node $(yarn bin mocha) output/*.test.js", | ||
"test:coverage": "tsc && c8 --reporter=html-spa node $(yarn bin mocha) output/*.test.js" | ||
"test": "echo this project has no tests.", | ||
"preversion": "yarn run lint && yarn run build && yarn run test", | ||
"postversion": "git push" | ||
}, | ||
"dependencies": { | ||
"@oliversalzburg/js-utils": "0.0.30", | ||
"@oliversalzburg/js-utils": "0.0.44", | ||
"apt-parser": "1.5.1", | ||
@@ -40,13 +48,13 @@ "xz-decompress": "0.2.1" | ||
"devDependencies": { | ||
"@eslint/js": "9.2.0", | ||
"@eslint/js": "9.3.0", | ||
"@types/chai": "4.3.16", | ||
"@types/eslint": "8.56.10", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.12.8", | ||
"@types/node": "20.12.13", | ||
"c8": "9.1.0", | ||
"chai": "5.1.1", | ||
"esbuild": "0.21.2", | ||
"esbuild": "0.21.4", | ||
"eslint": "8.57.0", | ||
"globals": "15.2.0", | ||
"lint-staged": "15.2.2", | ||
"globals": "15.3.0", | ||
"lint-staged": "15.2.5", | ||
"mocha": "10.4.0", | ||
@@ -57,5 +65,5 @@ "prettier": "3.2.5", | ||
"typescript": "5.4.5", | ||
"typescript-eslint": "7.8.0" | ||
"typescript-eslint": "7.11.0" | ||
}, | ||
"packageManager": "yarn@4.2.2" | ||
} |
@@ -8,7 +8,3 @@ # APT Package Metadata Generator | ||
```shell | ||
yarn clean | ||
yarn build | ||
npm version patch | ||
npm publish | ||
git push | ||
npm version patch --message "chore: Version bump %s" | ||
``` |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
78740
0
11
3
10
+ Added@oliversalzburg/js-utils@0.0.44(transitive)
- Removed@oliversalzburg/js-utils@0.0.30(transitive)